.bluetabs{
	height: 32px;
	background-image:url(../graphics/menuBkg.jpg);
}

.bluetabs ul{
margin:0;
padding: 10px;
font: bold 11px "Lucida Sans";
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
	display: inline;
	margin: 5px;
}

.bluetabs li a{
	text-decoration: none;
	padding: 0 5px 8px 0;	
	color: #FFF;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #666;
	/*background-color: #535353;*/
}

.bluetabs li a:visited{
color: #fff;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #D9B319;
background-color:#666;
}

.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-color: #666;
}

.lastMenuTab{
	/*border-right:solid 0 #fff;*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border-bottom: 1px dotted #918d8d; /*THEME CHANGE HERE*/
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #666;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px dotted #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color:#fc0;
	color:#000;
}
