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

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


.ddcolortabs a{
float:left;
color: #FFE400;
background:  url(media/color_tabs_left.gif) no-repeat left top;
margin:0 -7px 0 0;
padding:0 0 0px 0px;
text-decoration:none;
font-family: Verdana; font-size: 12px; font-style: normal;  text-decoration:none;
}


.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{

}

.ddcolortabs a:hover span{
text-decoration:underline;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/

}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
/*border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
border-top: 1px solid #D6E18A;
border-bottom: 1px solid #D6E18A;
line-height:18px;
background-color: #8FB931;
text-align:left;
width:130;
visibility: hidden;
font-family: Verdana; font-size: 8pt; font-style: normal;  text-decoration:none; 
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-left: 1px solid #D6E18A;
border-right: 1px solid #D6E18A;
border-top: 1px solid #D6E18A;
 /*THEME CHANGE HERE*/
padding: 2px 0;
text-align:left;
text-decoration: none;
color: #0F0081;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
border-left: 1px solid #D6E18A;
border-right: 1px solid #D6E18A;
border-top: 1px solid #D6E18A;

background-color: #486C0C;
font-family: Verdana; font-size: 8pt; font-style: normal;  text-decoration:none;
color: white;
}
