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

.ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
height: 28px;
vertical-align: bottom;
}

.ddcolortabs li{
display:inline;
margin:0;
padding:0;
height: 28px;
}

.ddcolortabs a{
float:left;
margin:0;
padding:0;
text-decoration:none;
height: 28px;
}

.ddcolortabs a span{
float:left;
display:block;
padding-right: 40px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
}

.ddcolortabs a:hover span{
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 18px;
z-index:100;
background-color: #EDEDED;
width: 130px;
visibility: hidden;
}

.dropmenudiv_a a
{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #F6F6F6;
	border-bottom: 1px solid #C2C4C0; /*THEME CHANGE HERE*/
	padding: 3px 0;
	text-decoration: none;
	color: black;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color: #38B80E;
}
