ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
}

a.mainNav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  display: block;
  width: 170px;
  height: 25px;
  line-height: 25px;
  color: #232323;
  text-decoration: none;
  background-color: #b1b3b4;
  text-indent: 10px;
  border-bottom: #fff 1px dotted;
}

a.mainNav:hover {
  background-color: #ee7f01;
  color: #fff;
}

.clicked {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 10px;
  display: block;
  width: 170px;
  height: 25px;
  line-height: 25px;
  background-color: #ee7f01;
  color: #fff;
  border-bottom: #fff 1px dotted;
}

.disabled {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 10px;
  display: block;
  width: 170px;
  height: 25px;
  line-height: 25px;
  background-color: #b1b3b4;
  color: #232323;
  border-bottom: #fff 1px dotted;
}

.head {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-indent: 10px;
  display: block;
  width: 170px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  border-bottom: #fff 1px dotted;
  background-color: #ee7f01;
}

TD.navBG {
	background-color: #b1b3b4;
}
