/**
 * 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 { float:left; font-size:13px; width: 630px;}

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

/************ 0 LEVEL  **************text-shadow: 2px 1px #BAA57E;*/
#r-nav li, #nav li { float:left; padding:7px 8px 9px; }
#r-nav li.nav-nova-colecao, #nav li.nav-nova-colecao { font-size: 11px; text-transform: uppercase; }
#r-nav li.nav-sale, #nav li.nav-sale { font-size: 11px; text-transform: uppercase; }
#r-nav li.nav-acessorios, #nav li.nav-acessorios { padding: 7px 18px 5px; font-size: 11px; text-transform: uppercase; }
#r-nav, li.active a, #nav li.active a { color:#E6E6E6; }
#r-nav a, #nav a { float:left; /*background:url(../images/nav_top_level_arrow.gif) no-repeat 100% 50%;*/ padding-right:11px; color:#fff; }
#r-nav, li.over a, #nav li.over a,
#r-nav a:hover, #nav a:hover { color:#fff; }
#r-nav li.over, #nav li.over,
#r-nav li.active, #nav li.active { /*margin:0 7px 10px 0; border:1px solid #bbb; background:#ececec;*/ }

/************ 1ST LEVEL ************/
#r-nav ul li, #nav ul li,
#r-nav ul li.active, #nav ul li.active,
#r-nav ul li.over, #nav ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
#r-nav ul li.parent, #nav ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; }
#r-nav ul li.last, #nav ul li.last { padding-bottom:0; }
#r-nav ul li.active, #nav ul li.active { margin:0; border:0; background:none; }
#r-nav ul a, #nav ul a,
#r-nav ul a:hover, #nav ul a:hover { float:none; padding:0; background:none; }
#r-nav ul li a, #nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#r-nav ul, #nav ul { position:absolute; top:29px; left:-10000px; padding:3px 8px; font-size:11px; margin: 0 0 0 1px; min-height: 410px;  }
#r-nav .nav-nova-colecao ul, #nav .nav-nova-colecao ul { width: 168px; background: url(../images/pinkmenu.png) repeat; }
#r-nav .nav-sale ul, #nav .nav-sale ul { width: 120px; background: url(../images/orangemenu.png) repeat; }
#r-nav .nav-acessorios ul, #nav .nav-acessorios ul { width: 105px; background: url(../images/greenmenu.png) repeat; }

#r-nav .nav-nova-colecao ul span, #nav .nav-nova-colecao ul span { font-size: 14px; }
#r-nav .nav-sale ul span, #nav .nav-sale ul span { font-size: 14px; }
#r-nav .nav-acessorios ul span, #nav .nav-acessorios ul span { font-size: 14px; }

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

#r-nav ul li a, #nav ul li a { padding:3px 0; color:#666 !important; }
#r-nav ul li a:hover, #nav ul li a:hover { padding:3px 0; color:#999 !important; }

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


.menu-right ul#r-nav .level0:hover ul {
left:0;
z-index:999;
top:25px;
}

.menu-right {
float:right;
}
li.menu-right-li {
float:left;
display:inline;
}
li.menu-right-li a {
color:#999;
font-size:11px;
text-decoration:none !important;
text-transform:uppercase;
}
#r-nav li.menu-right-li a span {
text-decoration:none !important;
}
