/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */
* {padding:0px;}

/*** ESSENTIAL STYLES ***/
#zone_menu{
	float:left;
	padding:0px;
	margin:0px;
	text-align:left;
	border-left:0px solid #EF271D;
	border-right:0px solid #EF271D;
	border-top:0px solid #EF271D;
	border-bottom:0px solid #EF271D;
	background-image: url(../pictos/degrade_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background:#fff;
	width:100%;
	line-height:14px;
	height:20px;
	}
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav ul {	line-height:14px;	position:absolute;	top:-999em;}
.nav ul li,.nav a {	line-height:20px;text-align:left;float:left;width:9.5em;}
.nav li {	
	line-height:14px;
	border-right:1px solid #ccc;
	padding-right:15px;
	padding-left:15px;
	float:left;
	position:relative;
	z-index:99;font-weight:bold;
}
.nav li:hover ul, ul.nav li.sfHover ul {	
	line-height:14px;
	color:#EF271D;
	left:-1px;
	top:22px;
	padding-top:1px;
}
.nav li:hover li ul,.nav li.sfHover li ul {	
	line-height:14px;
	color:#EF271D;
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {	
	line-height:14px;
	left:1em;
	top:0px;
	color:#EF271D;
}
.superfish li:hover ul, .superfish li li:hover ul {	
	line-height:14px;
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {	float:left;	margin-bottom:1.5em;}
.nav li ul{	
	line-height:14px;
	background-color:#fff;
	border-left:1px solid #EF271D;
	border-right:1px solid #EF271D;
	border-top:1px solid #EF271D;
	border-bottom:1px solid #EF271D;
	display:block;
	width:12em;
	float:left;
	clear:right;
}
.nav li li {
	line-height:14px;
	display:block;
	background:#fff;
	float:left;
	clear:both;
	border-right:0px none #ccc;
	padding-right:5px;
	padding-left:5px;font-weight:normal;font-size:0.9em;
}
.nav a {	
	line-height:14px;
	color: #000;
	padding:3px;
	text-decoration:none;
	/*	text-indent: 2em;*/
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	text-decoration:none;	
	line-height:14px;	
	color:#EF271D;
}
.nav li li a:focus, li li .nav a:hover, li li .nav a:active {	line-height:14px;
	text-decoration:none;
	color:#EF271D;
	background:#fff;
}

.nav li li { line-height:14px;	background:#fff;}
.nav li li li {	line-height:14px;	background:#fff;}
