.bluetabs{

}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
float:left;

margin: 2px;
width:120px;
height:30px;
background: #2B5E62 url(../../images/nav/nav_item.jpg); top left repeat-x; /*THEME CHANGE HERE*/
}
.bluetabs li:hover
{
background: #2B5E62 url(../../images/nav/nav_hover.jpg); top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
width:inherit;
height:25px;
float:left;
color: #fff;


}

.bluetabs li a:visited{
color: #fff;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #fff;
}

.bluetabs li.selected{
background: #2B5E62 url(../../images/nav/nav_selected.jpg); top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li.selected a{ /*selected main tab style */

}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv_b{
position:absolute;
top: 0;



font: bold 10px Verdana;
text-transform:uppercase;
line-height:18px;
z-index:100;
background: url(../../images/nav/nav_list_item.png); /*THEME CHANGE HERE*/
width: 300px;
visibility: hidden;
}
.dropmenudiv_b a.selected
{
background: url(../../images/nav/nav_list_hover.png); /*THEME CHANGE HERE*/
}


.dropmenudiv_b a{
min-width: 150px;
display: block;
text-indent: 0px;
border: 0 solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 5px;
text-decoration: none;
color: #fff;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background: url(../../images/nav/nav_list_hover.png); /*THEME CHANGE HERE*/
}