.ddcolortabs{
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #146EB4;
}

.ddcolortabs ul{
	font-family: "宋体";
	height: 30px;
}

.ddcolortabs li{
	display:block;
	text-transform:uppercase;
	height: 30px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}


.ddcolortabs a{
	color: #FFFFFF;
	text-decoration:none;
	background-color: black;
	background-image: url(../B2CIndexImages/bot_blue_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	display: block;
	float: left;
}

.ddcolortabs a span{
	float:left;
	display:block;
	height: 30px;
	background-color: transparent;
	background-image: url(../B2CIndexImages/bot_blue_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	padding-left: 15px;
}

.ddcolortabs a:hover{
	background-image: url(../B2CIndexImages/bot_red_left.gif);
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.ddcolortabs a:hover span{
	background-image: url(../B2CIndexImages/bot_red_right.gif);
	display: block;
}

.ddcolortabs .selected a{ /*currently selected tab*/
	background-image: url(../B2CIndexImages/bot_red_left.gif);
	background-position: left top;
}
.ddcolortabs .selected a span{ /*currently selected tab*/
	background-image: url(../B2CIndexImages/bot_red_right.gif);
	background-position: right top;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 1px;
	line-height:28px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../B2CIndexImages/bot_red_box.gif);
	border-right-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: #146EB4;
	border-right-color: #146EB4;
	border-bottom-color: #146EB4;
	border-left-color: #146EB4;
}


.dropmenudiv_a a{
	width: 150px;
	display: block;
	text-indent: 15px;
	text-decoration: none;
	color: #FFFFFF;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: white;
	background-image: url(../B2CIndexImages/bot_red_left.gif);
	background-position: center center;
}

