/* Layout3.css
 * TOPNAV
 */

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

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

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

	}
	
#wb-navigation-subtop {
	width:910px;
		margin: auto;
	display: block;
	padding-left:50px;
	height: 36px;
	white-space:nowrap;
	overflow: hidden;
	background-image:url(../images/layout1/cg_topnav.png);
			background-position: top center;
			background-repeat: no-repeat;
			
	/*margin:0 auto;*/

	
}

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	cursor:hand;
	
	background-image:url(../images/layout1/cg_h3.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	padding-top:9px;
	

	
}


#wb-navigation-subtop div a h3{
			padding: 1px 7px;
			border-right:1px solid #F90;
			 text-transform: uppercase;
			
	


}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		border:0;
		background-image: url("../images/layout1/cg_subnavjpg.jpg");
    background-position: left top;
    background-repeat: repeat-x;
		
		
	}
		#wb-navigation-subtop div.submenu div {
			clear: both;
			width:150px;
			white-space:normal;
	
			padding:10px;
			min-height:15px;
			background-image:url(../images/layout1/cg_div.jpg);
			background-position:left top;
			background-repeat:repeat;
			
		}
	
		
		#wb-navigation-subtop div.submenu a h3 {
			border:0 none !important;
			padding:0px;
			
			

			
		}
