.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
color:#FF0000;
font-weight:bold;
}

.ddcolortabs ul{
font-family:"Times New Roman", Times, serif;
margin:0;
padding:0px ;
list-style:none;

}

.ddcolortabs li{
display:inline;
margin:0 10px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
font-family:"Times New Roman", Times, serif;
float:left;
color: white;
margin:0 2px 0 0;
text-decoration:none;
letter-spacing: 0.5px;

}

.ddcolortabs a span{
font-family:"Times New Roman", Times, serif
float:left;
display:block;
padding-left:4px;
border-left:0px dotted #333300
font-weight:bold;

}

.ddcolortabs a span{
background-color:#e5e5e5;
font-family:"Times New Roman", Times, serif;
color:#323232;
font-size:10px;
font-weight:semibold;
float:none;
}

.ddcolortabs a:hover{
background-color: #591f20;
color:#ca3030;
font-weight:semibold;
}

.ddcolortabs a:hover span{
background-color: #e5e5e5;
color:#ca3030;
font-weight:semibold;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #ca3030;
}

.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-top:4px;
top: 0;
border: 1px solid #b8b8b8; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:"Times New Roman", Times, serif;
font-weight:semibold;
font-size:9px;
line-height:15px;
letter-spacing:0.5px;
z-index:100;
width: 140px;
opacity: 10;
visibility: hidden;
background-image:url(bg_buttton.png);
}


.dropmenudiv_a a{
width: auto;
font-size:9px;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #b8b8b8; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color: #b9272a;
}