 /**
 * 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: 0px;
	margin: 0px;
	margin-top: 11px;
	*>margin-top: 10px; /* Internet Explorer */
	font-size: 17px;
	height: 38px;
	
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:center; height: 38px; }
#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 { float:left; margin-left:10px;}
#nav li.active a { color:#3b3b3b; background-image: url(../images/bg_menu_li.jpg); background-repeat: repeat-x; background-position: 0 -38px; }
#nav a { float:left; height: 28px; padding:0px; padding-right: 5px; padding-left: 5px; padding-top: 10px; color:#3b3b3b; font-weight:bold; font-size: 15px; }
#nav li.over a,
#nav a:hover { color:#3b3b3b; background-image: url(../images/bg_menu_li.jpg); background-repeat: repeat-x; background-position: 0 -38px; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding:0px; /* background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%;*/ border-bottom: 1px dashed #999999; }
#nav ul li.over {}
#nav ul li.last { background:#ecf3f6; padding-bottom:0px; }

#nav ul a { float:none; padding:0px; background: #ecf3f6; text-decoration: none; }
#nav ul a:hover { float:none; padding:0px; background: #ecf3f6; text-decoration: underline;}
#nav ul li a { font-weight:normal !important; font-family:Trebuchet MS; font-size:12px; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }

/* 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:#ecf3f6; }
#nav ul li a:hover { }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px; color: #3a4f5d;}

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





/*******Vertical Nav *******************************************************************************/
#nav_vertical { padding:0px; font-size:1em; z-index:999; width:100%; margin-bottom: 15px;}

.titre_menu { margin:0px; margin-bottom: 3px; border-bottom:1px dotted #6a6969; /*background:url(../images/base_mini_head_bg.gif) repeat-x #fff;*/ padding: 0px;}
.titre_menu h4 { min-height:16px; color:#3a5862; background-repeat:no-repeat; background-position:0 0; padding: 0px; text-transform:uppercase; margin: 0px;}

/************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
#nav_vertical li {
width:100%;
list-style:none;
position:relative;
text-align:left;
}
#nav_vertical li.over { z-index:999; }
#nav_vertical li.active { z-index:999; } /* to prevent the li separator from showing through on mouseover on li */
#nav_vertical a { line-height:1.3em; }
#nav_vertical a, #nav_vertical a:hover { display:block; text-decoration:none; }
#nav_vertical span { display:block; cursor:pointer; }

/************ 1ST LEVEL ***************/
#nav_vertical li {
	background-image: url(../images/bg_menu_vertical.jpg);
	background-repeat: repeat-x;
	height:27px;
	margin-right:1px;
	margin-bottom: 5px;
}

#nav_vertical li.active a { color:#FF8500; }
#nav_vertical a {
float:left;
padding:0px;
color:#3a4f5d;
font-weight:bold;
font-family:Trebuchet MS;
font-size:12px;
padding-top: 8px;
padding-left: 10px;
}
#nav_vertical li.over a, #nav_vertical a:hover { color: #FF8500; }

/************ 1ST LEVEL RESET ************/
#nav_vertical ul li, #nav_vertical ul li.active {

float:none;
height:auto;
background:none;
margin:0px;
}
#nav_vertical ul a, #nav_vertical ul a:hover {
float:none;
padding:0px;
background:none;
color: #3a4f5d;
}
#nav_vertical ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ***********/
#nav_vertical ul {
position: absolute;
width:15em;
margin-left:125px;
top:5px;
left:-10000px;
border:1px solid #999999;
}

/* Show menu */
#nav_vertical li.over ul { left:0; }
#nav_vertical li.over ul ul { left:-10000px; }
#nav_vertical li.over ul li.over ul { left:100px; }

#nav_vertical ul li { border-bottom: 1px dashed #999999; }
#nav_vertical ul li a { color: #3a4f5d; background:#ecf3f6; }
#nav_vertical ul li a:hover { background:#ecf3f6; text-decoration: underline; }
#nav_vertical ul li a span { /*background:url(../images/nav_divider.gif) repeat-x 0 100%;*/ }
#nav_vertical ul li a, #nav_vertical ul li a:hover { color:#3a4f5d !important; }
#nav_vertical ul span, #nav_vertical ul li.last li span { padding:3px 15px 4px 15px;}
#nav_vertical ul li.last span { background:none; }

/************ 3RD+ LEVEL ************/

#nav_vertical ul ul { top:5px;}
#nav_vertical ul ul ul { left:-10000px;}
#nav_vertical li.over ul li.over ul ul { left:-10000px;}
#nav_vertical li.over ul li.over ul li.over ul { left:100px; }

/* Fix for the IE bug */

#nav_vertical iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
} 