#mainNav .item {
  clear: both;
  width: 174px;
  min-height: 20px;
  _height: 20px;
  margin: 0 0 2px 0;
  border: 1px solid #d1d2d4;
  background: #ffffff;
}

#mainNav .item.selected {
  border-color: #bababa;
  background: #e0e3e4;
}

#mainNav .item a:hover, #mainNav .item a.selected {
  background: #e0e3e4;
  font-weight: bold;
}
