.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:13px;
}

.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 1.8em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 150px;
}

.menulist ul ul {
 top: 0px;
 left: 150px;
}

.menulist li {
 float: left;
 position: relative;
 margin-right: -1px;
}

.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration:  none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #788770;
 background-color: #E9EAE2;

}
.menulist  a.highlighted {
 color: #788770;
 background-color: #E9EAE2;
 font-weight:bold;
}

.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}

.menulist a {
 float: none;
}

* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
