.bluetabs{
height:36px;
width: 100%px;
background: url(images/nav_bg.gif) top left repeat-x;
}

.bluetabs ul {
padding: 8px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size: 1em;

list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li {
display: inline;
margin: 0;
}

.bluetabs li a {
text-decoration: none;
padding: 6px 16px 9px 15px;
margin-right: 0px;
/*border: 1px solid #778;*/
background: url(images/divider.gif) top left no-repeat;
font-size: 1.2em;
height: 26px;
font-weight: normal;
}

.bluetabs li a:visited,.bluetabs li a:link{
color: #CCCCCC;
}

.bluetabs li a:hover{
color: #2f73bf;
/*background: transparent url('images/tbutt2.jpg');*/
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
color: #2f73bf;
/*background: transparent url('images/tbutt2.jpg');*/
}

.bluetabs li.selected a:hover{ /*selected main tab style */
color: #2f73bf;
/*background: transparent url('images/tbutt2.jpg');*/
}

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

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #999; /*THEME CHANGE HERE*/
color: #FFFFFF;
border-width: 1px 1px;
font:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: #231f20;
width: 270px;
visibility: hidden;
}

.dropmenu6_b{
width: 270px;
}



.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
color: #FFFFFF;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;

}

*:first-child+html .dropmenudiv_b{ /*IE only hack*/
top: 15px;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
/*background: transparent url('images/tbutt2.jpg');*/
}