/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */



#wb-layout-header-base {
	display:none;
}
#wb-container-contentwrapper-wrapper {
}
#wb-container-contentwrapper {
}
#wb-layout-main {
	width: 960px;
	margin:0;
}
#wb-layout-sidebar {
	display: none;
}
#wb-layout-header-base {
}
#wb-layout-top-2 {
	
}
#wb-navigation-subtop {
	display: block;
	height: 36px;
	width:960px;
	margin: auto;
	white-space:nowrap;
	overflow: hidden;
	background-image:url(../images/layout1/boo_topnav.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 30px;




}
/* top nav structure */
#wb-navigation-subtop div {
  float: left;
    padding-left: 9px;
    padding-top: 2px
}
#wb-navigation-subtop div a h3 {
  	padding:3px 14px;
	cursor:hand;
	 margin-top: 3px;
	 border:1px solid transparent;
 
}
#wb-navigation-subtop div a:hover h3 {
	
  
 cursor:hand;
	
	
background-image:url(../images/layout1/boo_btnh.png);
background-position:top left;
background-repeat:repeat-x;
border:1px solid #b5b5b5;
	

 

}
#wb-navigation-subtop div.submenu {
	padding: 0px;
	
	margin-top: 0px;
}

#wb-navigation-subtop div.submenu div {
	clear: both;
	width:150px;
	white-space:normal;
	min-height:0px;
	margin:0px;
	padding:5px;

}
#wb-navigation-subtop div.submenu a h3 {

}

