/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.header #navigation {
	width: 870px;
	background: url(../images/nav_back.jpg) center;
	position: relative;
}

#nav {
	width: 870px;
	height: 50px;
	float:left;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width: 870px;
	height: 50px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -99999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 50px;
	background: url(../images/nav1.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(../images/nav2.jpg);
}

#nav li#home a {
	width: 126px;
}
 
#nav li#home a:link,
#nav li#home a:visited,
#nav li#home a:hover {
	background-position: 0px 0px;
}

#nav li#products a {
	width: 157px;
}

#nav li#products a:link,
#nav li#products a:visited,
#nav li#products a:hover {
	background-position: -126px 0px;
}

#nav li#buying a {
	width: 159px;
}

#nav li#buying a:link,
#nav li#buying a:visited,
#nav li#buying a:hover {
	background-position: -283px 0px;
}

#nav li#about a {
	width: 129px;
}

#nav li#about a:link,
#nav li#about a:visited,
#nav li#about a:hover {
	background-position: -442px 0px;
}

#nav li#events a {
	width: 157px;
}

#nav li#events a:link,
#nav li#events a:visited,
#nav li#events a:hover {
	background-position: -571px 0px;
}

#nav li#contact a {
	width: 142px;
}

#nav li#contact a:link,
#nav li#contact a:visited,
#nav li#contact a:hover {
	background-position: -728px 0px;
}