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

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

.ddcolortabs li{
display:inline;
margin:0 .19em 0 0;
padding:0;
font-weight:bold;
}


.ddcolortabs a{
float:left;
color: white;
background: #019934 url(../images/color_tabs_left.gif) no-repeat left top;
margin:0 .19em 0 0;
padding:0 0 0px 2px;
text-decoration:none;

}

.ddcolortabs a.blue{
float:left;
color: white;
background: #039 url(../images/color_tabs_left.gif) no-repeat left top;
margin:0 .19em 0 0;
padding:0 0 0px 2px;
text-decoration:none;

}


.ddcolortabs a span{
float:left;
display:block;
background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
padding: 5px 9px 5px 8px;
letter-spacing:.06em;
}


.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #019934;
}

.ddcolortabs a:hover span{
background-color: #019934;
}

.ddcolortabs a.blue:hover{
background-color: #039;
}

.ddcolortabs a.blue:hover span{
background-color: #039;
}

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

.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;
border: 1px solid black; /*THEME CHANGE HERE*/
/*border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #019934;
width: 240px;
visibility: hidden;
}


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

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #416d20;
color: white;
}