.bluetabs{
font:bold 11px Tahoma;
color: #8e722e;
padding:0px;
}

/*Hack for Fire Fox*/
.bluetabs ul, x:-moz-any-link {margin-left:0px; }
.bluetabs ul{
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
margin-left:55px; 
padding-top:10px; 
margin-top:10px;
}

.bluetabs ul, x:-moz-any-link, x:default {margin-left:0px; }
/*Hack for IE8 */
*.bluetabs ul {margin-left:0px;}
.bluetabs li{
display: inline;
margin-left:0px;
padding:0px 0px 3px 0px;
}

.bluetabs li a{
text-decoration: none;
padding: 30px 5px 3px 5px;
color: #8e722e;
height:45px;
line-height:45px;
margin-left:30px;

}

.bluetabs li a:visited{
color: #8e722e;
}

.bluetabs li a:hover{
text-decoration:none;
color: #8e722e;
background:#ffffff url(../images/menu-green.gif) left 30px no-repeat;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background:#ffffff url(../images/menu-green.gif) left 30px no-repeat;
border-bottom-color: white;
}

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

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

.dropmenudiv_b{
position:absolute;
top: 0;
font:bold 11px Tahoma;
color: #8e722e;
line-height:15px;
z-index:100;
background-color: white;
visibility: hidden;
width: auto;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border-bottom-width: 1px;
padding: 2px 0 2px 0;
text-decoration: none;
font:bold 11px Tahoma;
color: #c7be9e;
height:15px;
line-height:15px;
background:none;
background-color:#ebebe0;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background:#ffffff url(../images/menu-green.gif) left center no-repeat;
color:#8e722e;
}
