#topmenu {
	background-image: url(images/top-nav-bck-tab04.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 950px;
}
.menutabs{
	height: 47px;

}
.menutabs  ul{
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	padding-right: 0;
	padding-left: 0;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menutabs     ul  li{
	margin: 0;
	display: block;
	float: left;
}
.menutabs  li  a{
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 10px;
	height: 37px;
	width: 135px;
	display: block;
}
.menutabs  li  a:hover{
	text-decoration: none;
	color: #000000;
	background-image: url(public_html/images/nav-over.jpg);
	background-repeat: no-repeat;
	font-weight: bolder;
}
.menutabs  li.selected{
	color: #FFFFFF;
}
.menutabs  li.selected  a{ /*selected main tab style */
	background-image: url(public_html/images/nav-over.jpg);
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
}
.menutabs  li.selected  a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #000000;
	height: 37px;
	font-weight: bold;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:20px;
	z-index:100;
	width: 202px;
	visibility: hidden;
	padding-bottom: 18px;
	margin-top: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	padding-left: 11px;
	padding-right: 11px;
	background-image: url(images/panel-bck.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 4px;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: #4E4E4E;
	font-weight: bold;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color: #000000;
	background-image: url(images/panel-hover.png);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	text-decoration: none;
}


* html .dropmenudiv_b a{ /*IE only hack*/

}
