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

.ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{

}


.ddcolortabs a{
text-decoration:none;
}

.ddcolortabs a span{
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
}

.ddcolortabs a:hover span{
}

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

.ddcolortabsline{
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: none; /*THEME CHANGE HERE*/
z-index:100;
background-color: #78a22f;
visibility: hidden;
text-align:left;
font-style:normal;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 5px;
	text-decoration: none;
	color: #ffffff;
	font-style:normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #20558a;
color: #a2dce7;
font-style:normal;
}

