.bluetabs{
	height: 35px;
	font-size: 18px;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/


}

.bluetabs li{
display: inline;
margin: 0;
background: #990
height: 35px;
}

.bluetabs li a{
	text-decoration: none;
	padding: 3px 8px;
	margin-right: 3px;
	margin-left: 5px;
	color: #00aeef;
	/*background: white url(../images/bluetab.gif) top left repeat-x;*/ /*THEME CHANGE HERE*/
	line-height: 30px;
}

.bluetabs li a:visited{
}

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

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/bluetabactive.gif);
	color: #00aeef;


}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #00aeef;
}

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

.dropmenudiv_b{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	border: 5px solid #015182;
	
		margin-left: -5px;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

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