/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */


#wb-container-contentwrapper {
	background-image:none;}
	
	
#wb-layout-main {
	width: 800px;

}

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

#wb-navigation-subtop {
	display: block;
	width: 800px;
	height: 35px;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding-top:20px;
	overflow: hidden;
		
}

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	padding: 12px 10px 0px;
	height: 23px;
		border-right:1px dotted #F9C;

}

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