/* Layout3.css
 * TOPNAV
 */

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

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

#wb-navigation-subtop {
	display: block;
	width: 790px;
	height: 30px;
	background-color: #171717;
	overflow: hidden;
	white-space:nowrap;
	
}

/* top nav structure */
#wb-navigation-subtop div {
		
		float: left;
;}

* html #wb-navigation-subtop div a:hover{
			background-color:#101010;
			cursor:hand;
			width:190px;}
			
			
	#wb-navigation-subtop div a h3 {
			padding:8px 10px 8px 10px;
			cursor:hand;
			margin-left:5px;
			background-color:#131313;
}

	#wb-navigation-subtop div a:hover h3 {
			padding:8px 10px 8px 10px;
			cursor:hand;
			background-color:#101010;
			margin-left:5px;
	
	}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
		display:none;
	
	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
			display:block;
			overflow:hidden;
					}
			
			* html #wb-navigation-subtop div.submenu div {
			width: 110px;}
