/**
 * 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;
	padding: 0 16px;
	height: 36px;
	background: #1b1b1b;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
}
#nav li a{
  font-family: 'Helvetica', 'arial', sans !important;
  text-decoration: none;
  color: #ababab;
  line-height: 36px;
}
#nav li.active {
	height: 36px;
	line-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;
}
#nav li.active a{
  	color: #fff;
}

ul#top_nav {
	position: absolute;
	top: 30px;
	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;
}