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

.ddcolortabs ul{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
margin-left:0px;
padding-left:0px;
margin-right:0px;
margin:0px;
}

.ddcolortabs li{
display:inline;

padding:0;


}


.ddcolortabs a{
float:left;
color: white;
font-weight:bold;
background:url(../../images/seprator.jpg) no-repeat right;
padding:11px 11px;
text-decoration:none;

}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a#sep{
float:left;
color: white;
background:none;
text-decoration:none;
}
.ddcolortabs a#sep:hover{
color:#F92020; /* was a91515 */
}
.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
color:#F92020; /* was #a91515 */
/*background-color: #591f20;*/
}

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

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

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;

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;
border: 2px solid #3A3A3A; /*THEME CHANGE HERE, was black,white*/
/*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1; /* was 0 */
font:normal 12px Arial;
text-align:left;
line-height:18px;
z-index:100;
background-color: #3A3A3A; /* was white,CB0F10 */
width: 130px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
font-weight:bold;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE, was 1px */
padding: 2px 0;
text-decoration: none;
color: #dbdbdb; /* was black */
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/

color: #3A3A3A; /* was FF0000, dbdbdb */
background-color: #dbdbdb; /* tried F92020,CB0F10,900201,3A3A3A*/
text-decoration: none;
}