/**
 * 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)
 */

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */

ul#nav li { 
	float:					left;
	position:				relative; 
	text-align:				left; 
	background:				#000;
	font-size:				18px;
	letter-spacing:			0.05em;
	height:					50px;
	line-height:			50px;
}

ul#nav li a span {
	white-space:			nowrap;
	display:				none;
		
}

ul#nav li a:visited,
ul#nav li a {
	color: 					#fff;
	width:					100%;
	text-align:				center;
	display:				block;
	height:					50px;
	text-decoration:		none;
	font-weight:			normal;
}

ul#nav a,
ul#nav a:hover { 
	text-decoration:		none;
	border:					none;
}

ul#nav a:hover {
	
}

/* ========================================================================= */
/* Items BGR */

/* Friandises */
ul#nav li.nav-friandises a,
ul#nav li.nav-friandises a:visited { 
	width:					146px;
}
ul#nav li.nav-friandises {
	background:				url(images/nav01_friandises.jpg) no-repeat;
}

ul#nav li.nav-friandises:hover {
	background:				url(images/nav01_friandises_over.jpg) no-repeat;
}

/* Chocolats */
ul#nav li.nav-chocolats a,
ul#nav li.nav-chocolats a:visited { 
	width:					136px;
}
ul#nav li.nav-chocolats {
	background:				url(images/nav02_chocolats.jpg) no-repeat;
}

ul#nav li.nav-chocolats:hover {
	background:				url(images/nav02_chocolats_over.jpg) no-repeat;
}

/* Cadeaux */
ul#nav li.nav-cadeaux a,
ul#nav li.nav-cadeaux a:visited { 
	width:					122px;
}
ul#nav li.nav-cadeaux {
	background:				url(images/nav03_cadeaux.jpg) no-repeat;
}

ul#nav li.nav-cadeaux:hover {
	background:				url(images/nav03_cadeaux_over.jpg) no-repeat;
}

/* Occasions */
ul#nav li.nav-occasions a,
ul#nav li.nav-occasions a:visited { 
	width:					139px;
}

ul#nav li.nav-occasions {
	background:				url(images/nav04_occasions.jpg) no-repeat;
}

ul#nav li.nav-occasions:hover {
	background:				url(images/nav04_occasions_over.jpg) no-repeat;
}

/* Blogue */
ul#nav li.nav-blogue a,
ul#nav li.nav-blogue a:visited { 
	width:					125px;
}
ul#nav li.nav-blogue {
	background:				url(images/nav05_blogue.jpg) no-repeat;
}
ul#nav li.nav-blogue:hover,
ul#nav li.nav-blogue.current{
	background:				url(images/nav05_blogue_over.jpg) no-repeat;
}

/* ----------------------------------------------------------------------------- */
/* Navigation secondaire */
div#navTop li {
	float:					left;
	display:				block;
	background:				url(images/navTop_sep.gif) right no-repeat;
	padding-right:			7px;
	margin-right:			7px;
}
div#navTop li.page-item-52 {
	background:				none;	
}


div#navTop li a,
div#navTop li a:visited{
	text-decoration:		none;
	color:					#00BFAC;
	font-size:				11px;
}