.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: 10px 0; /*变换总菜单中菜单栏的高度*/
margin: 0;
text-align: left;}

.chromestyle ul li{
display: inline;}

.chromestyle ul li a{
color: #a8e56b; /*变换总菜单中字体的颜色*/
font:bold 18px ;
padding: 0px 10px;/*变换总菜单中字体的间距*/
margin: 0;}

.chromestyle ul li a:hover{
background: url(chromebg_over.jpg) center  repeat-x;}

.chromestyle ul li a[rel]:after{ /*html to indicate drop down link*/
content: "";}


/* ######### 带阴影菜单颜色样式变换 ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid  #4E4E4E; /*变换菜单的外包围线颜色*/
border-bottom-width: 0;

font:normal 14px "Microsoft YaHei","微软雅黑" ;/*下拉菜单的字体大小*/
line-height:30px;
z-index:100;
background-color: #003f20;/*背景颜色*/
width: 140px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#2b945f,direction=135,strength=0);}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0d5933; /*变换菜单的水平分割线颜色*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: ffffff;}

* html .dropmenudiv a{ /*ie only hack*/
width: 100%;}

.dropmenudiv a:hover{ /*theme change here*/
background-color: #054c29;}