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

.ddcolortabs ul{
font:bold 11px Arial, Helvetica, sans-serif;
margin:0 0 0 10px;
padding:0;
list-style:none;float:left;
}

.ddcolortabs li{
margin:0; padding:0px; list-style-type:none; /*line-height:25px;*/ display:inline;
}


.ddcolortabs li a{
color:#333;text-decoration:none; padding:5px 10px 5px 10px; position:relative; top:5px;  background:url(../images/img/divider.gif) no-repeat 0 50%; display:block; float:left; margin-left:-1px;
}

.ddcolortabs li a span{
display:block; float:left;}

.ddcolortabs li a span{
float:none;
}

.ddcolortabs li a:hover{
background:url(../images/img/tab_h.gif) repeat-x bottom right; color:#725A42; text-decoration:none; height:36px;
}

.ddcolortabs li a:hover span{
background:url(../images/img/tab_h.gif) repeat-x bottom right; color:#725A42; text-decoration:none;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background:url(../images/img/tab_h.gif) repeat-x bottom right; color:#995c48; text-decoration:none; height:36px;
}

.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;
font:bold 11px Arial, Helvetica, sans-serif;
line-height:22px;
z-index:100;
background-color:#e7d7bf;
width:200px; text-align:center;
visibility: hidden; border:1px solid #a06b1c; margin-top:-20px;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color:#333333;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color:#995c48; 
}