.glowingtabs{
width:100%;
font-size: 12px;
line-height:normal;
background:#000000;
text-align:center;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
*margin-left: 15px;
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:#000;
margin:0;
padding:0;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:#000;
padding:6px 12px 6px 12px;
*padding:7px 12px 7px 12px;
font-family:simsun;
color:#e8e8e8;
cursor:hand
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color:#fff;
background:#96608F
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: FFFFCC;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top:0;
border-right:1px solid #ccc;background:#DAC2DA;filter:alpha(opacity=80); /*支持IE浏览器*/-moz-opacity:0.80; /*支持FIREFOX浏览器*/opacity:0.80; /*支持Opera,Safari浏览器*/
font:normal 12px Verdana;
line-height:20px;
z-index:100;
visibility: hidden;
text-align:center;
border:1px #CCCCCC solid;
/*/margin-top:2px;/*/
}


.dropmenudiv_d a{
display: block;
text-decoration: none;
color:#303;
float:left;
height:20px;
padding:0 5px 0 5px
}

* html .dropmenudiv_d a{ /*IE only hack*/
float:left;height:20px;
padding:0 5px 0 5px;
color:#303
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #FFCCFF;
height:20px;
padding:0 5px 0 5px;
color:#303;
/*/height:20px;/*/
}
#dropmenu1_d a{color:#303}
#dropmenu2_d a{color:#303}