.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 21px;
 left: 0px;
 width: 150px;
}
.menulist ul ul {
 top: 0px;
 left: 150px;
}
.menulist li {
 float:left;
 position: relative;
 background: #0092CF;
 border: 1px solid #330;
 margin-right: -1px;
 width: 125px;
}
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 width: 150px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}
.menulist a {
 display: block;
 padding: 3px;
 color: #FFF;
 text-decoration:  none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:bold;
 font-size:10px;
 font-stretch:ultra-condensed;
 text-align:center;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #E39D0A;
}
.menulist  a.highlighted {
 color: #FFF;
 background-color: #C86;
}
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}
.menulist a.subm {
 display: block;
 padding: 3px;
 color: #FFF;
 text-decoration:  none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:bold;
 font-size:10px;
 text-align:left;
}
.subm a:hover, .subm a.highlighted:hover, .subm a:focus {
 color: #FFF;
 background-color: #E39D0A;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.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%;
}
