dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#fondmenu {
	float:left;
	margin-top: 0px;
	left: 0;
	width: 240px;
	background-color: none;
	

			}

#menu {

	margin-top: 00px;
	right: 0;
	width: 240px; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma, ;
	font-weight: normal;
	font-size: 12pt;
	background-color: #F5F5F5;
		}

}

#menu dl {
	float: left;
	width: 240px;
}
#menu dt {
  float:left;
  background:url("IMG/left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
	width: 240px;
  white-space:normal;
  }


#menu dt span {
  float:left;
  background:url("IMG/right_both.gif") no-repeat right top;
	width: 240px;
  padding:8 5 5 0px;
  font-weight:bold;
  font-size:1,5em;
  color:#333;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header dt span {float:none;}
/* End IE5-Mac hack */


#menu dd {
	display: none;
	width: 240px;
}

#menu li {
	float:left;
	text-align: center;
	font-size: 15px;
	text-indent: 5px;
	background: #F5F5F5;
	width: 240px;
}

#menu li span {
  float:left;
  display:block;
	width: 240px;
  font-weight:normal;
  font-size:1,5em;
  color:#333;
  }


#menu li a, #menu dt a {
color: black;
text-decoration: none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #F1F2A7;
color: #191970;
}

#menu dt a:hover {
  background-position:0% -150px;
  }
#menu dt a:hover span {
  background-position:100% -150px;
  }