

#HorizontalSlidingMenu ul li  {
display: block;
float: left;
width: 100px;
height: 30px;
align: center;
margin-top: 0px;
text-align: center;

//HIER DE PROPS VAN INDIVIDUELE BUTTONS

}

ul li.Background {
  background: #000;
  background-image:url(../bodybg2.png);
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
}
* html ul li.Background {
  z-index: -10;
    display: block;

}
*:first-child+html li.Background {
  z-index: -10;
    display: block;

}






#HorizontalSlidingMenu ul li a  {
display: block;
float: left;
width: 100px;
height: 100px;
allign: center;
margin-top: 45px;
font-weight: bold;
color: white;
outline: none;

color: white;
font-weight: bold;
font-size: 16px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
text-decoration: none;
//HIER DE PROPS VAN INDIVIDUELE BUTTONS

}

