#nav {
	position: absolute;
	bottom: 0;
	right: 0px;
	height: 54px;
	padding-right: 10px;
	background: url(../images/navbg.png) repeat-x;
	border: 0px solid black;
}

/* UL */
ul#navigation {
	list-style-type: none;
	margin: 0;
	width: 415px;
	float: right;
	
}
ul#navigation li {
  float: left;
}

ul#navigation a * {
  display: none;
}

ul#navigation a,
ul#navigation a .hover {
	height: 54px;
	position: relative;
	display: block;
	background: url(../images/navigation.png) 0 0 no-repeat;
}

/* individual navigation items */
ul#navigation a.about {
  background-position: 0 0;
  width: 79px;
}

ul#navigation .highlight a.about:hover,
ul#navigation .current a.about,
ul#navigation a.about .hover{
  background-position: 0 -54px;
  width: 79px;
}

/* individual navigation items */

ul#navigation a.the-story {
  background-position: -79px 0;
  width: 105px;
}

ul#navigation .highlight a.the-story:hover,
ul#navigation .current a.the-story,
ul#navigation a.the-story .hover {
  background-position: -79px -54px;
  width: 105px;
}
/* individual navigation items */

ul#navigation a.the-river-thvera {
  background-position: -184px 0;
  width: 115px;
}

ul#navigation .highlight a.the-river-thvera:hover,
ul#navigation .current a.the-river-thvera,
ul#navigation a.the-river-thvera .hover, li#current a.the-river-thvera {
  background-position: -184px -54px;
}

/* individual navigation items */

ul#navigation a.the-river-kjarra {
  background-position: -299px 0;
  width: 124px;
}

ul#navigation .highlight a.the-river-kjarra:hover,
ul#navigation .current a.the-river-kjarra,
ul#navigation a.the-river-kjarra .hover, li#current a.the-river-kjarra {
  background-position: -299px -54px;
}

/* individual navigation items */

ul#navigation a.newsletter {
  background-position: -423px 0;
  width: 120px;
}

ul#navigation .highlight a.newsletter:hover,
ul#navigation .current a.newsletter,
ul#navigation a.newsletter .hover, li#current a.newsletter {
  background-position: -423px -54px;
}

/* individual navigation items */

ul#navigation a.contact {
  background-position: -543px 0;
  width: 93px;
}

ul#navigation .highlight a.contact:hover,
ul#navigation .current a.contact,
ul#navigation a.contact .hover, li#current a.contact {
  background-position: -543px -54px;
}
