#top_logo_container {
	width:100%;
	height:54px;
	background-image:url('../images/top/top_bg.gif');
}

#right_logo_container {
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:54px;
	text-align:right;
}

#top_menu_container {
	width:100%;
	height:38px;
	overflow:hidden;
	background-image:url('../images/top/menu_bg.gif');
}

.top_menu {
	float:left;
	margin-top:10px;
	margin-left:15px;
	color:white;
	cursor:pointer;
}

.top_menu > img {
	vertical-align:middle;
	margin-right:5px;
}