.bluetabs{

}

.bluetabs ul{
margin: 18px 20px 0px 20px;
	padding: 0px;
	list-style-type: none;
	font-family: Ubahn-Light, Garamond, giddyup Std; 
	font-size: 13pt;
	line-height:18px;
	color:#ffffff;
/*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
	background:url(../images/nav-list.gif) no-repeat 0 5px;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:0px;
	margin-top:10px;
	display:inline;
}

.bluetabs li a{
	padding: 3px 0px;
	margin-right: 0px;
	font-family: Ubahn-Light, arial narrow, Garamond, ; 
	font-size: 11pt;
	line-height:18px;
	color:#ffffff;
	text-decoration:none;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
font:normal 11pt Ubahn-Light, arial narrow, Garamond, ;
color:white;
line-height:18px;
z-index:100;
background-color:#de7332;
width: auto;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 0px;
padding: 2px 5px;
text-decoration: none;
color: white;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:black;
}