/**
 * 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, #footer-nav { padding:0 40px; font-size:13px; margin-top: -5px;  }

#nav { width: 715px;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#footer-nav li { position:relative; }
#nav li.over, #footer-nav li.over { z-index:9999999999999; }
#nav a, #footer-nav a,
#nav a:hover, #footer-nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span, #footer-nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span, #footer-nav li span {white-space:normal; }
#nav a {
    height: 23px;
}
/************ 0 LEVEL  ***************/
#nav li, #footer-nav li { float:left; }
#nav li.active a, #footer-nav li.active a { color:#1e1e1e; }
#nav a, #footer-nav a { 
    text-transform: uppercase;
    float:left; 
    padding:5px 20px 6px 0px; 
    color:#787878; 
    font-weight: normal;
    font-family: Times, "Times New Roman", serif;
    font-size: 10px;
    letter-spacing: 0px; 
}
#nav li.over a, #footer-nav li.over a, 
#nav a:hover, #footer-nav a:hover { color: #1e1e1e; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; /*padding-bottom:1px;*/ }
/*#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:120px;
top:34px; left:-10000px; border:1px solid #B4B4B4;
}

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

#nav ul li a { 
    background:#FFF;
    font-family: arial, helvetica, sans-serif;
    text-transform: none;
    font-size: 11px;
    letter-spacing: 0px; 
}
#nav ul li a { color: #787878 !important; }
#nav ul li a:hover { color: #000 !important; background:#fafafa; }
#nav ul span, #nav ul li.last li span { padding:2px 12px 3px 12px;}

#nav li.nav-jewellery.over > ul {
    left: 0px;
    
}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

/* HARD CODED FOOTER STUFF */

#footer-nav {
    padding: 0px  !important;
}
#footer-nav a {
    float:none;
    display: block;
    text-align:center;
    white-space: nowrap;
    padding:0px; 
}
#footer-nav li {
    padding:0px;
    text-align: center !important;
}
    #footer-nav li.first a {
        text-align: left;
    }
    #footer-nav li.last a {
        text-align: right;
    }

.nav-jewellery { width: 84px; }
.nav-collections { width: 99px; }
.nav-couture { width: 75px; }
.nav-gifts { width: 58px; }
.nav-stores { width: 67px; }
.nav-wishlist { width: 79px; }
.nav-shoppingbag { width: 100px; }
.nav-youraccount { width: 95px; white-space:nowrap; }
.nav-search { width: 57px; /width:53px;  }
.nav-search a { float:right !important; padding-right:0px !important; }

#fl-home { width: 40px; }
#fl-contact-us { width: 83px; }
#fl-cotton-and-co { width: 90px; }
#fl-wholesale { width: 81px; }
#fl-news { width: 46px; }
#fl-paparazzi { width: 73px; }
#fl-clientservices { width: 98px; }
#fl-privacy-policy { width: 100px; }
#fl-choose-a-country { width: 104px; }



