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

#nav {
	padding:0;
	font-size:1.1em;
	width: 960px;
	float: left; 
	background: url(../images/bg-nav.jpg) repeat-x;
}
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */


#nav a {
	color: #481f02;
	background: url(../images/left-tab.jpg) left top no-repeat;
	text-decoration: none;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	height: 55px;
}
#nav a span {
	background: url(../images/right-tab.jpg) right top no-repeat;
	padding-right: 20px;
	height: 55px;
}
#nav a, #nav a span {
	display: block;
	float: left;
}
#nav a:hover {
	color:#481f02;
	text-decoration:underline;
	padding-left: 20px;
}
#nav a:hover span {
	
	padding-right: 20px;
}

#nav .active a {
	color:#FFFFFF;
	background: #d8bbab url(../images/left-tab-hover.jpg) left top no-repeat;
	padding-left: 20px;
}
#nav .active {
	color: #505050;
	background: #d8bbab url(../images/left-tab-hover.jpg) left top no-repeat;
	
}
#nav .active span {
	background: url(../images/right-tab-hover.jpg) right top no-repeat;
	padding-right: 20px;
}


body.cms-home #nav .home a {
	
	background: #d8bbab url(../images/left-tab-hover.jpg) left top no-repeat;
	padding-left: 20px;
	color:#FFFFFF;
}
body.cms-home #nav .home {
	color: #505050;
	background: #d8bbab url(../images/left-tab-hover.jpg) left top no-repeat;
	
}
body.cms-home #nav .home span {
	background: url(../images/right-tab-hover.jpg) right top no-repeat;
	padding-right: 20px;
	
}


#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	margin: 0;
}
#tab {
	padding-top: 15px;
	font-size: 15px;
}

#nav li span {
	padding-top: 15px;
	font-size: 14px;
}


.navlast {
	background: url(../images/left-tab.jpg) left top no-repeat;
	width: 15px;
	height: 55px;
	}
