.bluetabs{
width: 923px;
height: 27px;
/*background:  #000000;*/
background: #000 url(media/bluetabrow.gif) repeat-x;
line-height:15px;
border-top: 1px solid #000000;
border-bottom: 5px solid #000000;
border-left: 12px solid #000000;
border-right: 12px solid #000000;
margin: 0px 0px 0px 0px;
padding:5px 0px 1px 0px;
}

.bluetabs ul{
padding: 5px 2px 1px 5px;
font: bold 12px Geneva, Helvetica, sans-serif;
color: white;
height: 24px;
list-style-type: none;
margin-top: 0px;
margin: 0px 0px 0px 0px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
padding: 1px 4px 3px 4px;
margin-top: 0px;
height: 24px;
color: white;
width: 100px;
}

.bluetabs li a{
text-decoration: none;
padding: 1px 8px 3px 8px;
height: 24px;
width: 150px;
margin-top: 0px;
color: #fff;
background:  url(media/redtab1.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #fff;
padding: 1px 8px 3px 8px;
margin-top: 0px;
height: 24px;
/*background: #af0b14;*/
}

.bluetabs li a:hover{
background: url(media/blacktabactive.gif) top left repeat-x; /*THEME CHANGE HERE*/
border-bottom-color: black;
padding: 1px 8px 3px 8px;
color: white;
margin-top: 0px;
height: 24px;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position: absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
font: bold 12px Geneva, Helvetica, sans-serif;
line-height:15px;
/*background-color: #af0b14;*/
background:  url(media/redtab1.gif) top left repeat-x; /*THEME CHANGE HERE*/
z-index:100;
visibility: hidden;
border-width: 100%;
margin-top: 1px;
text-align: left;
}

.dropmenudiv_b a{
display: block;
text-indent: 5px;
border-bottom: 2px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 5px 3px 5px;
text-decoration: none;
color: white;
background:  url(media/redtab1.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv_b a:hover { /*THEME CHANGE HERE*/
/*background-color: #000000;*/
padding: 2px 5px 3px 5px;
color: white;
text-decoration: none;
background: url(media/blacktabactive.gif)  top left repeat-x; /*THEME CHANGE HERE*/
}