.bluetabs{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
	width: 920px;
}

.bluetabs ul{
	margin-left: 95px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: left;
	display: block;
	margin-right: 0px;
	padding: 0px;
}

.bluetabs li{
	display: block;
	text-transform: uppercase;
	float: left;
	margin: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

.bluetabs li a{
	text-decoration: none;
	color: #330000;
	height: 39px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 13px;
}

.bluetabs li a:visited{
color: #330000;
}

.bluetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #653332;
	height: 39px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	background-image: url(../images/bg_on.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	background-color: #653332;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 12px;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	height: 39px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #653332;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 12px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
	height: 39px;
	font-size: 12px;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #330000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#dropmenu1_b .final {
	background-color: #CC0000;
	display: none;
}

