﻿/*导航菜单*/
#navMenu {
	margin:0 auto;
	padding:0;
	width:960px; 
	height:39px;
	line-height: 39px;
	display:block;
	background:url(../images/mbg.jpg) repeat-x;
}
#navMenu ul{}
#navMenu .onelink{
background-image:none;}
#navMenu li { 
    width:95px;
	text-align:center;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 center;
}

#navMenu li a {
	COLOR:#7c7c7c;
	font-family: "宋体";
	font-weight:bold;
	display: block;
	width:95px; height:39px;
}
#navMenu li a:hover, #navMenu li.hover a {
	background-repeat:repeat-x;
	background-position: center top;
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
	width:95px; height:39px;background: url(../images/mbg1.jpg);display:block;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 158px !important;
	width: 140px;
	visibility: hidden;
/*  	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=135, strength=4);
*/	
	border: 1px solid #999;
	/*border-top: 0px solid #3CA2DC;*/
	background-color:#eaeaef;
	/*background:url(../imagess/mmenubg.gif);*/
	filter: Alpha(Opacity=85);
}

.dropMenu li {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	height:30px; line-height:30px;
}
.dropMenu li a {
	background:url(../images/morep2.gif) no-repeat 5px center;
	display: block;
	text-align:left;
	color: black;
	padding-left: 20px;
	color:#666;
	border-bottom: 1px dashed #CCC;
}
.dropMenu+li a{
border-top:none;
}
* html .dropMenu a {
	width: 100%;
	color:#333;
}
.dropMenu a:hover {
	text-decoration: none;
	color:#F09C42;
}

.hdo{
width:100%;
height:auto;
display:block;
overflow:hidden;
}






