.bluetabs{
width: 960px;
border-top:1px solid #323232;
  border-bottom:1px solid #323232;
background: #000000;

}
.bluetabs ul{
	padding: 7px 0px 10px 0px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 12px 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	
}

.bluetabs li{
display: inline;

}

.bluetabs li a{
text-decoration: none;
padding: 10px 35px 9px 35px;
margin-right: 0px;
border-right: 1px solid #323232;
color: white;
background: #000000 top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: white;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #A8BC24;
background-color: #3b3b3b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: #3b3b3b; /*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;
border: 1px solid #323232; /*THEME CHANGE HERE*/
border-width: 1px 1px;
font:bold 12px 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
line-height:18px;
z-index:100;
background-color: #171717;
width: 170px;
visibility: hidden;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 10px;
	border: 0 solid #323232; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 10px 0;
	text-decoration: none;
	color: white;
	text-align: left;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #A8BC24;
background-color: #3b3b3b;
}