.bluetabs{
background-color:#452c1d;
border: 0px solid #452c1d;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0px;
margin-top: 1px;
margin-right: 0px;
margin-bottom: 0;
font:11px Arial;
letter-spacing:1px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.bluetabs  a{
color:#ffffff;
margin-right: 12px;
text-decoration:none;

}
.bluetabs  a:hover{
color:#ffcc00;
text-decoration:none;

}

.bluetabs li{
display: inline;
margin: 0;

}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #666666; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;

}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 14px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
background-image:url(../images/tab.gif);
background-position:left;
background-repeat:no-repeat;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}
