/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */
	#wb-container-contentwrapper-master-wrapper {

		}
		#wb-layout-header-base {

}
#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-wrapper {

	}
#wb-layout-top-2 {
	background-image:url(../images/layout3/cb_menuwr.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#wb-navigation-subtop {
	display: block;
	height: 45px;
	width:960px;
	margin: auto;
	white-space:nowrap;
	overflow: hidden;

}
/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	border-right:1px solid #b4b4b4;
	
	
}
#wb-navigation-subtop div:hover {
	background-image:url(../images/layout3/cb_menuh.png);
	background-position: top left;
	background-repeat: repeat-x;


}
#wb-navigation-subtop div a h3 {
	padding: 12px;
}
#wb-navigation-subtop div a:hover h3 {
	background-image:none;
}
#wb-navigation-subtop div.submenu {
	padding: 0px;
	border:0;
	margin: 0;
	background-image:none;
	margin-top:-1px;
	background-color:#eeeeee
	
}
#wb-navigation-subtop div.submenu div {
	clear: both;
	width:150px;
	white-space:normal;
	min-height:0px;
background-color:#eeeeee;
	border-right:0;
	border-bottom:1px solid #b4b4b4;
	
	
	

}
#wb-navigation-subtop div.submenu div:hover {
		background-image:none;
	background-color:#b8b6b6;


}

#wb-navigation-subtop div.submenu a h3 {
	border:0 none !important;
	padding:13px 10px 9px 10px;

	
}

