#nav {
	float: right;
	width: 421px;
	height: 30px;
	margin-right: 15px;
	margin-top: 75px;
}

#nav ul {
	height: 30px;
	margin: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

#nav a {
	float: left;
	height: 30px;
	text-decoration: none;
	text-align: center;
	font-size: 0.85em;
	line-height: normal;
	text-indent: -5000px;
}

#nav a.about, #nav a.about_current {
	background: url(../images/nav/about.gif) no-repeat left top;
	width: 75px;
}

#nav a.catalogue, #nav a.catalogue_current {
	background: url(../images/nav/catalogue.gif) no-repeat left top;
	width: 106px;
}

#nav a.ideas, #nav a.ideas_current {
	background: url(../images/nav/ideas.gif) no-repeat left top;
	width: 75px;
}

#nav a.blog, #nav a.blog_current {
	background: url(../images/nav/blog.gif) no-repeat left top;
	width: 75px;
}

#nav a.contact, #nav a.contact_current {
	background: url(../images/nav/contact.gif) no-repeat left top;
	width: 90px;
}

#nav a.about:hover, #nav a.catalogue:hover, #nav a.ideas:hover, #nav a.blog:hover, #nav a.contact:hover {
	background-position: left -30px
}

#nav a.about_current, #nav a.catalogue_current, #nav a.ideas_current, #nav a.blog_current, #nav a.contact_current {
	background-position: left -60px
}


	
/* SIDENAV ------------------*/

#sidenav {
	display: block;
	padding: 100px 0 0;
	width: 100%;
}

#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidenav li {
	margin: 0;
	padding: 0;
	line-height: normal;
	border-width: 1px;
	border-bottom: 1px solid #525252;
}

#sidenav ul li a {
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
	text-align: right;
	font: 13px/16px Helvetica, Arial, "Helvetica Neue", sans-serif;
	color: #fff;
	padding: 6px 10px 6px 22px;
}

#sidenav ul li a:hover {
	color: #00a09e;
	background: #333 url(../images/hover.jpg) no-repeat 10px center;
	padding-right: 10px;
}

#sidenav ul li a.current {
	color: #00a09e;
	background: url(../images/hover.jpg) no-repeat 10px center;
	font-weight: bold;
	padding-right: 10px;
}


/* BLOGNAV ------------------*/

#blognav {
	display: block;
	padding: 100px 0 0;
	width: 100%;
}

#blognav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#blognav li {
	height: auto;
	margin: 0;
	padding: 0;
	line-height: normal;
	border-width: 1px;
	border-bottom: 1px solid #525252;
}

#blognav ul li a {
	display: block;
	text-decoration: none;
	text-align: right;
	font: 13px/normal Helvetica, Arial, "Helvetica Neue", sans-serif;
	color: #fff;
	padding: 6px 10px;
}

#blognav ul li a:hover {
	display: block;
	color: #00a09e;
	background: #333;
	padding: 6px 10px;
}

#blognav ul li a.current {
	display: block;
	color: #00a09e;
	font-weight: bold;
	padding: 6px 10px;
}

