/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */
#wb-layout-inner {
		padding-top:0px;
	}
	
	#wb-layout-header {
		width:800px;
		height:395px;
		background-image:url(../images/layout7/pbo_h.png);
		background-position:center top;
		background-repeat:no-repeat;
	}	
	
	* html #wb-layout-header{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout7/pbo_h.png);
	}
	
	#wb-layout-header-mask {
		width:800px;
		padding-top:0px;
		clear:left;
	}
		
		
	#wb-container-contentwrapper {
		width:800px;
		height: 100%;
		margin:0px 0 0 0;
	}
	
#wb-layout-main {
	width: 800px;
	margin:0;
}
 
#wb-layout-sidebar {
	display: none;
}

#wb-layout-inner {
	
}

/* top nav structure */
#wb-layout-top-header{
	display:block;	
	width:800px;
	height:43px;
	position:relative;
}

#wb-navigation-subtop-header{
	background-image:none;	
	overflow:hidden;
	height:42px;
}

* html 	#wb-navigation-subtop-header {
	background-image:none;
}

#wb-navigation-top-header{
	background-image:none;	
	padding:0px;
	margin:0px;
}

* html #wb-navigation-top-header{
	background-image:none;	
}

#wb-navigation-subtop-header div {
	float: left;
	padding: 10px 13px;
	height: 23px;
	background-image:none;
	border-right:1px solid #330000;

}


#wb-navigation-subtop-header div a h3{
	cursor:hand;
	border-bottom:none;
}

#wb-navigation-subtop-header div:hover{
	border:none;
	background-image:url(../images/layout1/pbo_btn.jpg);
	background-position:left top;
background-repeat:repeat;
height:22px;
}

#wb-navigation-subtop-header div a:hover {
	background-image:none;
	background-position: left top;
	background-repeat: repeat;
	height: 22px;
	border-bottom:none;
}	

* html #wb-navigation-subtop-header div{
		background-image:none;
}

	div.submenu {
		width:auto !important;
		padding: 0px;
		height: auto;
		float:none !important;
		border:0;
		border-right:0 none !important;
		background-image:none;
	}
	*html 	div.submenu {
		width:200px !important;

	}
	div.submenu div{
			
	}
	
	#wb-navigation-subtop-header div.submenu:hover {
		background-image:none;	
	}
	
	#wb-navigation-subtop-header div div.submenu div {
		float:none !important;
		width:100% !important;
		padding: 5px 10px;
		margin:0;
		border:none;
		background-color:#D1C0A2;
	}	
	#wb-navigation-subtop-header div div.submenu div {
		float:none !important;
		width:100% !important;
		padding: 5px 10px;
		margin:0;
		border:none;
		background-color:#D1C0A2;
	}
	#wb-navigation-subtop-header div.submenu {
		height:auto;
		padding:0;
}	
		#wb-navigation-subtop-header div.submenu a h3 {	
			border-right:0px;
		}
		

		
		#wb-layout-footer {
			margin-top:0px;
		}
		
