<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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: 800px;
	height: 32px;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	overflow: hidden;
	border-top:1px solid #ffcc66;
	border-bottom:1px solid #ffcc66;
}	* html #wb-navigation-subtop {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout5/shanti_h.png);
		}
		

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	 height: 23px;
    padding: 8px 10px 0;
	
	
	
}	* html #wb-navigation-subtop div a:hover{
	
	padding: 16px 0px 0;
	}


	#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
		background-position:top left;
		background-image: none;
		background-repeat: repeat-y;
	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
		}
</pre></body></html>