Source for csspos.css
ul#menus {
position: relative;
font-size: 0.8em;
}
ul#menus ul {
position: absolute;
left: 100%;
top: 0px;
}
ul#menus, ul#menus ul {
width: 10em;
list-style-type: none;
margin: 0;
padding: 0;
}
ul#menus li {
color: white;
background: #66f;
margin-bottom: 0.5em;
}
ul#menus li li {
background: #33f;
}
ul#menus li li li {
background: #00f;
}
ul#menus a {
display: block;
color: white;
padding: 0.1em 0.5em;
text-decoration: none;
}
ul#menus li.over {
background: #33f;
}
ul#menus li.over li.over {
background: #00f;
}