.bluetabs{
overflow: hidden;
}

.bluetabs ul{
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fffefe;
	padding-right: 20px;
	padding-left: 20px;
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: 3px 0px;
margin-right: 0px;
color:#fffefe;
}

.bluetabs li a:visited{
color: #fffefe;
}

.bluetabs li a:hover{
text-decoration: none;
color: #c2b7ab;

}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */


}

.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 #dbd2cb; /*THEME CHANGE HERE*/
margin:12 0 0 -22;
z-index:100;
background-color: #dbd2cb;
width: 200px;
visibility: hidden;

}


.dropmenudiv_b a{
font:normal 12px Arial, Helvetica, sans-serif;
color: #4f4d50;
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #98918b; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 0px 0;
text-decoration: none;
line-height:25px;
text-align:left;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #4f4d50;
font-weight:bold;
}