/**
 * 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 0; font-size:12px; width: 950px}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav  {}
#nav .over { }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; width: 100%; }
#nav span {}

/************ 0 LEVEL  ***************/
#nav ul {float: left; padding-right: 40px; background:url(../images/main_menu_gradient.jpg) repeat-y right top}
#nav ul li {position: relative; float: left; background: #6b98c5; text-align: center; z-index: 999; padding: 10px 8px; margin: 0 0; border-right: 1px dotted #EEE}
#nav a { color:#CCC; font-weight:bold; z-index: 999}
#nav ul li.active a,
#nav ul li.over a,
#nav ul li:hover a { color: #FFF}
#nav ul li:hover,
#nav ul li.active { background-color: #3f7ab2 }

/************ 1ST LEVEL ************/
#nav ul ul {padding-right: 0px; position:absolute; top:35px; left:-10000px; height: auto; border-width: 0 2px 2px 2px; border-style: solid; border-color: #ccc }

#nav li.over > ul { left:-3px; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul ul li,
#nav ul ul li.active {
	color: #CCC;
	width: 85px;
	border-top: 1px dashed #ccc;
	border-bottom: 0px;
	border-left: 1px dotted #222;
	border-right: 1px dotted #222;
	padding: 5px 10px;
	background: #3f7ab2;
	text-align: left;
}
#nav ul ul li.last { border-bottom: 1px dotted #222 }

#nav ul ul li a,
#nav ul ul li.active a,
#nav ul ul li.over a,
#nav ul ul li:hover a { color: #fff; font-weight: normal}
#nav ul ul li:hover,
#nav ul ul li.active { background-color: #6b98c5}

/************ 2ND LEVEL ************/

/* #nav ul ul ul { position:absolute; top:36px; width: 85px; left:-10000px; border:1px solid #111; height: auto; border-top: 0px dashed #CCC } */

/* #nav li.over > ul { left:0; } */
/* #nav li.over > ul li.over > ul { left:100px; } */
/* #nav li.over ul ul { left:-10000px; } */

/* #nav ul ul li a { } */
/* #nav ul ul li a:hover { } */
/* #nav ul ul li a, */
/* #nav ul ul li a:hover {  } */
/* #nav ul ul span, #nav ul li.last li span { } */

/************ 3RD+ LEVEL ************/
/* #nav ul ul { top:5px; } */

