.bluetabs {
	height: 31px;
	width: 946px;
	margin: 0px;
	padding: 0px;
	background: white url(/ACC/site/images/dhbj.gif) top left repeat-x;
	/*THEME CHANGE HERE*/
}

.bluetabs ul {
	font: normal 14px 'ËÎÌå';
	list-style-type: none;
	text-align: center;
	/*set to left, center, or right to align the menu as desired*/
	margin: 0px;
	padding-top: 5px;
}

.bluetabs li {
	display: inline;
	line-height: 23px;
}

.bluetabs li a {
	padding: 6px 7px;
	text-decoration: none;
	color: #ffffff;
}

.bluetabs li a:visited {
	color: #ffffff;
}

.bluetabs li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.bluetabs li.selected {
	
}

.bluetabs li.selected a { /*selected main tab style */
	border-bottom-color: white;
}

.bluetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_b {
	position: absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font: normal 12px 'ËÎÌå';
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 170px;
	visibility: hidden;
}

.dropmenudiv_b a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 4px;
	text-decoration: none;
	color: black;
	background-color: #F6FDFF;
	text-align: left;
}


.dropmenudiv_b a:hover { /*THEME CHANGE HERE*/
	background-color: #E6E6E6;
}