.ddcolortabs{
	float:right;
	padding: 0;
	width: 850px;
	background: #eeeeee;
	voice-family: "\"}\"";
	voice-family: inherit;text-align:center;z-index:9999
}

.ddcolortabs ul{
	font: normal 14px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;z-index:9999
}

.ddcolortabs li{
	display:inline;
	/*margin:0 2px 0 0;*/
	padding:0;
	text-transform:uppercase;
}

.ddcolortabs a{
	float:left;
	color: white;
	/*background: black url(media/color_tabs_left.gif) no-repeat left top;*/
	
	text-decoration:none;
	letter-spacing: 0px;
}

.ddcolortabs a span{
	float:left;
	display:block;
	/*background: transparent url(media/color_tabs_right.gif) no-repeat right top;*/
	
	width: 105px;
	line-height:40px;
	font-family:Microsoft Yahei, Arial;text-align:center;
}

.ddcolortabs a span{
	float:none;color: #333;
}

.ddcolortabs a:hover{
	color: white;
	background-color: #70B910;

}

.ddcolortabs a:hover span{background-color: #70B910;z-index:9999

}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/

}

/*.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: black;
	border-top: 1px solid #fff; Remove this to remove border between bar and tabs
}*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;z-index:9999
	top: 0;
	/*border: 1px solid black; THEME CHANGE HERE
	border-top-width: 8px; Top border width. Should match height of .ddcolortabsline above
	border-bottom-width: 0;*/
	font:normal 12px Arial;
	line-height:35px;
	
	background-color: #ddd;
	width: 140px;
	visibility: hidden;
	margin-top:-1px;text-align:left;
	
}

.dropmenudiv_a a{z-index:9999
	width: auto;
	display: block;
	text-indent: 18px;	
	border-top: 1px solid #ccc; /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #333333;
}

* html .dropmenudiv_a a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #70B910;
	color: white;
	text-decoration:none;
}