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

.ddcolortabs ul{
cursor: pointer;
margin:0;
padding:0;
list-style:none;
text-align:center;

}

.ddcolortabs li{
cursor: pointer;
display:inline;
padding:0;
text-align:center;
line-height:25px;

}


.ddcolortabs a{
cursor: pointer;
float:left;
color:#FFFFFF;
font: Arial;
font-size:11px;
font-weight:bold;
}



.ddcolortabs a:hover {
cursor: pointer;
float:left;
color:#FFFFFF;
font: Arial;
font-size:11px;
font-weight:bold;
text-decoration:underline;
}

.ddcolortabs a:visited{
cursor: pointer;
float:left;
color:#FFFFFF;
font: Arial;
font-size:11px;
font-weight:bold;
}


.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;
}


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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #666666; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 200px;
visibility: hidden;
}


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