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

.ddtab ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddtab li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddtab a{
float:left;
color: white;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

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

.ddtab a span{
float:none;
}

.ddtab a:hover{
color: #FFCF65;
}

.ddtab a:hover span{
color: #FFCF65;
}

.ddtab .selected a, #ddtab .selected a span{ /*currently selected tab*/
color: #FFCF65;
}

.ddtabline{
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 ######### */

.submenu{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #000;
width: 200px;
visibility: hidden;
text-transform:uppercase;
}


.submenu a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #343434; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
text-align: left;
}

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

.submenu a:hover{ /*THEME CHANGE HERE*/
background-color: #343434;
color: white;
}