.ddcolortabs {
	float:right;
	padding: 0;
	width: 800px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.ddcolortabs ul {
	margin:0;
	padding:0;
	list-style:none;
}
.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;*/
	margin:0 0 0 4px;
	padding:0;
	text-decoration:none;
	letter-spacing: 0;
}
.ddcolortabs a span {
	float:left;
	display:block;
	/*background: transparent url(media/color_tabs_right.gif) no-repeat right top;*/
	padding:0 15px;
	line-height:107px;
	font-size:16px;
	font-family:Microsoft Yahei,Arial;
}
.ddcolortabs a span {
	float:none;
}
.ddcolortabs a:hover {
	color: #006289;
	background:#83d8ff url(../images/nav-bg.jpg) no-repeat center top;
}
.ddcolortabs .selected a, #ddcolortabs .selected a span { /*currently selected tab*/
	color: #006289;
	background:#83d8ff url(../images/nav-bg.jpg) no-repeat center top;
}
/*.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;
	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 14px Microsoft Yahei,Arial;
	line-height:40px;
	z-index:999;
	background-color: #1f9cd6;
	width: 160px;
	visibility: hidden;
}
.dropmenudiv_a a {
	width: 100%;
	display: block;
	text-indent: 18px;
	border-top: 1px solid #1b89bc; /*THEME CHANGE HERE*/
	color: white;
}
* html .dropmenudiv_a a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
	background-color: #83d8ff;
	color: #0074b8;
}
