/* menu.css */

#Menu {
  height: 30px;
  background: transparent url(/images/content/background.gif);
  border: 1px solid black;
  border-bottom: none;
}
#Menu ul {
  width: 100%;
  list-style-type: none;
  position: absolute;
  margin-top: -24px;
  display: block;
  background: black url(/images/menu/background-menu.gif) repeat-x;
  width: 755px;
  margin-left: 190px;
  border-left: 1px solid white;
}
#Menu ul li {
  float: left;
  border: 1px solid white;
  border-left: none;
}
#Menu a {
  display: block;
  margin-right: 1px;
  padding: 0 14px;
  color: white;
  font-weight: bold;
  line-height: 45px;
  text-decoration: none;
  text-transform: uppercase;
}
#Menu a:hover,
#Menu .selected {
  background: #AAB2B4 url(/images/menu/background-menu-hover.gif) repeat-x;
  color: #E1001A;
  border: 1px solid black;
  line-height: 43px;
  padding: 0 13px;
}

#Menu .selected:hover {
  color: #112027; 
}

#Menu .important {
  background: transparent url(/images/content/category-arrow.gif) no-repeat 4px 17px;
  padding: 20px;
  position: absolute;
}