/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */

	#wb-layout-inner {
		
	}


	#wb-layout-header {
		position:relative;
		z-index:1
	}


	#wb-layout-header-mask {
		width:800px;
		position:relative;
		z-index:2;
		}
				
		
	#wb-container-contentwrapper {
		
	}
	

#wb-layout-main {width:800px;

} * html #wb-layout-main {width:800px;

} *+html #wb-layout-main {width:800px;

}

#wb-layout-sidebar {
	display: none;
}

	#wb-layout-inner {
		
	}

#wb-layout-top-2 {
	
	}

	
#wb-layout-top-header{
	display:block;	
	width:800px;
	height:37px;
	position:relative;
	z-index:4;
	background-image:url(../images/layout7/ha_hm.jpg);
	background-position:left top;
	background-repeat:repeat-x;
} 


#wb-navigation-subtop-header {
	display: block;
	width: 800px;
	height: 37px;
	background-image:none;
	background-position: top;
	background-repeat: no-repeat;
	white-space:nowrap;
	overflow: hidden;
}

/* top nav structure */
#wb-navigation-subtop-header div {
	float: left;
	padding: 10px 5px 0px;
	height: 23px;


	
}	

#wb-navigation-subtop-header div h3{
			border-right:1px solid #cbcaca;
			padding-right:15px;
			padding-left:15px;
			
}

	#wb-navigation-subtop-header div.submenu {
		padding: 0px;
		height: auto;
		margin-top:-15px;
		
	}
		#wb-navigation-subtop-header div.submenu div {
		
			clear: both;
		}
		
		#wb-navigation-subtop-header div.submenu a h3 {
			border:0 none !important;
		}


