﻿@charset "utf-8";
/* CSS Document */

a:hover{
	color: #F00;

}

/*^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^*/ 
a:hover{
	color: #F00;

}

/*导航菜单*/
#navMenu {
	width:100%;
	height: 50px;
	line-height: 50px;
	display:block;
	overflow:hidden;
	background-repeat:repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#navMenu ul{
	width:95%;
}
#navMenu .onelink{
background-image:none;}
#navMenu li {
	width:100px;
	text-align:center;
	float: left;
	height: 34px;
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: -2px;

}

#navMenu li a {
	color:#333;
	font-family: "宋体";
	padding-right: 1em;
	padding-left: 1em;
	margin-left: 2px;
	display: block;
	text-decoration: none;
}
#navMenu li a:hover, #navMenu li.hover a {
	background-image: url(../images/hover_bg.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	text-decoration: none;
	color:#F00;
}
/*-------- 下拉菜单 --------------*/
.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;
	/*background:url(../imagess/mmenubg.gif);*/
	padding-top:6px;
	padding-bottom:6px;
	filter: Alpha(Opacity=85);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3CA2DC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	background-color: #FFF;
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu li a {
	width: 92%;
	display: block;
	text-align:center;
	color: black;
	color:#333;
	border-bottom: 1px dashed #4D5B66;
	font-size: 12px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
}
.dropMenu+li a{
border-top:none;
}
* html .dropMenu a {
	width: 100%;
	color:#6CA7C7;
}
.dropMenu a:hover {
	color:#F00;
}

.hdo{
width:100%;
height:auto;
display:block;
overflow:hidden;
}
