
                    
/*left nav*/    
#leftmenu  {
		width:217px;
		padding:0px;
		margin: 0 -3px 10px 0;
		float:left;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code preys upon a CSS parsing bug in IE5x PC that will 
		prematurly close a style rule when it runs into the string "\"}\"". 
		After that string appears in a rule, then, we can override previously set 
		attribute values and only browsers without the parse bug will recognise the 
		new values. So any of the name-value pairs above this comment that we need to 
		override for browsers with correct box-model implementations will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override out bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		*/
		voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body #menu {
		margin-right:-6px;
		}               

 #navcontainer { 
 	background-image: url(/images/lnavtopcorn.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #EAEAE0; 
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
 	}

#navcontainer ul{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	}
#navcontainer li {
    font-weight: bold;
	padding: 2px;
	}
#navcontainer ul ul {
	margin: 5px 0 0 0;
	padding-left: 0;
	list-style-type: none;
	}
#navcontainer ul li {
	font:1em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	}
#navcontainer ul ul a {
	
	}

/* rowan inserted this to fix current state in level4 nav on 22062006 
#navlist li.current {
	border-bottom: 1px solid #fff;
	line-height: 100%; 
	padding: 0px 0px 5px 0px;
	margin-bottom: 5px;
	margin-top: 0; 
	} 
*/

#navcontainer li.current a {
	color: #000000;
	}

#navcontainer li a {
	display: block;
    color: #CC4E00;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	}
	
#navcontainer a:link, #navlist a:visited {
	color: #CC4E00;
	text-decoration: none;
	}

/* rowan inserted a color override here for the visited state colour on 21062006 */
#navlist li a, #navlist li a:link { color: #CC4E00 }

#navlist li a:visited {
	color: #A31800;
	}

#navlist a:hover { color: #000 }

#navcontainer a:hover {
	color: #000;
	}

#navlist li.current a, #navlist li.current a:link, #navlist li.current a:visited { color: #000000 }

ul#navlist  { padding-left:1em; margin-left:10px; list-style-image: url("/images/bullet.gif");}
ul#navlist li { margin-left: 2em; line-height: 120%; padding: 0px 0px 5px 0px; font-weight: normal;
	font:0.85em verdana, arial, helvetica, sans-serif;}

#navbot {
background-image: url(/images/lnavbotcorn.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	height: 25px;
	}
	
#nzgovt {
	text-align: right;
	}
	
#nzgovt img {
	border: 0
	}
