@charset "utf-8";

#menu a 
{
  display: block;
  width: auto;
  height: 15px;
  margin: 0;
  padding: 0 30px 0 15px;
  float: left;
  color: #ffffff;
  background: url('../pics/menu/menu_bg.jpg') top left no-repeat;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.4;
}

#menu a.actual, #menu a:hover
{
  display: block;
  width: auto;
  height: 15px;
  margin: 0;
  padding: 0 30px 0 15px;
  float: left;
  color: #ffffff;
  background: url('../pics/menu/menu_bg.jpg') bottom right no-repeat;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.4;
}