.bluetabs{
	width:992px; height:33px;
	background:url(../images/menu_bg.jpg) no-repeat 0 0;
}

.bluetabs ul{
padding:0;
margin:0;
list-style-type: none;
text-align: center; 
}

.bluetabs li{
display: inline;
margin: 0;
color: #ffffff;
font:normal 16px/33px Arial, Helvetica, sans-serif;
}

.bluetabs li a{
text-decoration: none;
padding:8px 18px 8px 18px;
color: #ffffff;
font:bold 16px/33px Arial, Helvetica, sans-serif;
}

.bluetabs li a:visited{
color: #B9BBBE;
}

.bluetabs li a:hover{
color: #B9BBBE;
background:url(../images/menu_hover_bg.gif) no-repeat center top;
}



.bluetabs li a.selected{ /*selected main tab style */
color: #B9BBBE;
background:url(../images/menu_hover_bg.gif) no-repeat center top;
}

.bluetabs li a.selected:hover{ /*selected main tab style */
color: #B9BBBE;
background:url(../images/menu_hover_bg.gif) no-repeat center top;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
font:normal 14px/16px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color:#224175;
width:174px;
padding:3px 3px 0 3px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
padding: 2px 0 2px 6px;
text-decoration: none;
color: #ffffff;
background-color:#457ACF;
margin-bottom:3px;
}


* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #2167D8;
}
