/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */


/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	margin: 0px auto;
	line-height:1.0;
}
.nav ul {
	
	position:absolute;
	top:-999em;
	width:15em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	top:38px; /* this number adjusts the location of the drop menu vertically */
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left:15em;
	top:-1px;
}
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
#menuContainer{
	margin: 0em auto;
	background: transparent;
}
.nav {
	float:left;
}
.nav li {
	width:8.4em; /*adjusts the width of the dropdown columns*/
}
.nav a {
	padding: .75em 0;
	text-decoration:none;
	text-align: center;	
}

.nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background: transparent; /* #FDB302 repeat; */
}
.nav li li {
	background: transparent url(/interface/images/OZFyellowtrans75.png); /* #FDB302 repeat; */
}
.nav li li a{
	text-align: left;
	text-indent: 1em;
}
.nav li li a:hover{
	background: transparent url(/interface/images/OZFyellowtrans75.png); /* #FDB302 repeat; */
}
.nav li li.subMenu {
	background: transparent url(/interface/images/OZFyellowtrans75.png); /* #FDB302 repeat; */
 /* set background colour of items with submenu */
}
.nav li li.subMenuAnchor {
	background: transparent url(/interface/images/OZFyellowtrans75.png); /* #FDB302 repeat; */
}

