
#menu li
{
  padding : 0;
  float : left;
  list-style-type: none;
}

#menu li a.button1
{
  background: none;
  display: block;
  width: 100px;
  height: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: black;
}


#menu li a.button2
{
  background: none;
  display: block;
  width: 100px;
  height: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: black;
}


#menu li a.button3
{
  background: none;
  display: block;
  width: 100px;
  height: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: black;
}


#menu li a.button4
{
  background: none;
  display: block;
  width: 100px;
  height: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: black;
}


#menu li.select a.button1
{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(255,255,51);
}


#menu li.select a.button2

{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(255,51,102);
}


#menu li.select a.button3
{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(153,255,0);
}


#menu li.select a.button4
{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(255,204,51);
}


#menu li a.button1:hover
{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(85,85,85);
}


#menu li a.button2:hover
{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(85,85,85);
}


#menu li a.button3:hover
{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(85,85,85);
}

#menu li a.button4:hover
{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(85,85,85);
}


#menu li.select a.button1:hover
{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(85,85,85);
}


#menu li.select a.button2:hover
{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(85,85,85);
}


#menu li.select a.button3:hover
{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(85,85,85);
}

#menu li.select a.button4:hover
{
  background: none;
  width: 100px;
  height: 25px;
  color: rgb(85,85,85);
}

