.bluetabs{
border-bottom:none;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0; font-weight:bold;
  
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;
}

.bluetabs li a{
text-decoration: none;
padding: 0px 65px;
margin-right: 0px;
border:none;
color: #ffffff;
background: none; /*THEME CHANGE HERE*/
}



.bluetabs li a:hover{

color: #999999;
}


.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;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color:#960B10;
	width: 200px;
	margin-left:50px;
	visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border:none; /*THEME CHANGE HERE*/ 

padding: 2px 0;font-weight: bold;
text-decoration: none;
color:white; background: url(images/bullet.jpg) no-repeat; background-position:0px 7px; padding-left:10px
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #999999;
}

