.ddcolortabs{
padding: 0;
max-width: 670px;
background: transparent;
voice-family: inherit;
position:absolute; 
top:0px; 
margin-left:270px; 
z-index:99;
}
 
.ddcolortabs ul{
font: normal 1.3em Helvetica, Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
text-align:center;
margin:0 2px 0 0;
padding:0;
}

.ddcolortabs a{
float:left;
color:white;
opacity: 0.8;
background:#333333;
margin:0em 0.1em 0.1em 0.1em;
padding:0.6em 0em 0em 0.3em;
width:100px;
height:30px;
text-align:center;
text-decoration:none;
font:normal 0.7em Helvetica, Arial, Verdana, sans-serif;
font-weight: 200;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 4px 7px 12px 3px;
}

.ddcolortabs a:hover{
background-color: #E30023;
}

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

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

.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;
border: 0px solid black; /*THEME CHANGE HERE*/
margin-top: 1px;
opacity: 0.8;
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 11px Arial !important;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
/*border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
color: black;
font:normal 1.2em Helvetica !important;
line-height:2em !important
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #E30023;
color: white;
}
img { border:none}