ul, li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul {
	width: 100%;
	height:40px;
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav li {
	float: left;
	width: 87px;	
	/*background:  transparent url(http://www.fisheye.co.nz/images/menulinkbg.gif) repeat-y right top;*/
	}
	
#nav li.navfirst {
	padding-left: 0px;
	}

#nav li:hover, #nav li.sfhover 
{
	font-weight: bold;
	color: White;
	background: #26701D url(http://www.fisheye.co.nz/Skins/Fisheye/Images/whiteborder1.gif) no-repeat right bottom;
}

	
#nav li ul {
	position: absolute;
	left: -999em;
	width: 87px;
	z-index: 100;
	}
	
#nav li ul li 
{
	background: #4F9B35 url(http://www.fisheye.co.nz/Skins/Fisheye/Images/whiteborder.gif) no-repeat right bottom;
}
	
#nav li:hover ul,#nav li.sfhover ul { left: auto; }
	
#nav a 
{
	font-weight: normal;
	text-transform: uppercase;
	border: none;
	display: block;
	text-decoration: none;
	padding-left: 3px;
	padding-right:3px;
	padding-top:5px;
	line-height:25px;
	font-size: 11px;
	height: 35px;
	}
#nav a.tp {	
	text-align: center;
	}
#nav a.bt {
	padding-top: 0px;
	line-height: 20px;
	font-size: 9px;
	height: 20px;
	}

#nav a.tp:link, #nav a.tp:visited {
	text-decoration: none;
	color: #4F9B35;
	}
	
#nav a.tp:hover {	
	color: white;
	text-decoration: none;
    }

#nav a.bt:link, #nav a.bt:visited {
	font-weight: normal;
	color: #EAF4DB;
	background: transparent url(http://www.fisheye.co.nz/images/menubg.gif) repeat-y right top;
	}
	
#nav a.bt:hover {
	color: white;	
	}
	
#nav .bot {
    }
	
#nav li:hover a, #nav li.sfhover a {
	font-weight: normal;
	}
