/* CSS Document */
ul, li { /* using a list for menu */
list-style-type: none;  /* cleaning up the list */
margin:0;
padding:0;
}

ul {
	position: absolute; /* positionning for IE5 et IE5.5 */
	left: 0px;
	top: 0px;
	background: transparent url(137fr2.JPG) top left no-repeat; /* general background for the menu */
	height: 530px;
	width: 190px;
	text-align: center;
	background-image: url(bilder/side.jpg);
}

li {
display: inline; /* correction for IE5 et IE5.5 */
}

li a { /* buttons dimensions and definition */
display: block;  /* block for <a> to give it its dimensions */
height: 40px;
width: 200px;
line-height: 40px;  /* height of line to avoind paddings */
color: #FFFFFF;
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

li a:hover {
color: #43271B;
}

a#menu1:hover {
background-position: 0% -270px; /* move of background for each button */
}

a#menu2:hover {
background-position: 0% -310px;
}

a#menu3:hover {
background-position: 0% -350px;
}

a#menu4:hover {
background-position: 0% -390px;
}

a#menu5:hover {
background-position: 0% -430px;
}

a#menu6:hover {
background-position: 0% -470px;
}

