.menu {
  border: solid 1px #BFBFBF;
  padding:10px 10px 15px 10px;
  background-color:#ffffff;
}

.menuItem {
  padding:1px 4px 1px 4px;
  border-bottom:solid 1px #dddddd;
}

a.bandpage:hover {
  color:#00C000;
}

.menuItem a:hover {
  background-color:#f1f1f1;
  width=100%;
  height=100%;
}

.menuItem a {
  color:#666666;
  text-decoration:none;
}

#demo {
  border: solid 1px #BFBFBF;
  background-color:#ffffff;
  cursor:pointer;
  padding:5px 6px 5px 6px;
  margin: 5px 0;
  width: 240px;
}

#demo span {
  padding:3px 20px 0px 20px;
  cursor:pointer;
}

#demo span:hover {
  text-decoration:underline;
}



  A:link    { text-decoration: none;
	font-family: arial;
	font-size: 11 px;
              font-style: normal }
  A:active  { text-decoration: none;
	font-family: arial;
	font-size: 11 px;
              font-weight: normal }
  A:visited { text-decoration: none;
	font-family: arial;
	font-size: 11 px;
              font-style: normal }
