#navbar
{
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
  border: 1px solid #ffffff;
}

#rates
{
  height: 55px;
  width: 185px;
}

#rates a
{
  display:block;
  height: 55px;
  width: 185px;
  background-image: url("../images/room_rates.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
}

#rates a span
{
  display: none;
}

#rates a:hover
{
  background-position: 0 -55px;
}

#packages
{
  background-color: #ffffff;
}

#packages h3
{
  font-size: 1em;
  background-color: #000000;
  color: #ffff00;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#packages ul
{
  padding: 0;
  margin: 0;
}

#packages ul li
{
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #b3c0d0;
  list-style-type: none;
  background-image: url(../images/arrow_list_light.gif);
  background-repeat: no-repeat;
  background-position: 5% 50%;
}

#packages ul li a
{
  display: block;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: .8em;
  padding: 5px 30px;
}

#packages ul li a:hover
{
  background-color: #ffff00;
  background-image: url(../images/arrow_list_light.gif);
  background-repeat: no-repeat;
  background-position: 5% 50%;
}