* {
margin:0px;
padding:0px;
}

#Nav {
width:870px;
height:59px;
}
#navigation {
width:870px;
}
#navigation ul {
  overflow: hidden;
  text-align: center;
}
#navigation li {
  display: inline;
  text-align: center;
}
#navigation a {
display: block;
  float: left;
  height:59px;
  
  background-color: transparent;
  
}
#navigation p{
color:#A2D4EF;
  font-size:11px;
  letter-spacing:2px;
  padding-top:21px;
  
}

#button1 a {
  background-image:url(../images/buttons/nav/1.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:232px;
}
#button1 a:hover {
  background-image:url(../images/buttons/nav/1.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:232px;
}
#button2 a {
  background-image:url(../images/buttons/nav/2.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:200px;
}
#button2 a:hover {
  background-image:url(../images/buttons/nav/2.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:200px;
}
#button3 a {
/* Layout */
  background-image:url(../images/buttons/nav/3.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:216px;
}
#button3 a:hover {
  background-image:url(../images/buttons/nav/3.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:216px;
}
#button4 a {
/* Layout */
  background-image:url(../images/buttons/nav/4.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:222px;
}
#button4 a:hover {
  background-image:url(../images/buttons/nav/4.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:222px;
}

/*NAV BOXES*/
#button1 {
float:left;
}
#button2 {
float:left;
}
#button3 {
float:left;
}
#button4 {
float:left;
}
