/*导航条*/
.chromestyle{
width:778px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle a{	
	text-decoration: none;
	font-family: "宋体";
	line-height:37px;
	
}

.chromestyle a:hover{
	width:100%;
	line-height:37px;
	color: #B30000; /*THEME CHANGE HERE*/
	background-image: url(/image/menu_06.gif);
}
.chromestyle a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(down../image.gif); /*uncomment this line to use an ../image instead*/
}

.nav-a:link{
	color: #666666;
	text-decoration: none;
	font-family: "宋体";
	font-size: 14px;
    font-weight: bold;
	line-height:37px;
	}
.nav-a:visited{
	color: #666666;
	text-decoration: none;
	font-family: "宋体";	
    font-weight: bold;
	font-size: 14px;
	line-height:37px;
}
.nav-a:active{
	font-weight: bold;
	color: #B30000;	
	width:100%;
	line-height:37px;
	background-image: url(/image/menu_06.gif);
	text-decoration:none;
}
.nav-a:hover{    
    font-weight: bold;
	color: #B30000;
	width:100%;
	line-height:37px;
	background-image: url(/image/menu_06.gif);
	text-decoration:none;
}
.dropmenudiv{
	position:absolute;
	top:0;
	border-top: 1px solid #ffffff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:20px;
	z-index:1;
	background-color: #E3E3E3;
	visibility: hidden; filter: progid:DX../imageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.nav-a1:link{
	color: #333333;
	font-family: "宋体";
	font-size: 14px;
	line-height:22px;
	text-decoration: none;}
.nav-a1:visited{
    color: #333333;
	font-family: "宋体";
	font-size: 14px;
	line-height:22px;
	text-decoration: none;
	
}
.nav-a1:active{       
    font-family: "宋体";
    font-size: 14px;
    color: #ffffff;
	line-height:22px;
	text-decoration:none;
}
.nav-a1:hover{    
    font-family: "宋体";
    font-size: 14px;
    color: #ffffff;
	line-height:22px;
	text-decoration:none;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 0px 0px;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	color: #333333;
	font-family: "宋体";
	font-size: 14px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #B30000;
}
/*end导航条*/

