.menu {
	width:980px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display:block;
	height: 46px;
	z-index: 100;
	position: relative;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu li {
	float:left;
	/*width:140px;*/
	position:relative;
	background-image: url(../images/interface/menu/barre.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:120px;
}
.menu a, .menu a:visited {
	display:block;
	font-size:20px;
	color: #FEFDFD;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	/*width: 140px;*/
	padding-top: 13px;
	padding-bottom: 13px;
	display: block;
	font-weight: normal;
	line-height: 20px;
	width: 120px;	
}
/* IE5.5  */
* html .menu a, * html .menu a:visited {
	/*width:140px;*/
	width: 120px;
}
.menu ul ul {
	visibility:hidden;
	position:absolute;
	left:0;
	/*width:140px;*/
	width: 120px;
}

* html .menu ul ul {
	top:46px;

}
.menu ul ul a, .menu ul ul a:visited {
	color:#78A0A0;
	width:140px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 20px;
	padding: 5px 0 4px 0;
	margin: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #f0f5f5;
	line-height: 20px;
	width:auto;
}
* html .menu ul ul a{
	/*width:140px;*/
	width: 120px;
}
/* roll */
.menu a:hover {
	color:#5e7777;
	text-decoration: none;
	background-image: url(../images/interface/menu/roll.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu ul ul a:hover{
	color:#5e7777;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/interface/menu/roll-ul.gif);
	background-position: center center;
	background-position: left top;
	width:auto;
}
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
