/**
 * 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 { z-index:900; margin-top:5px; padding:0px 20px 0 20px; font-family:Tahoma; font-size:11px; }
#top-menu { z-index:900; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav ul.shown-sub { display:block; }
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:900; }
#nav a,
#nav a:hover { display:block; text-decoration:none; color:#ffffff; font-weight:normal; font-size:11px; }
#nav span { display:block; cursor:pointer; white-space:normal; }
#nav li ul span { white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li ul { display:none; width:100%; }
#nav li:hover ul { display:block; z-index:900; }
#nav a { float:left; padding:0px 10px 5px 10px; }
#nav li.over a,
#nav a:hover {}

#nav a.top { padding:0 0 5px 0; margin:0; }
#nav a.top span { margin-left:10px; padding:3px 10px 5px 0; }

#nav li.over a.top { background:url(../images/bg-top-right-li2.gif) no-repeat top left; }
#nav li.over a.top span { background:url(../images/bg-top-left-li2.gif) no-repeat top right; }

/************ 1ST LEVEL ************/
#nav ul li { float:none; margin:0; padding:0; }
#nav ul li.first { background:url(../images/bg-top-right-li2.gif) no-repeat top left; height:9px; line-height:0px; font-size:1px; }
#nav ul li.first span { background:url(../images/bg-top-left-li2.gif) no-repeat top right; height:9px; margin-left:5px; padding:0; line-height:0px; font-size:1px; overflow:hidden; }
#nav ul li.last { background:url(../images/bg-end-right-li2.gif) no-repeat bottom left; height:9px; line-height:0px; font-size:1px; }
#nav ul li.last span { background:url(../images/bg-end-left-li2.gif) no-repeat bottom right; height:9px; margin-left:5px; padding:0; line-height:0px; font-size:1px; overflow:hidden; }

#nav ul a { float:none; padding:0 3px 0 3px; }
#nav ul a span { border-bottom:1px solid #ffffff; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; top:25px; left:-10000px; }

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

#nav ul li a { background:#361e1a; }
#nav ul li a:hover { background:#c5001b; }
#nav ul span, #nav ul li.last li span { padding:3px 3px 3px 3px; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:-10px; width:150px; }
