.ddcolortabs{
font-size: 0.8em;
height:4em;
line-height:4em;
width:auto;
margin:10px 0 ;
background:#363B28;
color:#B1B3AB;
}


.ddcolortabs li{
float:left;
list-style-type:none;
border-right:1px solid #000000;
white-space:nowrap;
}


.ddcolortabs a{
display:block;
padding:0 10px;
font-size:1.5em;
font-weight:bold;
text-transform:none;
text-decoration:none;
background-color:inherit;
color: #B1B3AB;
}


* html #ddcolortabs a {width:1%;}

.ddcolortabs a:hover{
background:#7C7C58;
color:#ffffff;
text-decoration:none;
}


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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #363B28;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
}

* html #ddcolortabs a {width:1%;}

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