/**
 * 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 { font-size:1.1em; margin:0 auto; padding:0 0px; min-height:28px; }


#anav UL LI.level1{
    float:left !important;
    margin: 10px 0 10px 10px;
}

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

/************ 0 LEVEL  ***************/
#anav li { float:left; z-index: 1; }
#anav li.active a { color:#ffffff; background:#0079CE; }
#anav a { color:#ffffff;
float:left;
font-size:16px; letter-spacing:2px; text-transform: uppercase; 
padding:7px 20px 11px; }
#anav li.over a,
#anav a:hover { color:#ffffff; background:#0079CE; }

/************ 1ST LEVEL ************/
#anav ul li,
#anav ul li.active { font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; float:left; padding-bottom:1px; }
/*#anav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#anav ul li.last { padding-bottom:0; }

#anav ul a,
#anav ul a:hover { float:none; padding:0; background:none; font-size:12px; letter-spacing:normal; text-transform:none;  }
#anav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#anav ul { position:absolute; width:960px; top:35px; left:-10000px; border-bottom:1px solid #0162a7; background-color: #0079CE; margin:0 13px;}

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

/* #anav ul li a { background:#0A263D; } */
/* #anav ul li a:hover { background:#d5e4eb; } */
#anav ul li a { font-weight:bold; color: black !important; font-size: 17px; font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;  }
#anav ul li a:hover { font-weight:bold; color: black !important; font-size: 17px; font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif; text-decoration: underline; }
#anav ul span, #anav ul li.last li span { padding:3px 5px 4px 5px; }

#anav li.columns { 
	width:239px; 
	display:inline; 
	border-right: 1px dashed #3098e0 }
	
#anav li.columns:last-item	{ border-right: 0px; }
	
#anav li.columns ul { width: auto; height: 241px; }
/* #anav li li li li span { padding:0 0 0 5px; } */


/************ 3RD+ LEVEL ************/
#anav ul ul { border: 0px; left:0; position: relative; top:0; background: none; }
#anav ul ul li { float: none; width:auto; margin: 1px 0px;}
#anav ul ul ul { margin-left: 0px; }
#anav ul ul ul li a { color: #ffffff !important; font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif; font-size: 13px;}
#anav ul ul ul li a:hover { color: #ffffff !important; font-size: 13px;}

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