.bluetabs{
}

.bluetabs ul {
margin: 0 auto;
list-style-type: none;
font: bold .7em/2.2em Verdana;
letter-spacing: 1px;
height: 25px;
text-transform: uppercase;
width: 825px;
padding-bottom: 0;
padding-left: 5px;
}

.bluetabs li {
display: inline;
float: left;
}

.bluetabs li a{
text-decoration: none;
color: white;
margin: 0 auto;
border-right: 1px solid #ad0008;
padding: 2px 4px 2px 6px;
}

.bluetabs li a:visited{
}

.bluetabs li a:hover{
color: yellow;
text-decoration: none;
}

a#last {
border-style: none;
}

.bluetabs li.selected{
text-decoration: none;
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: none;
background-color: #cc0410;
text-decoration: none;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: yellow;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 0 1px none #918d8d;
z-index:100;
background-color: #cc0410;
width: 200px;
visibility: hidden;
text-align: left;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 1px;
text-decoration: none;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-decoration: none;
text-indent: 5px; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
color: white;
border-width: 0;
border-color: #918d8d;
}

* html .dropmenudiv_b a{ /*IE only hack*/
color: white;
width: 100%;
text-decoration: none;
}

.dropmenudiv_b a:hover { /*THEME CHANGE HERE*/
text-decoration: underline;
}

.dropmenudiv_b a:visited{
}


