.bluetabs{

}

.bluetabs ul{
color:#989898;
margin-left: 3px;
margin-top: 0px;
margin-bottom: 0;
font: bold 13px arial;
list-style-type: none;
font-weight:bold;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs a{
width:148px
height:27px;
background:url(images/nav2.jpg);
}

.bluetabs a:hover{
text-decoration: none;
width:148px
height:27px;
background:url(images/nav2o.jpg);
}

.bluetabs li.selected{
text-decoration: none;
}

.bluetabs li.selected a{ /*selected main tab style */
text-decoration: none;

}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;

border-width: 0 1px;
font:normal 12px Verdana;
line-height:22px;
z-index:100;

width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
 /*THEME CHANGE HERE*/
color:#ffffff;
font-family:arial;
font-size:13px;
font-weight:bold;
background-color: #2C5D85;
padding: 2px 0;
text-decoration: none;

}

* html .dropmenudiv_b a
{ /*IE only hack*/
width: auto;
display: block;

text-indent: 5px;
 /*THEME CHANGE HERE*/
color:#ffffff;
font-family:arial;
font-size:13px;
font-weight:bold;
background-color: #2C5D85;
padding: 2px 0;
text-decoration: none;
}

.dropmenudiv_b a:hover
{ /*THEME CHANGE HERE*/
background-color: #46ACFF;
color:#ffffff;
}
.line
{
	border-bottom:solid 1px #009DEF;
}
.top
{
	background:url(../images/menu_top.gif) no-repeat;
	background-position:top;
}
.bt
{
	background:url(../images/menu_bt.gif) no-repeat;
	background-position:bottom;
}