/* CSS Document */


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

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

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

a {
  
  width: 300px;
  height: 2em;
  padding: 0.4em;
  /*line-height: 39px;*/
  color: #000;
  text-decoration: none;
  background:#EcEcEc;
 
  text-indent: 10px;
  /*text-transform: uppercase; */
}

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

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