/* Layout3.css
 * TOPNAV
 */
#wb-layout-header-base{display:none;}
/* show hide navigation bars, adjust main content width */
#wb-layout-main {
	width: 794px;
	margin:0;
}

#wb-layout-sidebar {
	display: none;
}

#wb-navigation-subtop {
	display: block;
	width: 794px;
	height: 33px;
	overflow: hidden;
	background-color:#000;
	border-right:3px solid #CCCCCC;
	border-top:3px solid #CCCCCC;
	border-left:3px solid #CCCCCC;
	}


		
/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	padding: 11px 10px 0px;
	height: 23px;
}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
		}
