.ddcolortabs{

padding-left:0px; /* TO CENTER */
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
div align: center;
}

.ddcolortabs ul{
font: normal 10px arial;
margin:0;
padding:0px;
list-style:center;
text-align:left;
font-weight:bold;

}

.ddcolortabs li{
display:inline;
font-size: 11px;
margin:0 0px 0 0;
padding:0;
font-weight:bold;
font-variant: small-caps;
}


.ddcolortabs a{
float:left;
color: #ffffff;
background: #000033 ;
margin:0 8px 3px 0;
padding:px 0 0px 0px;
text-decoration:none;
font-weight:bold;
letter-spacing: 1px;
border: 0px solid #006666;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 5px 5px 3px 5px;
}

.ddcolortabs a span{
float:left;
}

.ddcolortabs a:hover{
background-color: #330000;
text-decoration:underline;
}

.ddcolortabs a:hover span{
background-color: #330000;
color: #ffffff;
text-decoration:underline;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #330000;
color:#ffffff;

}

.ddcolortabsline{
clear: both;
padding: 0px;
width: 100%;
height: 0px;
line-height: 0px;


}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #cc9900; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1px;
padding: 3px;
font:bold 11px Arial;
line-height:18px;
z-index:100;
background: #ffffff  ; /*Background of hovered box*/
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 7px;
border-top: 1px #006666;
border-bottom: 1px dotted #330000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-align:left;
text-decoration:none;
color: #330000;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 200px;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #cc9900;
color: #ffffff;
}