.bluetabs{

}

.bluetabs ul{
width: 800px;
}

.bluetabs li{
text-align: center;
display: block;
float: left; 
}

.bluetabs li a{
text-decoration: none;
font-family : Calibri, Arial;
font-size : 12pt;
color: #b29b55;
background: black;
}

.bluetabs li a:visited{

}

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

.bluetabs li.selected{
}

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

}

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

}

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

.dropmenudiv_b{
opacity: .96;
position:absolute;
top: 0;
border: 0px;
font-family : Calibri, Arial;
font-size : 10pt;
line-height:20px;
z-index:100;
background-color: #38300e;
width: 220px;
visibility: hidden;
text-align: left;
color: #ccb55b;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #241f09;
padding: 2px 0;
text-decoration: none;
color: #ccb55b;
}

.dropmenudiv_b a:visited{
color: #ccb55b;
}

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

.dropmenudiv_b a:hover{
color: black;
background-color: #b9a34e;
}