/**
 * 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)
 */
 
 
#anav { background:url(http://www.hsssurf.com/skin/frontend/surf/modern/images/nav-bg.gif) repeat top center; background-color: #fff; float:left; margin: 2px; border-top: 0px solid #ccc; border-bottom: 0px solid #000; width: 98%; padding-right:8px;}
#anav a,
#anav a:hover { display:block; line-height:1.8em; text-decoration:none; }
#anav span { display:block; cursor:pointer; white-space:nowrap; }
#anav li ul span {white-space:normal; }

#anav li { float:left; text-transform: uppercase; margin:0px 0px 0px 4px; padding:4px 2px; position:relative; text-align:left; }
#anav li.over { z-index:999; border: 0px solid #BBBBBB; }
#anav li.active a { color:#d96708; }
#anav a { font-size: 14px; color:#222; font-weight: bold; float:left; font-family: arial, serif; padding:10px 4px;  }
#anav a:hover { color:#222; float:left;  }

#anav ul li,
#anav ul li.active { float:left; padding-bottom:1px; }
#anav ul li.last { padding-bottom:0; }

#anav ul li a {
    font-size: 14px;
    text-transform: uppercase;
}

#anav ul a,
#anav ul a:hover { float:none; padding:0; background:none; line-height:1.8em;  }

#anav ul { background:#f7f7f7 none repeat scroll 0 0; border-color:#fff #fff #fff; border-style:solid; border-width:0px 1px 1px;  left:-10000px; padding:3px 0px; position:absolute; top:38px; width: 580px; margin-left: -1px }

#anav li.over > ul { left:0; }
#anav li.over > ul li.over > ul { left:100px; }
#anav ul li a { font-weight:bold; font-size: 11px; text-transform: uppercase; font-family: arial, helvetica, sans-serif; }
#anav ul li a:hover { color: #000!important; }
#anav ul span, #anav ul li.last li span { padding:3px 15px 4px 15px;}
#anav li.columns { padding:0px; margin: 0px; width: 9.95em;}
#anav li.columns ul { width: auto; }
#anav li li li li span { padding:0 0 0 12px; }

#anav ul ul { border: 0px; left:0; position: relative; top:0; background: none; }
#anav ul ul li { float: none; width:auto; text-transform: none; margin: 0px; padding: 0px }
#anav ul ul ul { margin-left: 10px; }
#anav ul ul ul li a { font-weight: normal; color: #222; !important }
#anav ul ul ul ul { margin-left: 10px; display: none; }
#anav ul ul ul li a:hover { text-decoration: underline; font-weight: normal; !important }

/** ie6 hack */
#anav li.over ul.shown-sub { left:0; }
#anav li.over li li ul.shown-sub { left:100px; }
