/**
 * 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-nav-container ul#nav {	margin-left: 13px; 	width: 652px;}
.header-nav-container ul#nav li { float: left; list-style-type:none; padding-top:11px; padding-bottom: 11px; padding-left: 20px; padding-right: 20px; }
.header-nav-container a { color: #FFFFFF; 	text-decoration: none; 	font-family:Arial, Helvetica, sans-serif; 	font-size: 14px; }
.header-nav-container a:hover{ color: #ffa200; 	text-decoration: none;  font-family:Arial, Helvetica, sans-serif; font-size: 14px; }*/

#nav {
	float: left;
	background-image:url(../images/nav-bg.gif);
	background-repeat:no-repeat;
	height: 44px;
	width: 652px;
	padding-left: 13px;
}


ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#ffffff; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size: 14px; float:left; padding-top:11px; padding-bottom: 11px; padding-left: 20px; padding-right: 19px;}
ul.menu a:hover {color: #ffa200; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 14px;  float:left;}
ul.menu li {position:relative; float:left; }
ul.menu ul {position:absolute; top:40px; left:0; background:#0f1316; display:none; opacity:0; list-style:none; width: 200px;}
ul.menu ul li {position:relative; padding-right: 5px; margin:0; width: 200px;}
ul.menu ul li a {display:block; background-color: #0f1316; color: #ffffff; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 12px; padding-top:5px; padding-bottom: 10px; padding-left: 15px; padding-right: 10px; }
ul.menu ul li a:hover {background-color:#0f1316; color: #ffa200; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 12px; }
