.ddcolortabs{
padding: 0px 5px 0px 5px;
width: 100%;
color: #151517;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

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

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:lowercase;
}


.ddcolortabs a{
float:left;
color: #151517;
background: white;
margin:0 2px 0 0;
padding: 5px 9px 7px 10px;
text-decoration:none;
}

.ddcolortabs a span{
float:left;
display:block;
background: 0;
padding: 4px 9px 5px 10px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #FFFFFF;
color: #5991C9;
}

.ddcolortabs a:hover span{
background-color: #FFFFFF;
color: #5991C9;
}

.ddcolortabs .nav-selected a, #ddcolortabs .nav-selected a span{ /*currently selected tab*/
background-color: #FFFFFF;
color: #5991C9;
}

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

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

.dropmenudiv_a{
position:absolute;
display: block;
color: #151517;
width: auto;
min-width: 100px;
top: 0;
margin-left: 7px;
margin-right: 0px;
padding-right: 15px;
padding-bottom: 14px;
padding-top: 8px;
/*border-right-width: 10px;  */
border-bottom: 1px solid #9C9A9C;
border-left: 1px solid #9C9A9C;
border-right: 1px solid #9C9A9C; /*THEME CHANGE HERE*/
/*border-top-width: 10px; */ /*Top border width. Should match height of .ddcolortabsline above*/
font:normal 11px Arial;
font-weight: bold;
line-height: 14px;
z-index:100;
background-color: white;
visibility: hidden;
filter: alpha(opacity=80);
opacity: 0.8;

}


.dropmenudiv_a a{
width: auto;
min-width: 100px;
color: #000000;
display: block;
text-indent: 11px;
border-top: 0 solid #678b3f;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 2px 15px 0 0;
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;
}
