

.button  {
border: none;
background: #fff;
cursor: pointer;
padding:0;
font-family:  "Georgia", serif;
font-size: 100%;
color: #008FCC;
font-weight: bold;
}

#menu .button  {
background: #f8f8f8;
}

#menu UL  LI .button {
background: #f8f8f8;
}


/*********  for the nested lists in the usage section ***************/
OL LI OL {list-style-type: lower-alpha; }

/****  for some white space between list items ********/
LI {padding-bottom: 0.25em; }

