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

.ddcolortabs ul{
font: bold 10px Verdana;
margin:0;
padding:1;
list-style:none;
}

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


.ddcolortabs a{
float:left;
color: white;
background: #DA694A;
text-decoration:none;
letter-spacing: 0px; margin-left:2px; margin-right:2px; margin-top:0; margin-bottom:0; padding-left:1px; padding-right:1px; padding-top:0; padding-bottom:2px
}

.ddcolortabs a span{
float:left;
display:block;
padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:1px
}

.ddcolortabs a span{
float:none;
}

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

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

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

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

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

.dropmenudiv_a{
border-left:1px solid #C33519; border-right:1px solid #C33519; border-top:1px solid #C33519; border-bottom:1px solid #C33519; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
/*Top border width. Should match height of .ddcolortabsline above*/
line-height:16px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0px solid #C33519;
border-bottom: 0px solid #C33519; /*THEME CHANGE HERE*/
text-decoration: none;
color: black; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

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

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