/**
 * 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)
 */




/************************************************************/
/************************************************************/
/*--- Modified or added by Andrew Twigg  --*/
/************************************************************/
/************************************************************/



.header-nav-container {
	position: absolute;
	top: 125px;
	left: 90px;
	text-align:center;
	font-size: 10pt;
	line-height: 12pt;
	width:960px;
	}
.header-nav ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
.header-nav li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	text-align:center;
	}	
	
#nav li a {
	display: block;
	float: left;
	background: url(../images/newbutton_bg.gif) #8f5ec4 no-repeat;
	width: 106px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	text-decoration:none;
	padding: 3px 0px 0px 0px;
	margin: 0px 7px 0px 0px;
	}
#nav a:hover {
	background:url(../images/newbutton_bg_on.gif) #635bc9 no-repeat;
	}		
	
#nav .level0 li a {
	display: block;
	width: 140px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: none;
	color: #778538;
	font-weight: bold;
	text-decoration:none;
	margin: 0px 0px 0px 10px;
	}
#nav .level0 li a:hover {	
	text-decoration: underline;
	color: #3390d8;
	}
#nav .level1 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #660066;
	margin-left: 20px;
	}
#nav .level2 li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	margin-left: 40px;
	}		