/* modif ici */


#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	float:right;
	width:710px;
	position:relative;
	top:18px;
	z-index:100;
}
#menu dl {
float: left;
padding:0 7px;
position: relative;
border-left:2px solid white;
line-height:1em;
}


#menu dl.first{
border-left:0px solid white;
_margin-right:-20px;
}

#menu dl.last{
/*border-right:2px solid white;*/
}

#menu dt {
cursor: pointer;
text-align: center;
color:white;
text-transform:uppercase;
font-family:Verdana;
font-size:0.6em;
color:white;
font-weight:bold;
padding: 0 5px;
_padding: 0;
_width:15%;
}

*+html #menu dt{
padding: 0;
width:15%;
}

#menu dd {
display: none;
background-color: #F3F3F3;
position: absolute;
bottom:16px;
width:100%;
border-top:2px ridge black;
border-right:2px ridge #777;
border-left:2px ridge #777;
}

#menu li {
text-align: center;
}

#menu li a{
text-transform:uppercase;
font-family:Verdana;
font-size:0.6em;
color:white;
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
_padding:0px;
}

#menu li a, #menu dt a {
height: 100%;
color: #000;
text-decoration: none;
display: block;
border: 0 none;
}

#menu dt a {
color: #fff;
}
#menu li a:hover {
background: #ddd;
}

a {
text-decoration: none;
color: black;
color: #222;
}