#nav {
	display: block;
	float: right;
	height: 25px;
	margin-top: 20px;
	clear: both;
}

#nav ul {
	margin: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	line-height: 1px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

#nav a {
	float: left;
	height: 25px;
	text-decoration: none;
	text-align: center;
	text-indent: -5000px;
	padding-right: 2px;
}

#nav a.aboutus, #nav a.aboutus_current {
	background: url(../images/nav.png) no-repeat left top;
	width: 100px;
}

#nav a.products, #nav a.products_current {
	background: url(../images/nav.png) no-repeat -102px top;
	width: 110px;
}

#nav a.orders, #nav a.orders_current {
	background: url(../images/nav.png) no-repeat -214px top;
	width: 90px;
}

#nav a.resources, #nav a.resources_current {
	background: url(../images/nav.png) no-repeat -306px top;
	width: 115px;
}

#nav a.contact, #nav a.contact_current {
	background: url(../images/nav.png) no-repeat -423px top;
	width: 100px;
}

#nav a.aboutus:hover {
	background-position: 0 -25px
}

#nav a.products:hover {
	background-position: -102px -25px
}

#nav a.orders:hover {
	background-position: -214px -25px
}

#nav a.resources:hover {
	background-position: -306px -25px
}

#nav a.contact:hover {
	background-position: -423px -25px
}

#nav a.aboutus_current {
	background-position: 0 -50px
}

#nav a.products_current {
	background-position: -102px -50px
}

#nav a.orders_current {
	background-position: -214px -50px
}

#nav a.resources_current {
	background-position: -306px -50px
}

#nav a.contact_current {
	background-position: -423px -50px
}

/* SIDENAV ------------------*/

#sidenav {
	display: block;
	padding: 0;
	width: 225px;
	padding-top: 45px;
	background: url(../images/sidenav_background.gif) repeat-y right top;
}

#sidenav_bottomcap {
	display: block;
	padding: 30px 0 0 25px;
	width: 200px;
	background: url(../images/sidenav_bottomcap.gif) no-repeat right top;
}

#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidenav li {
	margin: 0;
	padding: 0;
	background: url(../images/sidenav/sidenav_divider.jpg) no-repeat 20px top;
	line-height: normal;
}

#sidenav a {
	display: block;
	width: 195px;
	height: 32px;
	text-decoration: none;
	text-align: left;
	font: 13px/35px Helvetica, Arial, "Helvetica Neue", sans-serif;
	color: #646e72;
	padding-left: 30px;
}

#sidenav a:hover, #sidenav a.current {
	color: #0c2868;
	background: url(../images/sidenav/sidenav_arrow.gif) no-repeat right center;
	font-weight: bold;
}
