.bluetabs{
border-bottom: 0px solid gray;
width:800px;
}

.bluetabs ul{
padding: 10px 0;
margin-left: 10;
margin-top:-1px;
margin-bottom: 0;
font-size:12px;
font-family:Lucida Grande, arial;
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;
border-right:1px solid #555555;
}

.bluetabs li a{
text-decoration: none;
padding: 10px 20px;
margin-right:10px;
border: 0px solid #778;
color: #ffffff;

}

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

.bluetabs li a:hover{
text-decoration: none;
color: #FAAACC;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
/

}

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

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

.dropmenudiv_b{
position:absolute;
top: 0;
border: 0px solid #ff0000; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Lucida Grande;
line-height:18px;
z-index:100;
background-color: #AE9472;
width: 160px;
visibility: hidden;
border:1px solid #AE9472;
border-top:1px solid #C5B69C;
padding-left:18px;
padding-right:18px;
}

.dropmenudiv_b span{
text-align:center;
display:block;
font-family:Lucida Grande;
font-size:12px;
color:#ffffff;
font-weight:normal;
}



.dropmenudiv_b span a{
text-align:left;
display:block;
font-family:Lucida Grande;
font-size:12px;
color:#ffffff;
font-weight:normal;
	padding-left: 25px;
}
.dropmenudiv_b span a:hover{
color:#555555;
text-decoration:underline;
}



.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#555555;
text-decoration:underline;
}