/*
**  Instructions to set caching headers. Inside comments area to play nicer with CSS editors.
** ** 
**/

#menuList { 
  margin-left: 1em!important;
 }

#menuList ul { 
  margin: 0px;
  padding: 0px;
  margin-left: 1ex;
 }
#menuList li { 
  margin: 0px;
  padding-bottom: 0px!important;
/*  padding: 0px!important;*/
 }
#menuList li a { 
  margin-left: 0px!important;
 }
#menuList a.current { 
 font-size: 100%;
 margin-top: .20em;
 font-weight: bold;
 }
#menuList a.expanded { 
font-size: 120%;
font-weight: bold;
margin-top: .20em;
 }

