#menuplacement{
  position:relative;
  top: 10px;
  left:0px;
  width:150px;
  font: normal 12px "Tahoma", Georgia, Times, serif;
  }

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

/* MENU 1 */
.menuseparation {
margin-bottom: 5px;
}

.menu {
position: relative; /* menu1 position that can be changed at will */
top: 0px;
left: 0px;
z-index:100;
width: 150px; /* precision for Opera */
}
.menu dd {
border: 1px solid gray;
}
.menu dl {
float: left;
width: 150px;
}
.menu li {
text-align: center;
color: #000;
background-color: #74A2B1;
}
.menu li a.title{
color: #fff;
background-color: #2e66a3;
font-weight:bold;
text-decoration: none;
height: 18px;
border: 0 none;
}
.menu li a.title2{
color: #fff;
background-color: #2e66a3;
font-weight:bold;
text-decoration: none;
height: 32px;
border: 0 none;
}
.menu li a{
color: #fff;
background-color: #2e66a3;
text-decoration: none;
display: block;
height: 18px;
border: 0 none;
}
.menu li a:hover, .menu li a:focus {
color: #1b2a7d;
background-color: #fff;
}

/* *********** */

#validation {
position: absolute; /* Menu position that can be changed at will */
top: 400px;
left: 25px;
width: 150px; /* precision for Opera */
}
#validation2 {
position: absolute; /* Menu position that can be changed at will */
top: 840px;
left: 25px;
width: 150px; /* precision for Opera */
}
