body
{
  cursor:            default;
  background-color:  #ffffff;
}
#menu
{
  padding-left:      50px;
  padding-right:     50px;
  background-color:  #ffffff;
}

.menuItem
{
  font-family:       Arial,Helvetica,sans-serif;
  font-size:         11px;
  font-weight:       700;
  color:             #000000;
  text-decoration:   none;
  padding-bottom:    5px;
}

.separator
{
  position:          relative;
  height:            5px;
  border-top:        dotted #d0d0d0 2px;
}


