.menulist2, .menulist2  ul {
 margin: 0;
 padding: 0;
  list-style: none;
}

.menulist2 ul {
 visibility: hidden;
 position: absolute;
 top: 1.8em;
 left: 0px;
 width: 150px;
}


.menulist2 ul ul {
 top: 0px;
 left: 100px;
}


.menulist2 li {
 float: left;
 position: relative;
 background: #E5E5E5;
 border: 0px;
 width: 150px;
 margin-right: -1px;
}

.menulist2 ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist2 ul>li:last-child {
 margin-bottom: 1px;
}

.menulist2 a {
 display: block;
 padding: 3px;
 text-decoration:  none;
}

.menulist2 a:hover, .menulist2 a.highlighted:hover, .menulist2 a:focus {
 background-color: #FFFFFF;
}
.menulist2  a.highlighted {
 background-color: #FFFFFF;
}

.menulist2 a .subind {
 display:  none;
}
.menulist2 ul a .subind {
 display:  block;
 float: right;
}

.menulist2 a {
 float: left;
}
.menulist2 ul a {
 float: none;
}
/* \*/
.menulist2 a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist2  ul li {
 float: left;
 height: 1%;
}
* html .menulist2  ul a {
 height: 1%;
}
/* End Hack */
