/* Layout3.css
 * TOPNAV
 */

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

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

#wb-navigation-subtop {
	display: block;
	width: 760px;
	height: 30px;
	background-image:url(../images/layout3/oimo_navtop.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	background-color: #ffffff;
	overflow: hidden;
	padding-top: 6px;
	padding-left: 40px;
	white-space:nowrap;
	
}

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

* html #wb-navigation-subtop div a:hover{
			background-color:#822303;
			cursor:hand;
			border-bottom:1px solid #fff;
			width:190px;}
			
			
	#wb-navigation-subtop div a h3 {
			padding:8px 10px 8px 10px;
			background-image:url(../images/layout1/oimo_b.gif);
			background-position:center left;
			background-repeat:no-repeat;
			cursor:hand;
			border-right:1px solid #fff;
			margin-left:5px;
}

	#wb-navigation-subtop div a:hover h3 {
			padding:8px 10px 8px 10px;
			cursor:hand;
			background-image:url(../images/layout1/oimo_bro.gif);
			background-position:center left;
			background-repeat:no-repeat;
			background-color:#822303;
			margin-left:5px;
	
	}

	#wb-navigation-subtop div.submenu {
		padding: 0px ;
		height: auto;
		display:none;
		border:0px !important;
		
	
	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
			display:block;
			overflow:hidden;
			
					}
			
			* html #wb-navigation-subtop div.submenu div {
			width: 110px;}
			
			#wb-navigation-subtop div.submenu div a h3 {
			padding: 5px 10px;
			clear: both;
			display:block;
			overflow:hidden;
			border-right:0px !important;
					}

