#left-bar {
float:left;
margin-top: 52px;
width: 168px;
text-align:left;
}

#left-bar #selected {
text-decoration:none;
border-bottom-style:solid;
border-width: 2px;
border-color:#99ccff;
}

/* Level 1 */
#left-bar ul {
margin-left: 0;
list-style-type:none;
padding-left: 0;
}

#left-bar ul li {
text-indent: 5px;
padding: 2px 0 2px 0;
margin: 2px 0 0 0;
font-weight:normal;
list-style-type:disc;
list-style-position:inside;
color:#ffffff;
}

#left-bar ul a {
color:#ffffff;
text-decoration:none;
}

#left-bar ul a:hover {
color:#99ccff;
}

/* Level 2 */
#left-bar ul li ul li {
margin: 1px 0 0 0;
text-indent: 12px;
font-weight:normal;
list-style-type:none;
}