/*   MENU   */
/*----------------------------------------------*/
#espMenu {
	width:100%;
	height:32px;
	background:url('/Images/Commun/bg-espmenu.jpg') repeat-x top left;
}

#menu {
	margin:0 auto;
	width:1004px;
	height:32px;
}

#menu UL {
	margin:0 !important;
	padding:0 !important;
	list-style:none;
	list-style-image:none;
	list-style-position : outside;
}

#menu UL LI {
	position: relative;
	float:left;
	margin:0 !important;
	padding:0 !important;
}

#menu UL LI A {
	float:left;
	height:32px;
	display:block;
	text-decoration:none;
}

#menu STRONG {
	visibility:hidden;
	font-size:6px;
}

#menu1, #menu1 .menu {	width:83px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat 0px 0px;}
#menu2, #menu2 .menu {	width:144px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -83px 0px;}
#menu3, #menu3 .menu {	width:185px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -227px 0px;}
#menu4, #menu4 .menu {	width:193px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -412px 0px;}
#menu5, #menu5 .menu {	width:163px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -605px 0px;}
#menu6, #menu6 .menu {	width:113px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -768px 0px;}
#menu7, #menu7 .menu {	width:123px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -881px 0px;}

#menu1 .menu:hover, #menu1 .active {	width:83px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat 0px -32px;}
#menu2 .menu:hover, #menu2 .active {	width:144px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -83px -32px;}
#menu3 .menu:hover, #menu3 .active {	width:185px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -227px -32px;}
#menu4 .menu:hover, #menu4 .active {	width:193px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -412px -32px;}
#menu5 .menu:hover, #menu5 .active {	width:163px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -605px -32px;}
#menu6 .menu:hover, #menu6 .active {	width:113px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -768px -32px;}
#menu7 .menu:hover, #menu7 .active {	width:123px; background:transparent url('/Images/Commun/bg-menu.jpg') no-repeat -881px -32px;}

#menu UL LI UL {
	position:absolute;
	margin-top:0px;
	display:none;
	padding-left:0px;
	background:none;
	top:32px;
	left:0;
	border-bottom:solid 1px #d2d2d2;
	border-left:solid 1px #d2d2d2;
	border-right:solid 1px #d2d2d2;
}

#menu UL LI:hover .ssMenu {
	display:block;
	z-index:10000000;
}

#menu UL LI UL LI A {
	background:#f2f2f2;
	display:block;
	color:#6a6666;
	padding:6px 13px 6px 13px;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #d2d2d2;
	width:170px !important;
	height:13px;
	text-decoration:none;
}

#menu UL LI UL LI A:hover, #menu UL LI UL LI A.active {
	color:#a4002e;
	padding:6px 13px 6px 27px;
	width:156px !important;
	height:13px;
	background:url('/images/Pictos/arrow.gif') no-repeat 0 6px #ffffff;
}
