.bluetabs{ position: static; width: 1024px; }

.bluetabs ul{ font: bold 10pt Arial, Helvetica, Geneva, Swiss, SunSans-Regular; padding: 3px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; 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{ padding: 3px 7px; margin-right: 12px; color: #ad9962; background: white url(media/bluetab.gif) repeat-x left top; margin-left: 18px; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #ad9962;
}

.bluetabs li a:hover{
color: #00507f;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/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{ font: 12px/18px Arial, Helvetica, Geneva, Swiss, SunSans-Regular; position:absolute; top: 0; border-width: 0 1px; z-index:100; background-color: white; width: 200px; visibility: hidden; border-color: #f3f3f3; border-style: solid; }


.dropmenudiv_b a{ width: auto; display: block; text-indent: 5px; padding: 2px 0; color: #ad9962; border-color: #f3f3f3; border-style: solid; border-width: 0 0 1px; }

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #00507f; background-color: #f3f3f3; }
