/* menu.css */

#Menu {
  height: 26px;
  width: 950px;
  background: transparent url(/images/main-background.gif) repeat-y top left;
}
#Menu ul {
  width: 100%;
  list-style-type: none;
  margin-left: 4px;
}
#Menu ul li {
  float: left;
  background: transparent url(/images/menu/menu-background.gif) repeat-x top;
  border-right: 1px solid #808080;
  border-left: 1px solid #808080;
  margin: 0 2px 0 1px;
  padding: 0 1px;
}
#Menu a {
  display: block;
  padding: 0 4px 0 3px;
  color: #231F20;
  line-height: 26px;
  text-decoration: none;
}
#Menu a:hover {
  color: #ED1C24;
}
#Menu .selected {
  color: #ED1C24; 
}
#Menu .selected:hover {
  color: #ED1C24;
}