.bluetabs{
border-bottom: 1px solid #000;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*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: 3px 7px;
margin-right: 3px;
border: 1px solid #000;
color: #2d2b2b;
 /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
 /*THEME CHANGE HERE*/
border-bottom-color: #1a448f;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
display:none;
border: 1px solid #5B8435; /*THEME CHANGE HERE*/
border-width: 1px 1px 0px 1px;
font:normal 8pt Verdana;
line-height:18px;
z-index:100;
/*background-color: #980027;*/
background-color : #EAEDD2;
width: 205px;
visibility: hidden;

/*opacity:.90;
filter: alpha(opacity=90);
 -moz-opacity: .90;*/
}


.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 5px;*/
border: 0 solid #5B8435; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 7px;
text-decoration: none;
/*font-weight: bold;*/
color: #4C7328;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #580018;*/
/*background-color : #d7dcb5;*/
background-color : #F2F5DE;

background-color : #85A84E;
color : #fff;
}
