#Menu {
	width : 798px;
	height : 46px;
	background : white url(../img/fondoMenu.jpg) top repeat-x;
	font-size: 10px;
}
#Menu ul {
	margin : 0;
	padding : 0;
	list-style : none;
	width : 100%;
	height : 20px;
	line-height : 20px;
	position : relative; 
	cursor: pointer;
}
#Menu ul li { 
	float : left; 
	padding: 1px 4px;
	border-right: 1px solid black;
}
#Menu ul li.bolaBandera { 
	float : right;
	border-right: 0;
}
#Menu ul li.bolaBandera a { 
	text-decoration : none;
 }
#Menu ul li span { 
	font-weight: bolder;
	color: White;
 }

#Menu ul li { background-repeat : no-repeat; }



#Menu ul li.english { background : url(../image/site/fr/menu/m_english.gif); width : 88px; }
#Menu ul li.francais { background : url(../image/site/fr/menu/m_francais.gif); width : 93px; }

#Menu ul li { background-position : left top; }
#Menu ul li ul { font-size:9px;}

#Menu ul li.actif { background-position : right top; }
#Menu ul li.actif ul { display : block; }

#Menu ul ul {
	display : none;
	width : 798px;
	position : absolute;
	top : 20px;
	left : 0;
	margin-right : 5px;
}

#Menu ul ul, #Menu ul ul li {
	height : 18px;
	line-height : 18px;
}
#Menu ul ul li {
	margin : 0 6px 0 5px;
	padding:2px 3px;
	border: 0;
}
#Menu ul ul#club li{
	margin : 0 4px 0 3px;
	padding:2px 0;
	font-size: 9px;
}
#Menu ul ul a {
	color : white;
	text-decoration : none;
}
#Menu ul ul a:hover {
color:#FFD700;
}

#Menu p.defaut {
	height : 18px;
	line-height : 18px;
	margin : 0 5px;
	color : #fff;
}
