/* 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-layout-top-2 {
	width:960px;
	margin:auto;
	
	
	}
	
#wb-navigation-subtop {
	display: block;
	width:960px;
		margin:auto;	
	white-space:nowrap;
	overflow: hidden;	
	background-color:#ebebeb;
	height:63px;
	
	
	/*margin:0 auto;*/
}

#wb-layout-top-2-wrapper {
	
	
	
	}

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	cursor:hand;
	background-image:url(../images/layout3/gh_menu_sep.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	
	
}

#wb-navigation-subtop div:hover {
		background-color:#89c4ff;
		background-image:url(../images/layout3/gh_menu_hover.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	
}

#wb-navigation-subtop div a h3{
			padding:35px 25px 10px;
			

}

#wb-navigation-subtop div a h3:hover{
			
			background-image:none;
		


}

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