/**
 * 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 { float:left;font-size:1.1em; z-index:1000;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative;text-transform:uppercase; text-align:left;	}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; margin:1px 0 11px 1px; padding:3px; }
#nav li.active a { color:#444; }
#nav a { float:left; background:url(../images/arrowhead.gif) no-repeat 100% 50%; padding-right:14px; color:#444; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#444; }
#nav li.over,
#nav li.active { background:#ffffff none repeat scroll 0 0;border-left:1px solid #ff9c1f;border-right:1px solid #ff9c1f;border-top:1px solid #ff9c1f;margin:0 10px 10px 0;border-bottom:1px solid #ffffff;}

/************ 1ST LEVEL ************/
#nav ul li,#nav ul li.over { float:none; border:none; background:none; margin:0;*margin:0 0 0 -16px; padding:0; padding-bottom:1px; text-transform:none;width:100%; }

#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0;*margin:0 0 0 -16px; border:0; background:none; }
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }

/************ 2ND LEVEL ************/
#nav ul {background:#dc5e84 url(../images/dropdownbg.jpg) repeat-x scroll left top;border:1px solid #dc5e84; ;font-weight:bold;left:-10000px;position:absolute;top:22px;width:400px;z-index:2000;font-size:0.9em;}

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

#nav ul li a { padding:9px 20px; color:#fff !important; background:url(../images/navarrow.gif) no-repeat left top; }
#nav ul li a:hover { padding:9px 20px;background:#c03f66 url(../images/navarrow.gif) no-repeat left top; color:#fff !important;}

/************ 3RD+ LEVEL ************/
#nav ul ul {display:none; top:5px; }
.search-bar ul#nav {position:relative;top:3px;*top:1px;}

li.nav-pwinter {display:none;}