/* 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 #wb-top-subbasenav {
	height:20px;
	}	
	#wb-layout-header-base-master-wrapper {
	height:20px


}
#wb-layout-top-2 {
}
#wb-navigation-subtop {
	display: block;
	height: 56px;
	width:982px;
	margin: auto;
	white-space:nowrap;
	overflow: hidden;
	background-image:url(../images/layout3/cdd_menu.png);
	background-position: bottom center;
	background-repeat: no-repeat;


}
/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	
}
#wb-navigation-subtop div:hover {

}
#wb-navigation-subtop div a h3 {
	padding: 16px;
}
#wb-navigation-subtop div a:hover h3 {
	background-image:none;
}
#wb-navigation-subtop div.submenu {
	padding: 0px;
	border:0;
	margin: 0;
	margin-top:-3px;
	

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

	

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

	background-color:#999;

}

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

	
}
