/**
 * 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 { background: url(../images/header.jpg) no-repeat scroll;background-position:top right;  padding:0 0; font-size:1.1em; height:41px;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { height: 47px;position:relative; text-align:left;background-position:top left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { height: 47px; float: left;display:block; line-height:29px; text-decoration:none; }
#nav span { visibility:hidden; display:block; cursor:pointer; white-space:nowrap; }
#nav .level1 span{visibility:visible;} 
#nav li ul span {white-space:normal; }

/***********Category Specific*********/
/*Structure*/
#nav li.nav-wines,li.nav-wines-active {width:70px;}
#nav li.nav-spirits,li.nav-spirits-active {width:70px;}
#nav li.nav-liqueurs,li.nav-liqueurs-active {width:88px;}
#nav li.nav-beers,li.nav-beers-active {width:62px;}
#nav li.nav-mixers,li.nav-mixers-active {width:69px;}
#nav li.nav-accessories,li.nav-accessories-active {width:118px;}
#nav li.nav-sundries,li.nav-sundries-active {width:87px;}
#nav li.nav-ourbrands,li.nav-ourbrands-active {width:110px;}
#nav li.nav-aboutus,li.nav-aboutus-active {width:93px;}
#nav li.nav-home,li.nav-home-active {width:67px;}
#nav li.nav-binends, #nav li.nav-binends-active {display:none;}
#nav li.nav-newproducts, #nav li.nav-newproducts-active {display:none;}

#nav li.nav-wines {background: url(../images/menu_wine.jpg) no-repeat scroll;}
#nav li.nav-wines-active{background: url(../images/menu_wine_active.jpg) no-repeat scroll;}
#nav li.nav-spirits {background: url(../images/menu_spirits.jpg) no-repeat scroll;}
#nav li.nav-spirits-active {background: url(../images/menu_spirits_active.jpg) no-repeat scroll;}
#nav li.nav-liqueurs {background: url(../images/menu_liquers.jpg) no-repeat scroll;}
#nav li.nav-liqueurs-active {background: url(../images/menu_liquers_active.jpg) no-repeat scroll;}
#nav li.nav-beers {background: url(../images/menu_beers.jpg) no-repeat scroll;}
#nav li.nav-beers-active {background: url(../images/menu_beers_active.jpg) no-repeat scroll;}
#nav li.nav-mixers {background: url(../images/menu_mixers.jpg) no-repeat scroll;}
#nav li.nav-mixers-active {background: url(../images/menu_mixers_active.jpg) no-repeat scroll;}
#nav li.nav-accessories {background: url(../images/menu_accessories.jpg) no-repeat scroll;}
#nav li.nav-accessories-active {background: url(../images/menu_accessories_active.jpg) no-repeat scroll;}
#nav li.nav-sundries {background: url(../images/menu_sundries.jpg) no-repeat scroll;}
#nav li.nav-sundries-active {background: url(../images/menu_sundries_active.jpg) no-repeat scroll;}
#nav li.nav-ourbrands {background: url(../images/menu_ourbrands.jpg) no-repeat scroll;}
#nav li.nav-ourbrands-active {background: url(../images/menu_ourbrands_active.jpg) no-repeat scroll;}
#nav li.nav-aboutus {background: url(../images/menu_aboutus.jpg) no-repeat scroll;}
#nav li.nav-aboutus-active {background: url(../images/menu_aboutus_active.jpg) no-repeat scroll;}
#nav li.nav-home {background: url(../images/menu_home.jpg) no-repeat scroll;}
#nav li.nav-home-active {background: url(../images/menu_home_active.jpg) no-repeat scroll;}


#nav ul.Wines li.level1 a:hover {color:#C3BD6F !important;}
#nav ul.Spirits li.level1 a:hover {color:#C8DA22 !important;}
#nav ul.Beers li.level1 a:hover {color:#D7894B !important;}
#nav ul.Liqueurs li.level1 a:hover {color:#BAA9CD !important;}
#nav ul.Mixers li.level1 a:hover {color:#32C0CC !important;}
#nav ul.Our li.level1 a:hover {color:#A6ABAF !important;}
#nav ul.Sundries li.level1 a:hover {color:#E72652 !important;}

/*


/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:0; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

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

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

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 10px 4px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }
#nav ul ul.level1 {display:none;}
#nav li.level1 a,
#nav li.level1 a:hover,
#nav li.level1 {
		    background: none repeat scroll 0 0 #25323A;
    color: #FFFFFF !important;
    font-weight: normal !important;
    height: 28px;
}
