#menu {
  width:135px; /* text width + bullet point width */
  padding:7px; /* painted border around menu */  
  background:#efe8ef;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:small;
  }
  
#menu a {
  display:block; 
  width:128px;
  color:#007; 
  text-indent: 3px; /* distance from bullet point */
  background-color:#Ece0Ec; 
  text-decoration:none;
  margin: 3px 0; 
  border-left: 7px solid #9ba; /* bullet point */
  border-right:none;
  border-top:none;
  border-bottom:none;
  }

#menu a:hover {
  color:#11C; 
  border-left: 7px solid #22f; /* bullet point */
  }

.disabled {
  display:block; 
  width:128px;
  color:#CCCCCC; 
  text-indent: 3px; /* distance from bullet point */
  background-color:#Ece0Ec; 
  text-decoration:none;
  margin: 3px 0; 
  border-left: 7px solid #9ab; /* bullet point */
  }

.box {
  position:relative;
  }

.menubackground{
	background-repeat:repeat;
	background-color:#EFE8EF;
}

