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

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

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


.ddcolortabs a{
float:left;
//color: white;
//margin:0 2px 0 0;
padding-left:4px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
display:block;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #324726;
}

.ddcolortabs a:hover span{
background-color: #324726;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #324726;
}

.ddcolortabsline{
clear: both;
z-index:100;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
z-index:100;
width: 250px;
visibility: hidden;
border-left: 1px solid #415C31; /*THEME CHANGE HERE*/
border-right: 1px solid #415C31; /*THEME CHANGE HERE*/
border-top: 1px solid #415C31; /*THEME CHANGE HERE*/
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #415C31; /*THEME CHANGE HERE*/
padding-top: 5px;
padding-bottom: 5px;
font-family: Verdana;
font-size: 13px;
font-weight:bold;
color: #FDFBFB;
background-color: #324726;
text-decoration: none;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
font-family: Verdana;
font-size: 13px;
font-weight:bold;
background-color: #324726;
color: #EAEC15;
text-decoration: none;
}