.bluetabs{
margin-top: 60px;
}

.bluetabs ul {
list-style-type: none;
padding: 0;
margin-bottom: 0;
height: 25px;
color: #454739;
margin-top: 0;
font: bold .8em/2.2em Verdana;
}

.bluetabs li, li#last {
display: inline;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: 1em;
letter-spacing: 1px;
color: #454739;
}

#last {
border: none;
}


.bluetabs li a{
text-decoration: none;
color: #454739;
margin: 0 auto;
border-right: 1px solid #a2a491;
padding-right: 5px;
padding-left: 3px;
}

.bluetabs li a:visited{
color: #454739;
text-decoration: none;
}

.bluetabs li a:hover{
color: maroon;
text-decoration: none;
}

.bluetabs li.selected{
text-decoration: none;
font-weight: bold;
}

.bluetabs li.selected a{ /*selected main tab style */
/*background-image: none;
background-color: #aeb480;*/
text-decoration: none;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: maroon;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 0 1px none #918d8d;
z-index:100;
background-color: #f3f4e4;
width: 200px;
visibility: hidden;
color: #454739;
text-align: left;
text-transform: uppercase;
font-size: 60%;
letter-spacing: 1px;
text-decoration: none;
margin-top: 0;
padding: 0;
}



.dropmenudiv_b a{
width: auto;
display: block;
text-decoration: none;
text-indent: 5px; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;

color: #454739;
border-width: 0;
border-color: #918d8d;
}

* html .dropmenudiv_b a{ /*IE only hack*/
color: #454739;
width: 100%;
text-decoration: none;
}

.dropmenudiv_b a:hover { /*THEME CHANGE HERE*/
background-color: white;
color: maroon;
text-decoration: none;
}



.dropmenudiv_b a:visited{
color: #454739;
text-decoration: none;
}

