.ddcolortabs{
padding: 0px;
width: 100%;
height: 25px;
background: transparent;
}

.ddcolortabs ul{
font: bold 12pt Trebuchet MS;
color: #666666;
margin:0;
padding:4px;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0px 0px 0px 0px;
padding:0px;
}


.ddcolortabs a{
float:left;
color: #333333;
background: #F8DF9F;
margin:0 8px 0 8px;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 0px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 0px 0px 0px 0px;
background-color: #F8DF9F;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: white;
}

.ddcolortabs a:hover span{
background-color: white;
}

.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: 0px;
margin: 7px 0 0px -7px;
padding: 0px 0 0px 0;
border: 1px solid #F8DF9F; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1px;
font: bold 10pt Trebuchet MS;
line-height:18px;
z-index: 200;
background-color: #fcf7ed;
width: 220px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
height: 24px;
border-top: 0 solid #db0000;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 3px 0 1px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: white;
color: black;
}
