* {
	margin: 0;
	padding: 0;
	z-index: 10000;
}

a {
	outline: none;
	text-decoration: none;
	z-index: 10000;
}
a:hover {
	text-decoration: none;
	z-index: 10000;
}



li {
	list-style:none;
	text-transform:uppercase;
	z-index: 10000;
}


#menu {
	position:absolute;
	width:940px;
	height:34px;
	z-index: 10000;
	margin-top:0px;
	padding-top:10px;/*top:120px;*/
}
#menu li {
	list-style:none;
	display:inline;
	float:left;
	height:18px;
	z-index: 10000;
	text-align:center;
	
}
#menu li a {
	display:block;
	height:18px;
	font-size: 14px;
	font-family: Arial; 
	color: #5a5a5a;
	margin-top:0px;
	padding-top:0px;
	/*padding-top:12px;*/
	text-align:center;
	z-index: 10000;
}
#two, .three, #four, #five, #six, #seven {/*border-left:1px solid #d3d4d6*/}
#two, .three, #four, #one, #five, #six, #seven {/**/border-right:1px solid #838486}
#one {width:96px;  white-space:nowrap; margin-left:10px;}
#two {width:100px;  white-space:nowrap;}
.three {width:75px;  white-space:nowrap;}
#four {width:150px;  white-space:nowrap;}
#five {width:87px;  white-space:nowrap;}
#six {width:90px;  white-space:nowrap;}
#seven {width:113px;  white-space:nowrap;}
#eight {width:67px;  white-space:nowrap; }

#menu li a:hover {
	/*background: #336699;*/
	color: #990000;
	z-index: 10000;
}
.submenu {
	display:none;
	width:450px;
	background: #999999;/*#000000*/
	z-index: 10000;
	position: absolute;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	/*margin-top:5px;*/
}
#menu ul li ul li {
	float :none;
	display:block;
	height:25px;
	border-bottom: 1px solid #FFFFFF; padding-top:7px;
	
	z-index: 10000;
}
.submenu li a{
	height:20px !important;
	text-align:left !important;
	padding:0 28px !important;
	color: #ffffff !important;
	background:url(list_b.png) no-repeat 8px 6px;
	z-index: 10000;

}
.submenu li a:hover {
	background: #b6b6b6 url(list_g.png) no-repeat 8px 6px !important;
	z-index: 10000;
}
li.headlink:hover ul { display: block;
z-index: 10000;
 }
