 /* menu level where N is the number of the depth starting at 0 */
#LM_level_1 {
  padding: 0px;
  margin: 0px auto;
  list-style-type:none;
}
#LM_youAreHere { /* menu item of current location */
}

/* expanded menu item with children */
/* menu item with childen, but not expanded */
/* menu item with children */
li.LM_expanded , li.LM_collapsed, li.LM_endPage {
  width: 175px;
  margin: 5px 0px;
  padding: 4px 0px;
  background-color:#E0BA5D;
  border-style: double;
  border-color: #666666;
  border-width: 3px;
  font-family: Times, serif;
  font-size:14px;
  font-variant:small-caps;
}

/* menu item description */
.LM_description {
}
