/* Layout3.css
 * TOPNAV
 */

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

	#wb-layout-header {
	}

		#wb-layout-header-base {
		height:0px;

	}
	
	#wb-layout-top-2 {
		width:100%;
		background-image:url(../images/layout3/oa_menu.png);
		background-position: top center;
		background-repeat: no-repeat;
		height:38px;
		}
		
#wb-navigation-subtop {
	display: block;
	width:960px;
		margin:auto;
	height: 38px;
	white-space:nowrap;

	overflow: hidden;
	/*margin:0 auto;*/

	
}

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	cursor:hand;
	text-transform:uppercase;	


	
}

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


}

#wb-navigation-subtop div a h3{
			padding:10px 23px 15px 13px;


}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		border:0;
		background-image:none;
		margin-top:-10px;
		background-color:transparent;
		
		
	}
		#wb-navigation-subtop div.submenu div {
			clear: both;
			width:150px;
			white-space:normal;
	background-image:url(../images/layout3/oa_submenu.jpg);
		background-position: top left;
		background-repeat: repeat;
				background-color:transparent;


		}
		
		#wb-navigation-subtop div.submenu div:hover{
				background-image:url(../images/layout3/oa_submenuh.jpg);
		background-position: top left;
		background-repeat: repeat;
				background-color:transparent;

		}
		
		#wb-navigation-subtop div.submenu a h3 {
			border:0 none !important;
			

			
		}