.bluetabs{
	height: 37px;
	z-index: 999;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0px;
}

.bluetabs ul{
	font: bold 1.2em Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.bluetabs li{
	display: inline;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

.bluetabs li a{
	text-decoration: none;
	color: #FFFFFF;
	width: auto;
	float: left;
	font-weight: bold;
	height: 37px;
	text-align: left;
	margin-right: 0.6em;
	margin-left: 0.6em;
	padding-right: 0.6em;
	padding-left: 0.6em;
	line-height: 2.6em;

}

.bluetabs li a:visited{
color: #FFFFFF;
}

.bluetabs li a:hover{
	color: #FFF;
	background-image: url(../images/nav_bg_hover.gif);
	background-repeat: repeat-x;
	background-position: 100% 0px;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background-image: url(../images/nav_bg_hover.gif);
	background-repeat: repeat-x;
	background-position: 100% 0px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:23px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	border-bottom-width: 1px;
	padding: 4px 0;
	text-decoration: none;
	color: #FFFFFF;
	height:26px;
	text-align: left;
	text-indent: 1.5em;
	background-color: #055B7C;
}

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

}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #BE6141;
	color: #FFFFFF;
}

