body
{
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #C8A47D;
}

#mainMenu {
  background-color: #C8A47D;
  border: 1px solid #C8A47D;
  color: #000;
  width: 180px;
}

#menuList {
  margin: 0px;
  padding: 10px 0px 10px 5px;
}

li.menubar {
  font-size: 14px;
  line-height: 1.4em;
  list-style: none outside;
  font-weight: bold;
  border-bottom: 1px solid black;
}




li.menubar  a {
  color:black;
  text-decoration:none;
}

li.menubar  a:hover
{
	text-decoration: underline;
	color: #800040;
}



