.glowingtabs{
	width:970px;
	font-size: 12px;
	line-height:45px; /*Add border strip to bottom of menu*/
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/index_3.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.glowingtabs ul{
	list-style-type: none;
	margin-left: auto; /*Left offset of entire tab menu relative to page*/
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	line-height: 45px;
	height: 45px;
	width: 960px;
}

.glowingtabs li{
	float:left;
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	height: 45px;
	width: auto;
	font-size: 14px;
	cursor: hand;
	text-align: center;
	line-height: 45px;
	list-style-type: none;
}

.glowingtabs a{
	float:left;
	text-decoration:none;
	background-position: left top;
	text-align: center;
	line-height: 45px;
	height: 45px;
	width: 120px;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.glowingtabs a:hover{
text-decoration:underline;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	color: #FFFFFF;
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
	color: #FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
	position:absolute;
	top: 0;
	line-height:26px;
	z-index:100;
	background-color: white;
	width: 110px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 26px;
}


.dropmenudiv_d a{
	width: 110px;
	display: block;
	text-decoration: none;
	color: #2760A5;
	line-height: 26px;
	height: 26px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}

* html .dropmenudiv_d a{ /*IE only hack*/
	width: 120px;
}

*+html.dropmenudiv_d{background-color: white;}
.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
	background-color: #0978D4;
	color: #FFFFFF;
}
