﻿
ul,li{
	padding:0px;
	margin:0px;
	list-style-type: none;
}
/*导航菜单*/
#navMenu {
	width:780px;
	height:25px;

	line-height: 34px;
	display:block;
	overflow:hidden;

	background-repeat:repeat-x;
	background-position: left top;
	padding:5px 0 0 0;
}
#navMenu ul{
width:700;
margin-left:16px;}

#navMenu li {
	width:95px;
	text-align:center;
	float: left;
	line-height: 34px;
	

	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: -2px;

}

#navMenu li a {
	color:#000;
	font-family: "宋体";
	padding-right: 1em;
	padding-left: 1em;
	margin-left: 2px;
	display: block;
}
#navMenu li a:hover, #navMenu li.hover a {

	background-repeat:repeat-x;
	background-position: center top;
	text-decoration: none;
	color:#fc4607;

}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 110px;
	visibility: hidden;
/*  	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=135, strength=4);
*/	margin-top: -1px;
	margin-left:-2px;
	border: 1px solid #cccccc;
	/*border-top: 0px solid #3CA2DC;*/
	background-color: #ffffff;
	/*background:url(../imagess/mmenubg.gif);*/
	padding-top:6px;
	padding-bottom:6px;
	/*filter: Alpha(Opacity=85);*/
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;

}
.dropMenu li a {
	width: 92%;
	display: block;
	text-align:center;
	color: black;
	padding: 4px 0 4px 0px;
	color:#000;
	border-bottom: 1px dashed #cccccc;
}
.dropMenu+li a{
border-top:none;
}
* html .dropMenu a {
	width: 100%;
	color:#000;
}
.dropMenu a:hover {
	text-decoration: underline;
	color:#fc4607;
	font-weight:bold;
}







