.menu
{
  left: 0px;
  width: 874px;
  height: 40px;
  position: relative;
  margin: 0px;
  background: black;
  color:black;
}

.menu_p
{
  cursor: pointer;
  position: relative;
  float: left;
  height: 40px;
  width: 144px;
  background: white;
  background-image: url('../images/menu/button_main.png');
  font-family: helvetica;
  font-size: 10px;
  text-align: center;
  color: black;
  line-height: 40px;
  vertical-align: middle;
}

.menu_p_selected
{
  cursor: pointer;
  float: left;
  color: white;
  position: relative;
  width: 144px;
  height: 40px;
  background-image: url('../images/menu/button_main_selected.png');
  font-family: helvetica;
  font-size: 10px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.menu_p:hover
{
  cursor: pointer;
  float: left;
  color: white;
  position: relative;
  width: 144px;
  height: 40px;
  background-image: url('../images/menu/button_main_selected.png');
  font-family: helvetica;
  font-size: 10px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.menu_s
{
  cursor: pointer;
  position: absolute;
  width: 144px;
  height: 21px;
  color: white;
  background-image: url('../images/menu/button_item.png');
  text-align: left;
  font-family: helvetica;
  font-size: 10px;
  line-height: 20px;
  vertical-align: middle;
  overflow: hidden;
}


a
{
 text-decoration: none;
}

