@charset "UTF-8";
/* CSS Document */

#menu ul {
  margin-left: 10px;
  padding: 0;
  list-style-type: none;
  font: 12px/1.6 Arial, Helvetica, Verdana, sans-serif;
}

#menu li {
	padding-top:10px;
	
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

#menu a {
  display: block;
  width: 136px;
  height: 25px;
  line-height: 25px;
  color: #666;
  text-decoration: none;
  text-indent:4px;
  border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
}

#menu a:hover {
  background:#F9EFDC;
}

#menu .selected a {
	background:#F9EFDC ;
}

#menu first a {
  height: 25px;
  line-height: 25px;
}
