.ddcolortabs{
float:auto;
padding: 0;
width: 100%;
background-color: transparent;
voice-family: "\"}\"";
voice-family: inherit
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin-left:10;      /*this seems to move tabs from left to right*/
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin-left:0 2px 0 0;
padding:0;

}
.ddcolortabs a{
float: left;
color: white;   /*font color*/
background: black  no-repeat left top;
text-decoration:none;
letter-spacing: 1px; margin-left:0; margin-right:2px; margin-top:0; margin-bottom:0; padding-left:0; padding-right:0; padding-top:0; padding-bottom:1px
}

.ddcolortabs a span{
float:center;
display:block;
background: no-repeat right top;
padding-left:6px; padding-right:7px; padding-top:2px; padding-bottom:2px
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #0000FF;
}

.ddcolortabs a:hover span{
background-color: #0000FF;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #0000FF;
}

.ddcolortabsline{
clear:both;
padding:0;
width: 100%;
height: 1px;
line-height:1px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
border-left:1px solid black; border-right:1px solid black; border-top:0px solid black; border-bottom:0px solid black; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
/*Top border width. Should match height of .ddcolortabsline above*/
line-height:14px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Arial
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0px solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
text-decoration: none;
color: black; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #0000FF;
color: white;
}