.bluetabs{

}

.bluetabs ul{
	padding: 3px 0 0 100px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
text-align:left;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;

color: #FFFFFF;;

}

.bluetabs li a:visited{
color: #FFFFFF;
}

.bluetabs li a:hover{
color: #CCCCCC;
text-align:left;
}

.bluetabs li.selected{
text-align:left;
}

.bluetabs li.selected a{ /*selected main tab style */
text-align:left;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-align:left;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;


line-height:18px;
z-index:100;
background-color: #000000 ;
width: auto;
visibility: hidden;
text-align:left;
padding-right:4px;
color:#ffffff;
font-size:11px;
margin-left:3px;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: white;

text-align:left;

}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
text-align:left;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/

text-align:left;
}
