/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */
#wb-layout-main {
	width: 780px;
	padding: 20px 10px 0px 10px;
	
}

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

#wb-navigation-subtop {
	display: block;
	width: 800px;
	height: 35px;
	border-top:3px solid #999999;
	border-bottom:3px solid #999999;
	background-image:none;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	overflow: hidden;

	
}

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	padding: 12px 10px 0px;
	height: 23px;
	border-bottom:1px solid #CCCCCC;
}

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