.menu {
 border: solid 1px #BFBFBF;
 padding:5px 2px 5px 2px;
 background-color:white;
width:120px;
 
}

.menuItem {
 padding:4px 2px 4px 2px;
 border-bottom:solid 1px #dddddd;
width:120px;
font-family: "Trebuchet MS";
font-size:13px;

 
}

.menuItem:hover {
 background-color:#f1f1f1;
width:120px;
}

.menuItem a {
 color:#ccccc;
 text-decoration:none;
width:90px;
}

#demo {
 background-color:#eeeeee;
 cursor:pointer;
 padding:2px 2px 2px 1px;
 margin: 0;
 width: 880px;
 
}

#demo span {

 padding:3px 2px 0px 5px;
 font-family: "Trebuchet MS";
 font-size:12px;
 cursor:pointer;
 text-decoration:none;
}

#demo span a {
 text-decoration:none;
 font-family: "Trebuchet MS";
 color:#8c0000;
text-decoration:none;
}

#demo span:hover {
 text-decoration:none;
 font-family: "Trebuchet MS";
 color:#8c0000;
}

