.bluetabs{
    margin-left: -120px;
}
.bluetabs li{
border:0;
}
.bluetabs img{
    border:0;
}

.bluetabs ul{
padding: 0 0 0 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size:1.1em;
font-weight: 500;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;

}

.bluetabs li a{
text-decoration: none;
padding: 0px 0px 1px 0px;
margin-right: 0px;
font-size:1em;
font-weight: 600;
border:0;

}
.bluetabs2 li a{
text-decoration: none;
padding: 3px 0px;
margin-right: 3px;
font-size:1.1em;
font-weight: 600;
border:0;
}


.bluetabs li a:visited{
border:0;
    color:#753e35;
}

.bluetabs li a:hover{
text-decoration: underline;
color:#753e35;
}

.bluetabs li.selected{
    color:#753e35;
}

.bluetabs li.selected a{ /*selected main tab style */
    color:#753e35;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
background-color: #e9dfc6;
width: 200px;
visibility: hidden;

	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
	border: 1px solid #753e35;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #753e35; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
/*background-color: #fffbc0;*/
/*background:#fffbc0 url('../images/oliva.gif') center right no-repeat;*/
background:#fffbc0 url('../images/oliva.gif') center right  no-repeat;

}

