.empty
{
  ;
}

div.horizontalMenu
{
  border-top: 1px solid #D6D6D6;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  border-bottom: 6px solid #CC0000;
  background: #ffffff;
  height: 22px;
  line-height:22px;
  padding-left: 10px;
}

div.menuItem
{
  float: left;
  position: relative;
  cursor: pointer;
}

div.subMenu
{
  position: absolute;
  left: 0px;
  top: 22px;
  border-top: 6px solid #CC0000;
  background: #D6D6D6;
  display: none;
  cursor: default;
}

div.menuSeparator
{
  background-position: 0px 0px;
  background-repeat: repeat-y;
  float: left;
  width: 2px;
  height: 10px;
  margin: 6px 5px; 6px; 5px;
  font-size: 1px;
}

.menuEntry
{
  white-space: nowrap;
  text-decoration: none;
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}

.menuEntry a
{
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 0px 8px; 0px; 8px;
}

.menuEntry a:hover
{
  background-color: #CC0000;
  display: block;
  text-decoration: underline;
  color: #ffffff;
  padding: 0px 8px; 0px; 8px;
}
