.ddcolortabs{
padding: 1;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 0px 0 0;
padding:0;
text-transform:uppercase;
}

.ddcolortabs a{
float:left;
color: white;
background: #c0c0c0 url('media/color_tabs_left.gif') no-repeat left top;
text-decoration:none;
letter-spacing: 1px; margin-left:0; margin-right:2px; margin-top:0; margin-bottom:0; padding-left:3px; padding-right:0; padding-top:0; padding-bottom:1px
}

.ddcolortabs a span{
float:left;
display:block;
background: url('media/color_tabs_right.gif') no-repeat right top;
padding-left:7px; padding-right:8px; padding-top:4px; padding-bottom:2px
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #cccccc ;
}

.ddcolortabs a:hover span{
background-color: #cccccc ;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #cccccc ;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 2px;
background: #cccccc;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
border-left:1px #c0c0c0; border-right:1px #c0c0c0; border-top:8px #c0c0c0; border-bottom:0px #c0c0c0; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
/*Top border width. Should match height of .ddcolortabsline above*/
line-height:11px;
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 #999999;
border-bottom: 1px solid #cccccc; /*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: #e6e6e6;
color: white;
}
