/* Layout3.css
 * TOPNAV
 */

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

		#wb-layout-header-base {
		height:0px;

	}
	
#wb-navigation-subtop {
	display: block;
	width:950px;
		margin:auto;
	border:5px solid #fff;
	height: 30px;
	white-space:nowrap;
	overflow: hidden;
	background-color:#f6f6f6;
	/*margin:0 auto;*/

	
}

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	cursor:hand;
	font-variant:small-caps;
	background-color:#f6f6f6;
	border-right: 1px solid #d5d5d5;
	
}

#wb-navigation-subtop div:hover {
	background-color:#4fc9f2;


}

#wb-navigation-subtop div a h3{
			padding:7px 15px 6px 15px ;


}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		border:0;
		
		
	}
		#wb-navigation-subtop div.submenu div {
			clear: both;
			width:150px;
			white-space:normal;
			background-color:#f6f6f6;
			border-right:0;
			background-image:none;
		}
		
		#wb-navigation-subtop div.submenu div:hover{
			background-color:#4fc9f2;
			background-image:none;
		}
		
		#wb-navigation-subtop div.submenu a h3 {
			border:0 none !important;
			

			
		}

