
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}


.menulist ul {
 display: none;
 position: absolute;
 top: 1em; margin-top: 13px; 
 left: -1px;
 width: 100px;
}


.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}


.menulist li { font-size: 11px; font-weight: bold; float: left; display: block; position: relative; background: #d41111; border: solid 1px #330; margin-right: -1px; }


.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}


.menulist a { display: block; color: #fff; font-size: 11px; font-weight: bold; text-decoration: none; margin: 0; padding: 3px; }

.menulist a:hover { display: block; color: #d60404; font-size: 11px; font-weight: bold; background-color: #fff; text-decoration: none; padding: 3px; }

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a.highlighted:hover, .menulist a:focus { color: #b80808; font-size: 11px; background-color: #fff; }
.menulist a.highlighted { color: #ffebeb; font-size: 11px; font-weight: bold; background-color: #461e09; }


.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}

*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}