.ddcolortabs{
padding:0;
margin: 0 auto;
width:965px;
background: #FFFFFF;
voice-family: "\"}\"";
voice-family: inherit;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
}

.ddcolortabs ul{
font: 13px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin:0 auto;
padding:0;
list-style:none;
text-align:center;
}

.ddcolortabs li{
font: 13px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
display:inline;
margin:0 auto;
padding:0;
line-height:30px;
}


.ddcolortabs a{
font: 13px Verdana, Arial, Helvetica, sans-serif;
float:left;
color: #8da500;
background: #FFFFFF;
margin:0 auto;
text-decoration:none;
font-weight:normal;
}

.ddcolortabs a span{
font: 13px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:30px;
float:left;
display:block;
padding: 0 7px 0 7px;
color: #8da500;
}

* html .floated-image {
margin: -3px; ma\rgin: 0;
} 

* html .ddcolortabs a span{
font: 13px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
display:inline;
color: #8da500;
line-height:30px
}


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

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

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


.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;
top: 0;
border: 1px solid #888888; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: auto;
visibility: hidden;
text-align:left;
color: #8da500;
}


.dropmenudiv_a a, .dropmenudiv_a a:link{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #888888;
border-bottom: 1px solid #888888; /*THEME CHANGE HERE*/
padding: 2px 10px 0 4px;
text-decoration: none;
color: #8da500;
}


* html .dropmenudiv_a a{ /*IE only hack*/
width: 140px;
color: #8da500;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
color: #f36e38;
}