div#float_hd{
	height:69px;
	width:750px;
	background:transparent;
	cursor:default;
	border:0;
}

div#float_logo{
	height:69px;
	float:left;
}

div#float_menu_wrapper{
	float:left;
	height:30px;
	width:420px;
	margin-top:39px;
	padding-top:3px;
	background-color:#DBD5D5;
}

div#float_menu_wrapper ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-left:5px;
	cursor:pointer;
}

div#float_menu_wrapper ul li{
	flolat:left;
	display:inline;
	height:30px;
}

div#float_menu_wrapper ul li a{
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px;
	height:30px;
	vertical-align:middle;
}

div#float_menu_wrapper ul li a:hover, div#float_menu_wrapper ul li a.selected{
	color:#FF8000;
}

div#float_close{
	margin-top:39px;
	width:30px;
	height:30px;
	text-align:center;
	float:right;
	background-color:#DBD5D5;
	cursor:pointer;
}

div#float_close img{
	margin-top:10px;
}