/* Layout3.css
 * TOPNAV
 */

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

	margin-top:0;
		}
#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-header-base {
		height:10px;
		background-image:none;
		}
#wb-layout-top-2 {

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

}
/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	
}
#wb-navigation-subtop div a h3 {
	padding: 19px;
}
#wb-navigation-subtop div a:hover h3 {
	background-image:url(../images/layout3/o_menuh.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	cursor: hand;
}
#wb-navigation-subtop div.submenu {
	padding: 0px;
	border:0;
	margin-top:-1px;
	background-image:none;
	background-color:#7d8385
}
#wb-navigation-subtop div.submenu:hover {
background-image:none;
}
wb-navigation-subtop div.submenu div {
    background-color: #7D8385;
    background-image: none;
    border: 0 none;
    margin-top: -1px;
    padding: 0;
}


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

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

	
}

#wb-navigation-subtop div.submenu a:hover h3 {
	background-image:url(../images/layout3/o_menuhs.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
