#menu .HiLite { background-color: #FF6531!important; color: white!important; }

#Menu ul.Tabs {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

#Menu ul.Tabs li.Tab {
  float: left;
  position: relative;
  border: 2px outset white;
  color: white;
  background-color: #6666FF;
  font-weight: bold;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  cursor: default;
  text-align: center;
}

#Menu ul.Tabs li.Tab a:link,
#Menu ul.Tabs li.Tab a:visited {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

#Menu ul.Tabs li.Tab a:hover,
#Menu ul.Tabs li.Tab a:visited:hover {
  text-decoration: underline;
  font-weight: bold;
  color: white;
  background-color: #6666FF;
  cursor: pointer;
}

#Menu ul.Tabs li.Tab ul.DropDown {
  left: 0;
  top: 0;
  z-Index: 300;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  position: absolute;
  display: none;
  margin-top: 0px;
  color: white;
  background-color: #6666FF;
  font-weight: normal;
}

#Menu ul.Tabs li.Tab ul.DropDown li {
  padding: 5px;
  text-align: left;
  color: white;
  background-color: #6666FF;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  white-space: nowrap;
  font-size: 12px;
}

#Menu ul.Tabs li.Tab ul.DropDown li a:link,
#Menu ul.Tabs li.Tab ul.DropDown li a:visited {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

#Menu ul.Tabs li.Tab ul.DropDown li a:hover,
#Menu ul.Tabs li.Tab ul.DropDown li a:visited:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #FF6531;
  cursor: pointer;
}


/* Patch for IE6/5.x-Select-Ignore-zIndex-Problem */
#Menu iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

br.None {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
