.bluetabs{
	margin: 0px;
	height: 29px;
	width: 676px;
	*width: 635px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	*padding-left: 41px;


}

.bluetabs ul{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin: 0px;
}

.bluetabs li{
	margin: 0;
	display: inline;
}

.bluetabs li a{
	text-decoration: none;
	color: #2E6298;
	background-image: url(../images/btgeneralb_off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	display: inline;
	width: 92px;
	height: 27px;
	padding-top: 2px;
	padding-left: 5px;
}
.bluetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/btgeneralb_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bluetabs li.selected a{ /*selected main tab style */
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/btgeneral_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 121px;
	visibility: hidden;
	left: 330px;
	z-index: 100;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E6298;
	line-height: 12px;
	height: 31px;
	width: 140px;
}


.dropmenudiv_b a{
	text-decoration: none;
	color: #2E6298;
	background-image: url(../images/btsecun_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-left: 10px;
	display: block;
	font-weight: bold;
	height: 29px;
	width: 130px;
}

* html .dropmenudiv_b a{ /*IE only hack*/

}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-image: url(../images/btsecun_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
}

