/* menu.css */

#Menu {
  height: 40px;
  background: #8d8d8f url(/images/menu/menu-header.gif) no-repeat 14px;
}
#Menu ul {
  width: 100%;
  list-style-type: none;
  margin-left: 20px;
}
#Menu ul li {
  float: left;
  padding-top: 10px;
}
#Menu ul li.separate {
  color: white;
  padding-top: 12px;
}
#Menu a {

  margin: 5px;
  padding: 0 10px;
  color: white;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#Menu a:hover {
  background: gray; 
}
#Menu .selected {
  background: #CCCCCC;
  color: #4D4D4D;
  height: 20px;
}
#Menu .selected:hover {
  color: white; 
}