.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;

}

.ddcolortabs ul{
font: normal 9pt Arial;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{

margin:0px;
padding:0;
}


.ddcolortabs a{
float:left;
color: Black;
background: White;
height:40px;

text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
line-height: 8px;
background: white;
border-top: 1px solid #fff; 
}



.dropmenudiv_a{
position:absolute;
top: 0;
border: 0px solid black;
border-top-width: 0px; 
border-bottom-width: 0;
line-height:30px;
z-index:100;
background-color: #cccccc;
width: 160px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #000000;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #666666;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
color: #7BB132;
}
