.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 100%;
 list-style: none;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
}

.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 144px;
}

.menulist li {
 position: relative;
 border: 1px solid #999999;
 background: #C8C8C8;
 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: #FFF;
 background-color: #A64;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #C86;
}

.menulist a .subind {
 float: right;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
