body {
background-color: #cccc99;
margin: 0;
padding: 0;
}

ul#menu {
width: 100px;
list-style-type: none;
background: 999966;
font-weight: bold;
margin: 0;
padding: 0;
}

ul#menu ol {
display: none;
text-align: left;
list-style-type: none;
margin: 0;
padding: 0;
}

ul#menu li, 

ul#menu a {
font-family: verdana, sans-serif;
font-size: 9px;
line-height: 19px;
color: #000;
}

ul#menu li {
text-indent: 4px;
border-bottom: solid 1px #cccc99;
line-height: 15px;
background: #999966;
}

ul#menu ol li {
text-indent: 4px;
border-bottom: solid 1px #cccc99;
background: #fff;
font-weight: normal;
}


ul#menu a {
text-decoration: none;
outline: none;
}

ul#menu a:hover {
color: #000;
}

ul#menu a.active {
color: #000;
font-weight: bold;
background: #fff;
display: block;
border-bottom: solid 1px #cccc99;
}