.ddcolortabs{
	width: 100%;
	margin-top: 1px;
	padding: 0px;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	vertical-align: middle;
}

.ddcolortabs ul{
	font-size: 14px;
	font-weight:bold;
	font-style:normal;
	font-family: 'Karla', sans-serif;
	text-decoration: none;
	margin:0 0 0 0;
	padding:0;
}

.ddcolortabs li{
	width: 126px;
	height: 23px;
	display:inline;
	margin: 0px 0 0 0;
	padding: 0px;
}

.ddcolortabs a{
	float:left;
	color: white;
	background: transparent url(../images/buttons/button_bg_124x23.png) repeat-x left top;
	margin: 0px 1px 0 1px;
	padding: 0 0 0 0;
	text-decoration:none;
	letter-spacing: 0px;
}

.ddcolortabs a span{
	width: 126px;
	height: 23px;
	margin:0 0 0 0;
	float:left;
	display:block;
	padding: 5px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.ddcolortabs a:hover{
	width: 126px;
	height: 23px;
	background-color:#CC0000;
	background: transparent url(../images/buttons/button_bg_124x23_H.png) repeat-x left top;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: middle;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


.ddcolortabs a:hover span{
	width: 126px;
	height: 23px;
	margin:0 0 0 0;
	float:left;
	display:block;	
}

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

}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 0px;
	line-height: 0px;
	background: black;
}

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

.dropmenudiv_a{
	position:absolute;
	top: 0;
	border: 1px solid black; /*THEME CHANGE HERE*/
	border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:16px;
	z-index:100;
	background-color:#47502b;
	width: 170px;
	visibility: hidden;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


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

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #889858;
	color: white;
}