.menu{
	background:url(../img/bg_menu.jpg) repeat-x;
	height:49px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
}

.menu ul{
padding:0;
margin:0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.menu li{
display: inline;
margin: 0;
line-height:49px;
}

.menu li a{
text-decoration: none;
padding:15px 15px 14px 15px;
color:#00407F;
}

.menu li a:visited{
color: #00407F;
}

.menu li a:hover{
text-decoration: none;
color: #fff;
background:#099B9B;
}

.menu li.selected{
}

.menu li.selected a{ /*selected main tab style */
background: #099B9B;
color: #fff;
}

.menu li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
margin-top:-1px;
top: 0;
font:bold 10px Arial;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
background:#099B9B;
color: white;
font-weight:bold; 
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #057474;
}