/**
 * 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 { padding:0 25px; font-size:1.1em; background: #fff url(../images/banner_wrap.jpg) bottom center no-repeat; }

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

/*#nav li a { background: url(../images/interface/bg_nav.gif); text-indent: -9999px; }
#nav li.nav-new-arrivals a { width: 143px; height: 35px; background-position: 0 0; }
#nav li.nav-new-arrivals a:hover { background-position: 0 -35px; }
#nav li.nav-marilyn-convertible-dress a { width: 244px; height: 35px; background-position: -143px 0; }
#nav li.nav-marilyn-convertible-dress a:hover { background-position: -143px 35px; }
#nav li.nav-plus-size-dresses a { width: 180px; height: 35px; background-position: -387px 0; }
#nav li.nav-plus-size-dresses a:hover { background-position: -387px 35px; }
#nav li.nav-plus-size-swimwear a { width: 140px; height: 35px; background-position: -567px 0; }
#nav li.nav-plus-size-swimwear a:hover { background-position: -567px 35px; }
#nav li.nav-view-all a { width: 111px; height: 35px; background-position: -707px 0; }
#nav li.nav-view-all a:hover { background-position: -707px 35px; }
#nav li.nav-sale a { width: 82px; height: 35px; background-position: -818px 0; }
#nav li.nav-sale a:hover { background-position: -818px 35px; }*/

/* New navigation styles - Note new li classes (will need to change in code)*/

#nav li a { background: url(../images/interface/bg_nav2.gif); text-indent: -9999px; }
#nav li.nav-new-arrivals a { width: 128px; height: 35px; background-position: 0 0; }
#nav li.nav-new-arrivals a:hover { background-position: 0 -35px; }
#nav li.nav-marilyn-convertible-dress a { width: 226px; height: 35px; background-position: -128px 0; }
#nav li.nav-marilyn-convertible-dress a:hover { background-position: -128px 35px; }

#nav li.nav-plus-size-clothes a { width: 97px; height: 35px; background-position: -354px 0; }
#nav li.nav-plus-size-clothes a:hover { background-position: -354px 35px; }

#nav li.nav-plus-size-swimwear a { width: 113px; height: 35px; background-position: -451px 0; }
#nav li.nav-plus-size-swimwear a:hover { background-position: -451px 35px; }

#nav li.nav-shoes-accessories a { width: 180px; height: 35px; background-position: -564px 0; }
#nav li.nav-shoes-accessories a:hover { background-position: -564px 35px; }

#nav li.nav-view-all a { width: 94px; height: 35px; background-position: -744px 0; }
#nav li.nav-view-all a:hover { background-position: -744px 35px; }
#nav li.nav-sale a { width: 62px; height: 35px; background-position: -838px 0; }
#nav li.nav-sale a:hover { background-position: -838px 35px; }


#nav li ul li a { text-indent: 0; }


/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav a { float:left; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#3a1708 url(../images/interface/nav-divider.gif) repeat-x 0 100%; }
#nav ul li.last { background:#3a1708; 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:179px; top:35px; left:-10000px; border:1px solid #735243; }

/* 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:#3a1708; }
#nav ul li a:hover { background:#50200b; }
#nav ul li.nav-plus-size-clothes-casual-dresses a:hover, 
#nav ul li.nav-plus-size-clothes-cocktail-dresses a:hover,
#nav ul li.nav-plus-size-clothes-plus-size-jumpsuits a:hover,
#nav ul li.nav-plus-size-clothes-plus-size-outerwear a:hover,
#nav ul li.nav-plus-size-clothes-plus-size-denim a:hover { background:#50200b; width: 179px; }
#nav ul li a,
#nav ul li a:hover { color:#fff !important; }
#nav ul span, #nav ul li.last li span { padding:8px 15px 8px 15px; width: 149px;}

/************* BEST DESIGNER BANNER *************/
#best-designer-banner {padding: 0; margin: 0; width: 930px; height: 39px; /*top: -10px; position: relative; left: -15px;*/ margin: 0 auto; clear: both;}
