.menulist, .menulist  ul {
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size: 9px;
 margin: 0;
 padding: 0;
 list-style: none;
 z-index:3;
 float:left;
 cursor:pointer;
}

.menulist ul {
 display: none;
 position: absolute;
 left: -1px;
 width: 150;
 font-weight:bold;
 border: 1px solid #cccccc;
 
}

.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 150;
 border: 1px solid #cccccc;
 z-index:3;
}

.menulist li {
 float: left;
 display: block;
 position: relative;
 margin-right: 0px;
 font-weight:bold;
}

.submenu ul li {
 background: #ffffff;
}

.menulist ul li {
 float: none;
 margin: 0;
 padding: 5;
 margin-bottom: 0px;
}

.menulist ul>li:last-child {
 margin-bottom: 0px;
}

.menulist a {
 display: block;
 color: #999999;
 text-decoration: none;
 font-weight:bold;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
  color: #666666;
}
.menulist a.highlighted {
 color: #969698;
}

.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;
}

*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}

* html .menulist ul a {
 height: 1%;
}

