* {
margin:0px;
padding:0px;
}

#Nav {
width:942px;
height:59px;
}
#navigation {
width:942px;
}
#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/1.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:160px;
}
#button1 a:hover {
  background-image:url(../images/buttons/1.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:160px;
}
#button2 a {
  background-image:url(../images/buttons/2.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:155px;
}
#button2 a:hover {
  background-image:url(../images/buttons/2.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:155px;
}
#button3 a {
/* Layout */
  background-image:url(../images/buttons/3.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:155px;
}
#button3 a:hover {
  background-image:url(../images/buttons/3.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:155px;
}
#button4 a {
/* Layout */
  background-image:url(../images/buttons/4.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:155px;
}
#button4 a:hover {
  background-image:url(../images/buttons/4.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:155px;
}
#button5 a {
/* Layout */
  background-image:url(../images/buttons/5.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:154px;
}
#button5 a:hover {
  background-image:url(../images/buttons/5.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:154px;
}
#button6 a {
/* Layout */
  background-image:url(../images/buttons/6.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:163px;
}
#button6 a:hover {
  background-image:url(../images/buttons/6.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  width:163px;
}

/*NAV BOXES*/
#button1 {
float:left;
}
#button2 {
float:left;
}
#button3 {
float:left;
}
#button4 {
float:left;
}
#button5 {
float:left;
}
#button6 {
float:left;
}

