.ddcolortabs{
padding: 0;
width: 870px;
voice-family: "\"}\"";
voice-family: inherit;
}

#colortab {
	width: 870px;
	height: 37px;
	background: url(../images/backmainnav.gif) top no-repeat;

}
.ddcolortabs ul {
font: bold 11px Georgia, Times, serif;
margin:0;
padding-left: 10px;
text-transform: uppercase;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}

/* Man Nav */
.ddcolortabs a, .ddcolortabs a:visited {
float:left;
color: #fff;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 12px 10px 12px 10px; /* Padding around button */
/*border-right: 1px solid black;*/
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
/*background-color: #ffcc00;*/
color:#fff;
}

.ddcolortabs a:hover span{
background-color: #741d15;
}

/*.ddcolortabs .selected a, #ddcolortabs .selected a span{ currently selected tab
background-color: #000;
}
*/

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 8px;
background: black;
border-top: 1px solid #ffcc00; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a {
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font: normal 12px Georgia, Times, serif;
line-height:18px;
z-index:100;
background-color: #741d15;
width: 150px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #ffcc00;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 7px 0 ;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #000;
color: #ffcc00;
}
