#left{
   text-align:left;
}
#left ul{
   background: #E6E68A;
   border-radius:5px;
   margin: 10px;
   padding: 5px;
}
#left ul li{
   list-style-type:none;
   border-bottom:1px dotted;
   font-weight: bold;
}

#left a{
   display: block;
   padding: 3px;
}
#left ul li a:hover{
   background: #FFFF99;
}

#left ul ul{
   display:none;
   padding: 0;
   margin: 0;
   background: #B8B84A;
   border-radius: 0;
}
#left ul ul li{
   border-top: 1px dotted #FFF;
   border-bottom: none;
   font-weight: initial;
   list-style: disc;
   margin-left:25px;
}
