/* CSS Document */


body {
 /* font-family: "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; */
 font-family:   Verdana, Arial, sans-serif;
  font-size: 1.0em;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

a {
  display: block;
  width: 300px;
  height: 39px;
  line-height: 39px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(../images/pixy-rollover5c.gif) no-repeat left bottom;
  text-indent: 70px;
  /*text-transform: uppercase; */
}

a:hover, .selected a {
  background-color: #369;
  background-position: right bottom;
  color:#87476C
}

.first a {
  height: 40px;
  line-height: 40px;
}

