.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px "Tahoma", "Arial";
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.ddcolortabs li{
display: inline;
margin: 0;
}


.ddcolortabs a{
text-decoration: none;
padding: 3px 0px;
margin-right: 3px;
border: 0px;
color: #4f4f4f;
background: transparent;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent;
padding: 0px 0px 0px 0px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
text-decoration: underline;
color: #0099cc;
}

.ddcolortabs a:hover span{

}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: transparent;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 0px;
line-height: 0px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px "Tahoma", "Arial";
line-height:18px;
z-index:100;
background-color: white;
width: 205px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
color: black;
}