#nav {
	display: block;
	float: left;
	width: 620px;
	height: 42px;
	padding-left: 28px;
	margin-top: 7px;
}

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

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

#nav a {
	float: left;
	height: 42px;
	text-decoration: none;
	text-align: center;
	text-indent: -5000px;
}

#nav a.home, #nav a.home_current {
	background: url(../images/navigation/home.gif) no-repeat left top;
	width: 85px;
}

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

#nav a.products, #nav a.products_current {
	background: url(../images/navigation/products.gif) no-repeat left top;
	width: 101px;
}

#nav a.retail, #nav a.retail_current {
	background: url(../images/navigation/retail.gif) no-repeat left top;
	width: 134px;
}

#nav a.faq, #nav a.faq_current {
	background: url(../images/navigation/questions.gif) no-repeat left top;
	width: 74px;
}

#nav a.news, #nav a.news_current {
	background: url(../images/navigation/news.gif) no-repeat left top;
	width: 134px;
}

#nav a.contact, #nav a.contact_current {
	background: url(../images/navigation/contact.gif) no-repeat left top;
	width: 97px;
}

#nav a.home:hover, #nav a.aboutus:hover,#nav a.products:hover,#nav a.retail:hover,#nav a.faq:hover, #nav a.contact:hover, #nav a.news:hover  {
	background-position: left -42px
}

#nav a.home_current, #nav a.aboutus_current, #nav a.products_current, #nav a.retail_current, #nav a.faq_current, #nav a.contact_current, #nav a.news_current  {
	background-position: left -84px
}

/* SIDE NAV -------------------------- */

#side_nav {
	display: block;
	background: url(../images/navigation/side_nav_back.gif) repeat-y right top;

}

#side_nav_topcap, #side_nav_bottomcap {
	display: block;
	width: 12px;
	height: 12px;
}

#side_nav_topcap {
	background: url(../images/navigation/side_nav_topcap.gif) repeat-y left top;
}

#side_nav_bottomcap {
	background: url(../images/navigation/side_nav_topcap.gif) repeat-y left bottom;
	margin-top: 9px;
}

#side_nav ul {
	list-style: none;
}

#side_nav li {
	display: inline;
	line-height: 1px;
}

#side_nav li.sideheading, #side_nav li.sideheading_top {
	display: block;
	font: 15px/17px Helvetica, Arial, sans-serif;
	color: #ee7320;
	margin-top: 30px;
	margin-bottom: 6px;
	padding-left: 20px;
}

* html #side_nav li.sideheading { display:inline;}  /* for IE 6 */

* html #side_nav li.sideheading_top { display:inline; }  /* for IE 6 */



#side_nav li.sideheading_top {
	margin-top: 12px;
}

#side_nav a, #side_nav a:link, #side_nav a:visited {
	display: block;
	height: 29px;
	text-decoration: none;
	color: #323132;
	background: url(../images/navigation/side_nav_divider.gif) no-repeat left top;
	font: 12px/30px Georgia, Times, serif;
	text-indent: 20px;
	overflow: hidden;
}

#side_nav a:hover, #side_nav a.sidecurrent {
	color: #00abe4;
	background: url(../images/navigation/side_nav_hover_back.gif) no-repeat left top;
}