/* menu.css */

#Menu {
  background: transparent url(/images/menu/background-menu.gif) repeat-x;
  height: 47px;
}
#Menu ul {
  width: 100%;
  list-style-type: none;
}
#Menu ul li {
  float: left;
}
#Menu a {
  display: block;
  margin-right: 1px;
  padding: 0 32px;
  color: #002481;
  font-size: 16px;
  line-height: 47px;
  text-decoration: none;
}
#Menu a:hover {
  background: white;
  text-decoration: underline; 
}
#Menu .selected {
  background: white;
  text-decoration: underline;  
}
#Menu .selected:hover {
  color: #002481;
  text-decoration: underline;  
}
#Menu .separator {
  display: block;
  height: 32px;
  width: 2px;
  margin: 10px 0;
  background: transparent url(/images/menu/separator.gif) no-repeat;
  position: absolute;
}