.bluetabs{
border-bottom: 1px solid gray;
; color: #FFFFFF
; font-family: Arial
; font-size: 11px
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
; color: #FFFFFF
}

.bluetabs li{
display: inline;
margin: 0;
; color: #000000
}

.bluetabs li a{
text-decoration: none;
padding: 3px 10px;
border: 1px solid #778;
color: #FFFFFF; /*THEME CHANGE HERE*/
; margin: -1px -2px
; background-color: #000000; background-image: url(media/bluetab.gif); background-repeat: repeat-x
; font-family: Arial; font-size: 11px
}

.bluetabs li a:visited{
color: #FFFFFF;
; font-family: Arial; font-size: 11px
}

.bluetabs li a:hover{
text-decoration: underline;
; color: #FFFFFF
; font-weight: bold; font-size: 11px
; font-family: Arial
}

.bluetabs li.selected{
color: #0033FF
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
; color: #FFFFFF
; font-family: Arial; font-size: 11px
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
; color: #FFFFFF
; font-family: Arial; font-size: 11px
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px/18px Arial;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
; color: #FFFF00
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #000000;
; font-family: Arial; font-size: 11px
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
; color: #0033FF
; font-family: Arial; font-size: 11px
}
