.menu{height:33px; background-repeat:repeat-x; padding-top:2px;background:url("images/menuBg.jpg")}
.menu ul li{width:85px; border-right:1px solid #FFF;font-size:14px; font-weight:bold; float:left; line-height:26px; vertical-align:middle; text-align:center;}
.menu a:link,#menu a:visited{padding-top:2px;color:#FFF; font-size:14px;display:block}
.menu a:hover{color:#FF0}

.dropmenudiv_a{

position:absolute;
top: 0px;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom:0px;
border-top:0px;
line-height:20px;
z-index:100;
background-color:#008bd8;
filter:alpha(opacity=96);opacity:0.96;
width:99px;
visibility: hidden;
margin-left:-1px;
margin-top:0px;
}

.dropmenudiv_a a:link,.dropmenudiv_a a:visited{
width: auto;
display: block;
text-indent: 2px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
text-align:center;
font-size:12px;
line-height:24px;
height:24px;
font-weight:normal;
}
* html .dropmenudiv_a a{ /*IE only hack*/width: 100%;}
.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/background-color:#099;color:#FF0; }
/*有关下拉菜单的设置结*/