﻿@charset "utf-8";

/*menu*/

#chromemenu{ height:57px; border-bottom:0px; background: none; padding-top:75px; width:100%; margin:0px auto;}
#chromemenu ul{ width:1382px; height:58px; margin:0px auto;}
#chromemenu ul li{ float:left; display:block; width:160px; height:58px;}
#chromemenu ul li a{float:left; display:block; height:57px; } 
#chromemenu ul li a:hover{float:left; display:block; height:57px; } 

#chromemenu01 a{ float:left; display:block; width:160px; height:57px;  font-size:14px; text-align:center; line-height:58px; font-family: "幼圆"; text-decoration:none; color:#666;background: none; } 
#chromemenu01 a:hover{float:left; display:block; width:160px; height:57px;  font-size:14px; text-align:center; line-height:58px;font-family: "幼圆";  text-decoration:none; background:#7D0028; color:#fff;} 



.chromestyle ul li{}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; left:100px;
clear: both; 
visibility: hidden;
}

#dropmenu1{z-index:101;}

#dropmenu2{z-index:102;}

.dropmenudiv{z-index:105;
	position:absolute;
	background-color:#7D0028;
	font:normal 14px "幼圆";
	visibility: hidden;
	padding:0px 0px 0px 0px;
	width:160px;_width:168px; height:auto;
	 border:0px solid #21669d;
	  padding-left:0px;
}
.dropmenudiv a{ float:left;
	display: block;
	padding:0px 0px;
	text-decoration: none; background:#7D0028;
	color:#ffffff;
	height:28px;
	line-height:28px;
	 width:160px; color:#fff;
	font-size:12px; border-bottom:1px solid #9E0033;
	font-family: "幼圆";
	text-align:center;

}

*html .dropmenudiv a{ /*IE only hack*/
display: inline;
height:28px;
line-height:28px;
width:160px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff;
height:28px;
line-height:28px;
width:160px;
font-size:14px;
font-family: "幼圆";
text-align:center;
background-color:#9E0033;

}



