.ddcolortabs{
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.ddcolortabs li{
display:inline;
margin:0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
	float:left;
	color: #003300;
	padding:0;
	text-decoration:none;
	letter-spacing: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.ddcolortabs a span{
	float:right;
	display:block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #A8BCA0;
}

.ddcolortabs a:hover span{
background-color: #A8BCA0;
}



.ddcolortabsline{
clear: both;
padding: 20;
width: 200%;
height: 20px;
line-height: 20px;
background: #CCCCCC; /*Remove this to remove border between bar and tabs*/
}

.ddcolortabsline1{
clear: both;
padding: 130;
width: 100%;
height: 0px;
line-height: 0px;
background: #0B94C0;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0px; /*THEME CHANGE HERE*/
	border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0px;
	line-height:14px;
	width: auto;
	visibility: inherit;
	background-color: #A8BCA0;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 8px;
border-top: 1 solid #8BA682; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
color: #255025;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 150px;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #A8BCA0;
	color: #FFFFFF;
}

