/* WP Menubar Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/


#wpmnav, #wpmnav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#wpmnav li { /* all list items */
	background: url(../../../themes/nzart/images/navback.png) no-repeat;
	width: 120px;
	color: #70CDE1;
	line-height:1;
	height: 22px;
	text-decoration: none;
	padding-bottom: 4px;
	margin-bottom: 4px;
	text-align: center;
	padding-top: 4px;
	}
	
	#wpmnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#wpmnav li ul ul { /* third-and-above-level lists */
	left: -999em;
	list-style-type: none;
	}
	
	#wpmnav li a {
	color: #70CDE1;
	text-decoration: none;
	font-size: .8em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
	#wpmnav li a:hover {
	color : #1D7689;
	}
	
	#wpmnav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#wpmnav 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 { /* lists nested under hovered list items */
		left: auto;
	}
