#pagemenu,
#catmenu {
        background: #093057;
       	float: left;
	font-size: 11px;
	text-transform: uppercase;
	width: 100%; height: 32px;
	margin: 0px; padding: 0px;
}
#feature-bottom {
	background: #093057;
}
#catmenu li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #093057 url(images/menu-active-bg.gif) top center no-repeat;
}
#feature-top,
#feature-bottom {
	width: 100%;
	background: #093057 url(images/feature-top-bg.gif) bottom center no-repeat;
	color: #FFF;
	float: left;
	margin: 0px; padding: 0px 0px 10px 0px;
	overflow: hidden;
}



;