.bluetabs{
    padding: 5px 0 5px 0;
	color:#ece164;
}

.bluetabs ul{

padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
color:#ece164;
}

.bluetabs li a{
color:#ece164;
text-decoration: none;
padding: 14px 13px 0 14px;
/*margin-right: 10px;
background: /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color:#ece164;

}

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

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(imahe/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

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

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

.dropmenudiv_b{
margin-top:7px;
position:absolute;
top: 0;
border-width: 0 1px;
line-height:19px;
z-index:100;
background: url(../imahe/dropdown_bg.png);
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #ece164;
}

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

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