/**
 * 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: 980px;
	position: relative;
}

#nav {
	width: 626px;
	height: 42px;
	margin: 0px 178px 0px 176px;
}

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

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

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

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

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

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

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

#nav li#size_charts a {
	width: 109px;
}

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

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

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

#nav li#parties a {
	width: 80px;
}

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

#nav li#links a {
	width: 70px;
}

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

#nav li#contact_us a {
	width: 102px;
}

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