/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */
#wb-layout-main {
	width: 800px;
	margin:0;
}
* html #wb-layout-main {
	width: 800px;
	margin:0;
}
#wb-layout-sidebar {
	display: none;
}

	
#wb-navigation-subtop {
	display: block;
	width: 784px;
	height: 34px;
	white-space:nowrap;
	overflow: hidden;
	background-image:url(../images/layout3/p_topnav.png);
	background-repeat:no-repeat;
	padding:0 8px;
}

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

}
#wb-navigation-subtop div:hover {
	background-image:url(../images/layout3/p_h3hover.png);
			background-position:top;
			background-repeat:repeat-x;

}

#wb-navigation-subtop div a h3{
			padding:7px 9px ;
			background-image:url(../images/layout3/p_h3.png);
			background-position:right;
			background-repeat:no-repeat;

}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		
		
	}
		#wb-navigation-subtop div.submenu div {
			clear: both;
			width:150px;
			white-space:normal;
			background-image:url(../images/layout3/p_submenu.png);
			background-position:bottom;
			background-color:#d0cece;
			background-repeat:repeat-x;
		}
		
		#wb-navigation-subtop div.submenu div:hover{
			background-image:url(../images/layout3/p_h3hover.png);
			background-color:#7B7A7A;
		}
		
		#wb-navigation-subtop div.submenu a h3 {
			border:0 none !important;
			

			
		}
	#wb-container-contentwrapper {
		margin-top:14px;
		
	}
