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

ul#nav {
	position: absolute;
	bottom: -1px;
	right: 50px;
}

#nav li {
	float: left;
	margin: 0 1px;
	padding: 0 5px;
	height: 36px;
	background: #1b1b1b;
	/*border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;*/
	border: 1px solid #4c4c4c;
	position: relative;
	width: 115px;
	text-align: center;
}
#nav li a{
	font-family: 'Helvetica', 'arial', sans !important;
	text-decoration: none;
	color: #ababab;
	line-height: 36px;
	}
#nav li a:hover{
  color: #fff;
}
#nav li.active {
	height: 36px;
	background: #000 /*url(../images/bg_nav.jpg) repeat-x 0 1px*/;
	border-left: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
	border-bottom: 1px solid #000;
	border-top: 1px solid #e03849;
}
#nav li.active a{
  	color: #fff;
}

ul#top_nav {
	position: absolute;
	top: 55px;
	right: 50px;
	list-style-type: none;
}

#top_nav li {
	display: inline;
}

#top_nav li a {
	color: #6d6c6b;
	margin-right: 10px;
	padding: 1px 10px 1px 0;
	border-right: 1px dotted #6d6c6b;
	text-decoration: none;
}

#top_nav li a:hover {
	color: #fff;
}

#top_nav li a.last {
	margin-right: 0;
	border-right: none;
}

#nav li a.shopnow{
  font-family: 'Helvetica', 'arial', sans !important;
  text-decoration: none;
  color: #ababab;
  line-height: 36px;
}

/* 
	LEVEL TWO
*/
ul#nav li.hover	{
	/*background-image: url('../images/hover.png');
	background-repeat: no-repeat;
	background-position: 116px center;*/
	}
ul#nav li.hover ul 	{ 
	visibility: hidden; 
	position: absolute; 
	top: 36px; 
	left: -26px;
	width: 178px;
	z-index: 1000;
	border-bottom: 1px solid #4c4c4c;
	}
ul#nav li.hover:hover ul 	{ visibility: visible;}
	ul#nav li.hover ul li 	{ 
		float: left;
		margin: 0;
		padding: 0 10px;
		height: 26px;
		background: #1b1b1b;
		/*border-right: 0px solid #000;
		border-left: 0px solid #000;
		border-top: 1px solid #4c4c4c;
		border-bottom: 0px solid #4c4c4c;*/
		border: 1px solid #4c4c4c;
		border-bottom: 0px solid #4c4c4c;
		position: relative;
		width:156px;
		}
		ul#nav li.hover ul li:hover 	{ 
		background: #111;
		border-top: 1px solid #4c4c4c;
		border-bottom: 0px solid #4c4c4c;
		}	
    /* IE 6 & 7 Needs Inline Block */
		ul#nav li.hover ul li a	{ 
			line-height: 26px;
			}
