.menu {
	position: absolute;
	display: block;
	clear: both;
	float: left;
	width: 850px;
	margin: 5px 0 0 20px;
	font: Arial;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	padding: 5px;
	color:#333;
}
.menu > li > a {
	background:url(../images/mnu_separator.png) no-repeat right center;
	padding-right: 12px;
	padding-left: 12px;
	color:#333;
	height: 51px;
	display: inline-block;
	text-decoration:none;
}
.menu ul > li > a {
	padding-right: 12px;
	padding-left: 12px;
}
.menu a:hover {
	color: #0099FF;
}

.menu li {
	display: block; 
	white-space: nowrap;
	width: auto;
	position: relative;
	float: left;
}

.menu ul{
	display: none;
	width:700px;
	padding: 0 0 0 1px;
	margin-top: -10px;
	margin-left: -6px;
	position: absolute;
	float: left;
	background-color:#333;
	border-bottom:1px solid #111;
	border-right: 1px solid #2e2e2e;
	border-left: 1px solid #2e2e2e;
	font-size: 10px;
}
.menu ul li {
	display: inline-block;
	position: relative;
	height: 18px;
	line-height: 16px;
}

.menu ul li:hover {
	background: #3e3e3e;
}
.menu ul li.lhead {
	display: block;
	clear: both;
	position: relative;
	height: auto;
	color:#999;
	text-align: center;
	line-height: 16px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

.menu ul li.lhead:hover {
	background: #333;
}
.menu ul li a {
	display:inline-block;
	width: 100%;
	text-decoration: none;
	color: #ddF;
}
