.bluetabs{
	background-repeat: repeat-x;
	background-image: url(images/nav-bg.jpg);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}

.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	margin-right: 0px;
	color: #2d2b2b;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	
}

/*	
.bluetabs li a:visited{
color: #2d2b2b;
}
*/



.bluetabs li.selected{
}
/*
.bluetabs li.selected a{
background-image: url(images/nav-bg.jpg); 

}
*/
.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 11.5px Arial;
	text-align: left; /*set to left, center, or right to align the dropmenu as desired*/
	line-height:18px;
	z-index:9;
	width: 140px;
	visibility: hidden;
	background-color: #ededed;
	margin-top: 3px;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #a7a8aa; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ 
	background-color: #babbbd;

}
