
.bluetabs{
border-bottom: 0px solid gray;
margin-left: 250px;
margin-top: -29px;
font-family: Century Gothic, sans-serif;
cursor:pointer;
}

.bluetabs ul{
cursor:pointer;
padding-right: 0px;
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Century Gothic, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
cursor:pointer;
display: inline;
margin-right: -3px;
font-size: 12px; 
}

.area {
border-right-style: none;
}

.bluetabs li a{
cursor:pointer;
text-decoration: none;
padding: 0px 7px;
border: 0px solid #778;
color: #402b0b;
background: #eeeddb ; /*THEME CHANGE HERE*/
border-left: 1px solid #402b0b;
}

.bluetabs li a:visited{
color: #402b0b;
}

.bluetabs li a:hover{
cursor:pointer;
background-color: #cdb591;
color: #402b0b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
border-bottom-color: #eeeddb;
cursor:pointer;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
cursor:pointer;
}



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

.dropmenudiv_b{
cursor:pointer;
font-family: Century Gothic, sans-serif;
position:absolute;
top: 0;
border-width: 0 0px;
border: 0px solid #cdb591; /*THEME CHANGE HERE*/
font:normal 12px Century Gothic, sans-serif;
line-height:18px;
z-index:100;
background-color: #eeeddb;


width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
font-family: Century Gothic, sans-serif;
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #cdb591; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #cdb591;
}