
.menulist, .menulist ul {
 margin: 0;
 padding: 0px;
 width: 140px;
 top: 12px;
 background: #000000 left repeat-y;
 border-bottom:1px; border-left:1px; border-right:1px; border-top:0px; border-color:#999999; border-style:solid;
}

.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 90px;
}


.menulist li {
 position: relative;
}


.menulist li a {
 display: block;
 padding: 3px 4px 3px 10px;
 color: #000;
 text-decoration: none;
 border: 0px solid transparent;
 margin: 0;

}

* html .menulist li a {
 border-width: 0;
 margin: 1px;
}


.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color:#ffffff;
 background-color:#000000;
 border: 0px solid #000000;
 margin: 0;
}
.menulist a.highlighted {
 color:#000000;
 background-color:#000000;
 border: 0px solid #CDE;
 margin: 0;
}



.menulist a .subind {
 float: right;
}


*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
