/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */
#wb-layout-main {
	width: 800px;
	margin:0;
}
* html #wb-layout-main {
	width: 800px;
	margin:0;
}
#wb-layout-sidebar {
	display: none;
}

	
#wb-navigation-subtop {
	display: block;
	width: 798px;
	height: 29px;
	white-space:nowrap;
	overflow: hidden;
	background-color:#fff;
	border:1px solid #d0d0c9;
}

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	padding: 6px 10px 0px;
	height: 23px;
	border-right:1px solid #d0d0c9;
	background-color:#fff;
	cursor:hand;
}

#wb-navigation-subtop div:hover {
	background-color:#BFBFBF;
}
	
	#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
		border:0;
		background-color:#fff;
		width:150px;
		cursor:hand;
		
	}
	#wb-navigation-subtop div.submenu a:hover {
		background-color:#BFBFBF;
		width:150px;
		cursor:hand;
		
		
	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
			border:0;
			width:150px;
		}
		
		#wb-navigation-subtop div.submenu a h3 {
			border:0 none !important;
			width:150px;
		}
