.bluetabs{
/*border-bottom: 1px solid #363636;*/
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px;
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 #363636 !important;*/
color: #fff !important;
 /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #fff;
}

.bluetabs li a:hover{
text-decoration: underline;

}

.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 #fff; /*THEME CHANGE HERE*/
border-width: 1px 1px 0px 1px;
font:normal 8pt Verdana;
line-height:18px;
z-index:100;
background-color : #454545;
width: 190px;
visibility: hidden;
text-align: left !important;

opacity:.90;
filter: alpha(opacity=90);
 -moz-opacity: .90;
}


.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 5px;*/
border: 0 solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 5px;
text-decoration: none;
color: #fff !important;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #580018;*/
background-color : #f29400;
}
