#header ul, li { /* using a list for menu */
list-style-type: none;	/* clean up of the liste */
margin:0;
padding:0;
}

#header ul {
position: relative; /* positionning for IE5 et IE5.5 */

background: transparent url(../images/menu_overall3.gif) top left no-repeat; /* general background for the menu */
height: 86px;
width: 765px;
text-align: center;
}

#header li {
display: inline; /* correction for IE5 et IE5.5 */
float: left; /* sets the navigation to horizontal */
}

#header li a { /* buttons dimensions and definition */
display: block;  /* block for <a> to give it its dimensions */
height: 86px;
width: 93px;
line-height: 40px;  /* height of line to avoind paddings */
color: #E2C6BA;
font-size: 14px;
font-family: georgia, serif;
text-decoration: none;
}

#header li a:hover {
color: #43271B;
background: transparent url(../images/menu_overall3.gif) top left no-repeat;
}

#header a#menu6{
width: 298px;
}
#header a#menu1:hover {
background-position: 0% -86px; /* move of background for each button */
}

#header a#menu2:hover {
background-position: -93px -86px;
}

#header a#menu3:hover {
background-position: -186px -86px;
}

#header a#menu4:hover {
background-position: -279px -86px;
}

#header a#menu5:hover {
background-position: -372px -86px;
}

#header a#menu6:hover {
background-position: -465px -86px;
width:298px;
}

#mainpic{
background-image: url(../images/mainpic2.jpg);
background-repeat:no-repeat;
border:1px solid #dbdbdb; padding: 2px; background-color:#FFFFFF;display:block;
width:460px;
height:222px;
background-position:center;
}




















