/* --------------------------------------- */
/* LAND VAN LEEGHWATER Menu css */
/* --------------------------------------- */

#navigation
	{
	position:relative;
	background: url(/grfx/bg-menu.gif) no-repeat;
	width: 890px;
	margin: 0px auto;
	margin-bottom: 20px;
	padding:0px;
	z-index: 2;
	}

#nav, #nav ul
	{
	float: left;
	width: 890px;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}

#m1 a, #m2 a, #m3 a, #m4 a,
#m1_on a, #m2_on a, #m3_on a, #m4_on a
	{
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	display: block;
	}

#m1, #m1_on					{ left: 0px;  width:193px; }
#m2, #m2_on					{ left: 193px; width:207px; }
#m3, #m3_on					{ left: 400px; width:233px; }
#m4, #m4_on					{ left: 633px; width:257px; }

#m1 a:hover, #m1_on 		{ background: url(/grfx/bg-menu.gif) no-repeat -0px -32px; text-decoration:none; border: 0; }
#m2 a:hover, #m2_on			{ background: url(/grfx/bg-menu.gif) no-repeat -193px -32px; text-decoration:none; border: 0; }
#m3 a:hover, #m3_on			{ background: url(/grfx/bg-menu.gif) no-repeat -400px -32px; text-decoration:none; border: 0; }
#m4 a:hover, #m4_on			{ background: url(/grfx/bg-menu.gif) no-repeat -633px -32px; text-decoration:none; border: 0; }

#nav a
	{
	display: block;
	text-decoration: none;
	padding: 0.45em 0.75em;
	}

#m1 a						{ _width:185px; _padding: 0.45em; _padding-right: 0; }
#m2 a						{ _width:198px; _padding: 0.45em; _padding-right: 0; }
#m3 a						{ _width:226px; _padding: 0.45em; _padding-right: 0; }
#m4 a						{ _width:250px; _padding: 0.45em; _padding-right: 0; }

#nav li
	{
	border-top: 1px solid #693;
	float: left;
	padding: 0;
	}

#nav li ul
	{ /* second-level lists */
	position: absolute;
	background-color: #99cc45;
	border: 1px solid #693;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 210px; /* width */
	font-weight: normal;
	margin: 0;
	}

#nav li li					{ width: 100%; }

#nav li ul a
	{
	font-size: 1em;
	color: #000;
	text-transform: none;
	height: 20px;
	padding-top:9px;
	padding-bottom:1px;
	padding-right:0.25em;
	}

#nav li ul ul
	{
	margin: -1.75em 0 0 14em;
	margin: -1.75em 0 0 13.95em;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
	{
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
	{
	left: auto;
	}

#nav li ul li a:hover
	{ /* lists nested under hovered list items */
	background: #693;
	}

/* Support for the "iehover-fix.js" */

ul.nav iframe
	{
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	}

* html ul.nav li			{ z-index: 201; }

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */



/* ======================================= */
/* ======================================= */
/* ======================================= */