#topNav{
  height: 12px;
  white-space: nowrap;
  position: absolute;
  z-index: 1000;
  width: auto;
  left: 415px;
  top: 30px;
  text-align: left;
}

#topNav ul{
  list-style-type: none;
  height: 12px;
}

#topNav li{
  float: left;
  z-index:auto !important /*Non-IE6*/;
  z-index: 1000/*IE6*/;
border-right: 1px solid #007542;
  white-space: nowrap;
  display: inline;
  position: relative;
}

#topNav ul li a{
  display: block;
  height: 12px;
  line-height: 12px;
  color: #007542;
  text-decoration: none;
  padding: 0 1.2em;
}

* html #topNav a {
  width: 1%;
}

#topNav .selected,#topNav a:hover{
  text-decoration: none;

}

#topNav li ul {
  margin-top: 2px;
  display: none;
  left: 5px;
  position: absolute;
  width: auto;
  height: auto;
  padding: 5px 0;
  z-index: 1000;
  background: #007542;
}

#topNav li li {
  width: auto;
  border: 0;
  margin-bottom: .5em;
}

#topNav li li a{
  white-space: nowrap;
  display: block;
  width: auto;
  height: 12px;
  margin-left: -1px;
  line-height: 2em;
/*  border: solid 1px #f1f1f1;
*/
  border-top: none;
  font-weight: normal;
  color: #f1f1f1;
  padding: 0 10px;
}

#topNav a:hover,#topNav a:focus,#topNav a:active, #topNav .sel a{
  color: #f1f1f1;
}

#topNav li li a:hover {
  color: #C3D041;
}
