/* Layout3.css
 * TOPNAV
 */

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

#wb-layout-sidebar {
	display: none;
}

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

	}
	
#wb-navigation-subtop {
	display: block;
	 width:960px;
	 margin:auto;
	height: 37px;
	white-space:nowrap;
	overflow: hidden;
	background-image:url(../images/layout3/dr_topnav.jpg);
	background-repeat:repeat-x;
	/*margin:0 auto;*/

	
}

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	cursor:hand;
	font-variant:small-caps;
	

	
}

#wb-navigation-subtop div:hover {
	background-color:#bee20d;


}

#wb-navigation-subtop div a h3{
			padding:11px 15px ;


}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		border:0;
		margin-top:-3px;
		
		
	}
		#wb-navigation-subtop div.submenu div {
			clear: both;
			width:150px;
			white-space:normal;
			border-right:0;
			background-image:none;
			background-color:#191919;
		}
		
		#wb-navigation-subtop div.submenu div:hover{
			background-color:#bee20d;
			background-image:none;
		}
		
		#wb-navigation-subtop div.submenu a h3 {
			border:0 none !important;
			

			
		}
