.ddcolortabs{
padding:0;
width:100%;
voice-family: "\"}\"";
voice-family: inherit;
height:65px;
}

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

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


.ddcolortabs a{
float:left;
color:#87888a;
margin:0 auto;
padding:3px 0px 4px 18px;
text-decoration:none;
font-weight:normal;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 6px 18px 6px 0px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
color:#7ab030;
}

.ddcolortabs a:hover span{
color: #7ab030;
}

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


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

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

.dropmenudiv_a{
position:absolute;
margin: 0 0 0 18px;
top: 0;
border: 1px solid #7ab030; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1px;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #f1f7ea;
width: auto;
visibility: hidden;
text-align:left;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 10px 2px 4px;
text-decoration: none;
color: black;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #7ab030;
color: white;
}


