.chromestyle{
width: 99%;
font-weight: bold;}

.chromestyle:after{ /*add margin between menu and rest of content in firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;}

.chromestyle ul{

width: 100%;
padding: 2px 0;
margin: 0;
text-align:left;}

.chromestyle ul li{
display: inline;}

.chromestyle ul li a{
color: #143961;/*xxxxxxxxxxxxxxx变上部字体颜色*/
font-size:14px;
font-weight:bold;
padding: 1px 0;
margin: 0;}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*html to indicate drop down link*/
content: " ";}


/* ######### 带阴影菜单颜色样式变换 ######### */

.dropmenudiv{

position:absolute;
top: 0;
border: 1px solid  #0d3068; /*变换菜单的外包围线颜色*/
border-bottom-width: 0;
color: #000000;
font:normal 12px Microsoft YaHei;
line-height:20px;
z-index:100;
background-color: #eeeeee;
width: atuo;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=135,strength=10);}


.dropmenudiv a{
	font-size:12px !important;
width: 100px !important;
text-align:left;
display: block;
text-indent: 2px;
border-bottom: 1px solid #0d3068; /*变换菜单的水平分割线颜色*/
padding: 2px 0;
text-decoration: none;
color: #000 !important;}

* html .dropmenudiv a{ /*ie only hack*/
width: 100%;}

.dropmenudiv a:hover{ /*theme change here*/
background-color: #eeeeee;}