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

.ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
}

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

}
.ddcolortabs a{
float:left;
margin:0;
padding:0;
}

.ddcolortabs a span{
float:left;
display:block;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{

}

.ddcolortabs a:hover span{

}

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

}

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

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

.dropmenudiv_a{
position:absolute;
top: 0;
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
font: normal 11px Verdana;
z-index:100;
width: 172px;
line-height: 160%;
visibility: hidden;
background-image:url(images/ddbg3.gif);
background-position: bottom;
}
.dropmenudiv_b{
position:absolute;
top: 0;
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
font: normal 11px Verdana;
z-index:100;
width: 210px;
line-height: 160%;
visibility: hidden;
background-image:url(images/ddbg3.gif);
}


.dropmenudiv_a a, .dropmenudiv_b a{
width: auto;
display: block;
border-top: 0px;
text-decoration: none;
color: #000000;
padding-left: 5px;
padding-bottom: 5px;
}

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

.dropmenudiv_a a:hover, .dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#f6782b;
}
