#sublevel-nav {
	position: absolute;
	top: 90px; /* Set 1px less than menu width */
	display: none;
    width:150px;
    float:left;
    color:#ffffff;
 }
#sublevel-nav li{
	display: block;
    width:150px;
    border-bottom:1px solid #000000;

}
#sublevel-nav li a:hover{
    display: block;
	text-decoration: none;
	color: #99cc00;
    background:#545454;
    width:120px;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#mainlevel-nav li:hover ul, li.over ul {
   display: block;
   background:#454545;
}
