bueno hice este menu no se si es lo que necesitas
Código CSS:
Ver originaldiv.contenedorlista ul {
display : table-row;
}
div.contenedorlista li {
background-color : #edbe05;
display : block;
height : 40px;
list-style-image : none;
list-style-type : none;
margin-bottom : 2px;
margin-left : 5px;
text-align : center;
color: white;
width : 150px;
}
div.contenedorlista li:hover {
background-color : #003;
}
div.contenedorlista li.current {
background-color : #FF5500;
}
div.contenedorlista {
background-color: #115599;
width: 160px;
margin-left: 0px;
}