/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */



#wb-layout-header-base {
	display:none;
}
#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 {

		
	
}
#wb-navigation-subtop {
	display: block;
	height: 42px;
	width:950px;
	margin: 15px auto auto;
	white-space:nowrap;
	overflow: hidden;
	background-image:url(../images/layout1/uto_topnav.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-left:10px;

	



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

 padding-bottom:40px;
 
}
#wb-navigation-subtop div a h3 {
  padding: 9px 30px;
  background-image:url(../images/layout1/uto_btnh3.png);
	background-repeat:no-repeat;
	background-position: center right;
   
   

	
		
 
}
#wb-navigation-subtop div a:hover h3 {
	cursor:hand;
		background-image:url(../images/layout1/uto_btnh.png);
	background-repeat:repeat;
	background-position: bottom left;
	
	
	
 
 
 

}
#wb-navigation-subtop div.submenu {
	padding: 0px;
	   margin-top: -42px;
}

#wb-navigation-subtop div.submenu div {
	clear: both;
	width:150px;
	white-space:normal;
	min-height:0px;
	margin:0px;
	padding:0px;

}
#wb-navigation-subtop div.submenu a h3 {
	
	padding:10px;
	  background-image:url(../images/layout1/uto_btnhh3.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	
  

}
#wb-navigation-subtop div.submenu a:hover h3 {
	
	padding:10px;
	background-image:url(../images/layout1/uto_btnh.png);
	background-repeat:repeat;
	background-position: bottom left;
	
}

