/*----------------------------------------------------------------------------------------------------------------------------------------------------------
	HORIZONTAL HEADER MENU STYLES
  ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#header .nav {
	float: right; /* encapsulates floated children */
	margin-top: 50px;
	width: 560px;
}

#header .nav ul {
    margin: 0;
    padding: 0;
    background: transparent;
    float: left; /* contain floated list items */
    list-style-type: none;
	max-height: 33px; /* This prevents the menu styles being broken if too many menu items are inserted - excess will be hidden; */
    width: auto;
}

#header .nav ul li {
    margin: 0;
    padding: 0 10px;
    float: left;
}

#header .nav ul li a {
    color: #999;
    float: left;
    font-size: 0.9em;
    line-height: 2.5;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

#header .nav ul li a:hover {
  background-image: transparent url('http://holdenkapiti.co.nz/uploads/holden/images/menu-current.png') no-repeat;
  color: #FFF;
}

#header .nav ul li.current {
  background: transparent url('http://holdenkapiti.co.nz/uploads/holden/images/menu-item-left.png') no-repeat left center;
  height: 33px;
}

#header .nav ul li.current a {
  background: #A5A5A5 url('http://holdenkapiti.co.nz/uploads/holden/images/menu-item-right.png') no-repeat right center;
  color: #FFF;
  height: 31px;
  font-weight: bold;
  margin-top: 1px;
  padding-right: 8px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------
	HORIZONTAL FOOTER MENU STYLES
  ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footnotes .nav {
	float: left; /* encapsulates floated children */
	margin: 10px 0 20px;
}

#footnotes .nav ul {
    margin: 0;
    padding: 0;
    background: transparent;
    float: left; /* contain floated list items */
    list-style-type: none;
	max-height: 28px; /* This prevents the menu styles being broken if too many menu items are inserted - excess will be hidden; */
    width: 960px;
}

#footnotes .nav ul li {
    margin: 0;
    padding: 0;
    display:inline;
}

#footnotes .nav ul li.navSep {
	color: #999;
	font-size: 1.4em;
	margin-top: 14px;
}

#footnotes .nav ul li a {
    color: #999;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
	width: auto;
	padding: 10px;
}

#footnotes .nav ul li a:hover {
	text-decoration: underline;
}

#footer .nav ul li.current a {
  font-weight: bold;
}

#footnotes .nav ul li.current a:hover {
	text-decoration: none;
}
