ul {
  height:18px;
  font-family: Times New Roman, serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
  height:18px;
  font-size: 14px;
  font-family: Times New Roman, serif;
  display: inline;
  float: none; 
  position: relative;
  }

li ul {
  height:18px;
  font-size: 14px;
  font-family: Times New Roman, serif;
  display: none;
  position: absolute;
  left: 0px;
  }


li a {
height:18px;
font-size: 14px;
font-family: Times New Roman, serif;
margin: 0 0px;
display: block;
text-align: left;
font-weight: bold;
text-decoration: none;
color: #009182;
background: #009182;
background-color: #009182;
}

li a:hover {
height:18px;
font-size: 14px;
font-family: Times New Roman, serif;
margin: 0 0px;
background-color: #80c9c0;
}

li > ul {
        top: auto;
        left: auto;
        }

li:hover ul, li.over ul{ display: block; }

