.bluetabs{

width:850px;
height: 0px;

}

.bluetabs ul{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 1px;
padding-bottom: 0;
font: bold 11px Arial;
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{
float:left;
text-decoration: none;
padding: 5px 5px;
display: block;
width: 110px;
margin-right:1px;
height:14px;

color: white;
background:url('/png/png_menu/menu_bg.png');}

.bluetabs li a:visited{
color: white;
}

.bluetabs li a:hover{
text-decoration: none;
color: white;
background-image:url('/png/png_menu/menu_bg_active.png');
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image:url('/png/png_menu/menu_bg_active.png');
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background-image:url('/png/png_menu/menu_bg_active.png');
}

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

.dropmenudiv_b{
position:absolute;
top: 0;
text-align: left;
font:normal 12px Arial;
line-height:18px;
z-index:100;
width: 120px;


visibility: hidden;
}


.dropmenudiv_b a{
width:auto;
display: block;
text-indent: 5px;
background-color:#555;
padding-left: 2px;
border-bottom-width: 1px;

text-decoration: none;
color: white;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-image:url('/png/png_menu/menu_bg_active.png');
}
