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


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav a {	line-height:57px;}

/************ 0 LEVEL  ***************/
#nav li {
	float:left;
	padding-left: 8px; padding-right:8px; min-width:50px;
	text-align: center;
	font-size: 12px;
	display: none;
}
#nav a {
	font-weight:bold;
	color:#ff0000;
	text-transform: uppercase;
	display: block;
}
#nav li.level0.active, .cms-home #nav li.nav-home {
	color:#fff;
	background: url(../images/bg-nav.png) no-repeat 0 center;
}
#nav li.over a, #nav li.active a, #nav a:hover, .cms-home #nav li.nav-home a { color:#fff;}
#nav li>ul li { height: auto; float:none;}
#nav .dropdown {position:absolute;width: 185px;background:none no-repeat 0 bottom; padding-bottom: 10px;left:0px; display:none;top:50px;padding-top:7px;
}
#nav .bg-frame { background:#ffffff; padding-left:0px; width:185px; float:left;}
#nav .bg-frame-2 { background:#ffffff; padding-right:0px; width:185px; float:left;}
#nav ul.level0 { background:#ffffff; width:100%; float:left; padding: 10px 0;border-right: solid 1px #6d6d6c;border-left: solid 1px #6d6d6c;border-bottom: solid 1px #6d6d6c;}
#nav ul.level0 li { padding: 3px 10px; float:none; text-align:left; font-size:14px; }
#nav ul li.level1.parent { background:none no-repeat 175px 5px;}
#nav ul li.level1.parent.over { background:none;}
#nav ul.level0 li a { line-height: normal!important;color:#ff0000!important;text-transform:capitalize!important;}
#nav ul.level0 li a:hover { color:#333!important;}
#nav ul.level1 { position:absolute; left:185px; width:180px; background:#ffffff; border: solid 1px #b6b5b3; border-bottom:solid 2px #6d6d6c; border-right: solid 1px #6d6d6c; padding: 5px 0; top:0; display:none;}
#nav li.over .dropdown, #nav .dropdown li.over ul.level1 { display: block;}

