.rollover {
   position: absolute;
   top: 95px;
   width: 135px;
   z-index: 1;
   left: 0px;
}
.menu {
   background-color: #CCCCCC;
   width: 120px;
}
.menuspacer {
   width: 24px;
}
.rollover a {
   display: block;
   width: 131px;
   height: 27px;
   background-repeat: no-repeat;
   background-position: 0px 0px;
}
.rollover a:hover { 
   background-position: 0px -27px;
}
span.link {
   color: blue;
   cursor: pointer;
   text-decoration: underline;
}

.sidebar{
background-color: #CCCCCC;
}