/**
 * 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:transparent url(../images/catalogo-head.gif) no-repeat scroll 0 0;
display:block;
font-size:1.3em;
margin-left:0;
padding-top:50px;
width:100%;
margin-bottom:20px;
}

/************** 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; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { padding:3px 0 8px; height:16px; border-bottom:1px dashed #ccc;}
#nav li.active a { }
#nav a { 
background:transparent url(../images/girasole_icon35.png) no-repeat scroll left center;
color:#695b51;
float:left;
font-weight:normal;
padding-left:33px;
height:25px;}
#nav li.over a,
#nav a:hover { color:#333; }
#nav li.over,
#nav li.active { background:url(../images/nav_top_level_arrow2.gif) no-repeat 100% 50%; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active,
#nav ul li.over { 
background:transparent none repeat scroll 0 0;
border-bottom:1px solid #056602;
display:block;
float:none;
height:auto;
padding:0;
text-transform:none;
}
#nav ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { }

/************ 2ND LEVEL ************/
#nav ul {left:-10000px; background:#49690A none repeat scroll 0 0;
border:1px solid #333;
font-size:11px;
padding:0;
position:absolute;
width:230px;
-moz-box-shadow:3px 8px 11px #333333;}

/* Show menu */
#nav li.over > ul { left:200px; }
#nav li.over > ul li.over > ul { left:200px; }
#nav li.over ul ul { left:-8000px; }


#nav ul li a {
	background:#013001 none repeat scroll 0 0;
	color:#FFFFFF !important;
	font-size:1.2em;
	height:18px;
	padding:6px 10px;
}
#nav ul li a:hover { padding:6px 10px; background:url(../images/menu-a.gif) repeat-x top; color:#fff !important; }

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



/************ NAVIGATION ************/
.navigation{
clear:both;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
height:33px;
padding-left:10px !important;
width:100%;
}


.navigation, .navigation ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:99
}

.navigation a {
	border-left:1px solid #A70328;
	border-right:1px solid #73001B;
	color:#FFFFFF;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:8px 19px;
	text-decoration:none;
}

.navigation a:hover{ background:url(../images/menu-a.gif)  repeat-x top; color:#fff }
.navigation li{float:left;position:relative;}

.navigation li ul{}
.navigation li ul li a{
	background:url(../images/menu-a.gif) repeat-x top; 
	border-bottom:1px solid #f7941d;
	display:block;
	font-size:12px;
	font-weight:normal;
	height:auto;
	display:block;
	width:102px;
	clear:both;
}
.navigation li ul a:hover{background:#013001; color:#fff; display:block;}
.navigation ul ul{
	display:block;
	position:absolute;
	width:150px;
}	
.navigation li ul ul {left:12em;margin:0px 0 0 10px;}

.navigation li:hover ul ul, .navigation li:hover ul ul ul, .navigation li:hover ul ul ul ul{display:none;}
.navigation li:hover ul, .navigation li li:hover ul, .navigation li li li:hover ul, .navigation li li li li:hover ul{display:block;}