ul.level1, ul.level2 {
list-style-type: none;
margin: 0px;
padding: 0px;
width: 120px;
}

ul.level1 li, ul.level2 li {
padding: 1px;
font-size: 0.8em;
background-color: white;
border-top: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
border-bottom: 0px solid #eeeeee;
border-left: 1px solid #eeeeee;
}

ul.level1 li.first {
border: 0px;
background-color: #F58E00;
color: white;
font-size: 0.9em;
font-weight: bold;
margin: 0px;
padding: 1px;
}

ul.level1 li a {
color: #444444;
text-decoration: none;
}

ul.level1 li a:hover {
color: #F58E00;
text-decoration: underline;
}

a.level2-cur {
font-weight: bold;
}

ul.level2 li.last {
border-bottom: 1px solid #eeeeee;
}
