/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav { /*padding-left:110px;*/ font-size:1.1em; z-index:999; float:left; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:left;
	text-transform:uppercase;
	}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; padding-left:5px; }
#nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
#nav li { float:left; font-size:10px; }
#nav li.active a { /*color:#d96708;*/ }
#nav a { float:left; padding:0px 0px 11px 0px;  width:110px; color:#fff; font-weight:bold; border-left:#FFFFFF solid 1px;  }
#nav li.over a, #nav a:hover { /*background-color:#fff;*/ border-left-color:#ec1147; color:#ec1147;}


/************ 1ST LEVEL RESET ************/
#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;
	height:360px;
	width:110px;
	top:24px;
	padding-top:40px;
	left:-10000px;
  	border-left:1px solid #ec1147;
  	background:url(../images/pix_trans.png);
}

/* 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-color:#fff; color:#82816e; border:none; }
#nav ul li a:hover { background:#131211; color:#ec1147; border:none; }
#nav ul li a, #nav ul li a:hover { color:#fffff !important; }
#nav ul span, #nav ul li.last li span { 
	padding:3px 15px 4px 7px;
	text-align:left;
	text-transform:none;
	color:#82816e;
	border:none;
	
}
#nav ul span:hover, #nav ul li.last li span:hover { 
color:#ec1147;
}


/************ 3RD+ LEVEL ************/
#nav ul ul {
	top:0px;
	margin-left:-212px;
	padding-top:0px;
	background:none;
	height:auto;
	border-right:#ec1147 solid 1px;
	border-left-color:#000;

 }
 
#nav .texte {
	text-transform:none;
	padding:10px 10px 0px 10px;
	text-align:right;
	line-height:1.3em;
	color:#82816e;
	font-size:10px;
}

#nav .texte-fond {
	height:360px;
	background:none;
	background:#fff url(../images/cache_cruselita.png) 0px -3px;
	border:none;
	margin-left:1px;
}

#nav .cruselitashop a{
	border:none;
	text-align:right;
	text-transform:uppercase;
	color:#ec1147;
}
