.bluetabs{
width:690px;
float:right;
padding:15px 0 0 60px;

}

.bluetabs ul{
padding: 8px 0 0 0;
margin:0;
font: bold 12px Verdana;
list-style-type: none;
 /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
position: relative;
float:left;
}

.bluetabs li a{
	text-decoration: none;
	color:#f3f3f3;
	display:block;
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 25px;
}

.bluetabs li a:visited{
color: #000000;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
/*THEME CHANGE HERE*/
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	/*THEME CHANGE HERE*/
font:normal 12px Verdana;
	line-height:24px;
	z-index:auto;
	background-color: #f6f6f6;
	visibility: hidden;
	width:139px;
	border:#b4b0b0 1px solid;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 5px;
	height: auto;
}


.dropmenudiv_b a{
display: block;
text-indent: 5px;
text-decoration: none;
color:#000000;
width:139px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #79E300;
text-decoration:underline;
font-weight:bold;
color:#fff;
}
