/* menu.css */

#Menu {
  height: 41px;
  width: 938px;
  margin: 1px 0 0 4px;
  background: transparent url(/images/menu/background-menu.gif) repeat-x;
}
#Menu ul {
  width: 100%;
  list-style-type: none;
}
#Menu ul li {
  float: left;
}
#Menu ul .separator {
  height: 33px;
  background: transparent url(/images/menu/separator.gif) no-repeat;
}
#Menu a{
  display: block;
  padding: 0 10px 0 10px;
  color: white;
  font-weight: bold;
  line-height: 33px;
  text-decoration: none;
  text-transform: uppercase;
}
#Menu .house {
  width: 39px;
  background: transparent url(/images/menu/house.gif) no-repeat 17px 5px;
}
#Menu a:hover,
#Menu a:active, 
#Menu .selected {
  color: #FF0000 !important;
  background: transparent url(/images/menu/menu-hover.gif) repeat-x; 
}
#Menu .house:hover,
#Menu .selected.house {
  width: 39px;
  background: transparent url(/images/menu/house-hover.gif) no-repeat center; 
}