/* menu */

.TopMenu {
  margin: 0 10px;
  height: 33px;
  border: 1px solid black;
  background: darkblue url(/images/menu/background-menu.gif) repeat-x top;
}
.TopMenu ul {
  float: right;
}
.TopMenu ul li {
  font-weight: bold;
  list-style-type: none;
  font-size: 14px; 
  line-height: 33px;
  height: 33px;
  float: left;
  display: block;
  text-transform: uppercase;
}
.TopMenu ul li a {
  color: white;
  text-decoration: none;
  padding: 0 18px;
  height: 35px;
}
.TopMenu ul .separator {
  background: transparent url(/images/menu/separator.gif) repeat-x;
  width: 2px;
  display: block;
  height: 33px;
}
.TopMenu ul li a:hover,
.TopMenu ul li .selected {
  color: white;
  text-decoration: none;
  height: 33px;
  display: block;
  background: darkblue url(/images/menu/background-menu.gif) repeat-x bottom;
}

/* hack ie6 */

* html .TopMenu ul li a:hover {
  display: inline;
  padding: 10px 18px;
}
