#menubox {
	background: url(../images/menubg2.png) repeat-x;
	height: 60px;
	padding: 0px 0px 0px 15px;
	overflow: hidden;
}
.bluetabs{
	background: url(../images/menubar.png) 0 0 no-repeat;
	height: 33px;
	padding: 0px;
	overflow: hidden;
}

.bluetabs ul{
	margin: 0;
	padding: 0;
	float: left;
}

.bluetabs li{
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	background: url(../images/menubar.png) 100% 0 no-repeat;
}

.bluetabs li a{
	display: block;
	float: left;
	padding: 0 15px;
	height: 33px;
	line-height: 33px;
	color:#fff;
	text-decoration:none;
}

.bluetabs li a:visited{
}

.bluetabs li a:hover{
text-decoration: none;
color: #fff;
background:#2B9B2E; /*url(../images/navbar_over.png) right center no-repeat;*/
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
border-bottom-color: 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: 1px solid #4A7000; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #72AB00;
width: 150px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #4A7000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #2B9B2E;
color:#fff;
}