
.ddcolortabs{
text-transform:none;
padding: 0;
width: 766px;
color: #201F23;
background: #f1b9d2;
voice-family: "\"}\"";
voice-family: inherit;
}

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

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


.ddcolortabs a{
float:left;
color: #201F23;
background: transparent;
margin:0 2px 0 0;
padding: 11px 19px 8px 19px;
text-decoration:none;
border:0;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent;
padding: 10px 19px 6px 19px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
color: #201F23;
background: transparent;
font-weight:bold;
margin:0px 1px 0px 1px;
}

.ddcolortabs a:hover span{
color: #201F23;
background: transparent;
font-weight:bold;
margin:0;
}

.ddcolortabs .nav-selected a, #ddcolortabs .nav-selected a span{ /*currently selected tab*/
background: transparent;
color: #201F23;
font-weight:bold;
}

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

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

.dropmenudiv_a{
position:absolute;
display: block;
color: #000000;
font-weight:bold;
text-transform:lowercase;
text-align:left;
width: auto;
min-width: 80px;
top: 0;
margin-left: 6px;
margin-right: 0px;
padding-right: 7px;
padding-bottom: 10px;
padding-top: 7px;
/*border-right-width: 10px;  */
border: 0;
/*border-top-width: 10px; */ /*Top border width. Should match height of .ddcolortabsline above*/
font:normal 11px Arial;
line-height: 19px;
z-index:100;
background-color: #FFFFFF;
visibility: hidden;
filter: alpha(opacity=80);
opacity: 0.8;

}


.dropmenudiv_a a{
width: auto;
min-width: 80px;
color: #000000;
display: block;
text-indent: 11px;
border-top: 0 solid #678b3f;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 2px 8px 0 4px;
text-decoration: none;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
color: #000000;
display: block;
}