.rollover {
   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;
}

.survey-entry {
	background-color: #EEEEEE;
}
.survey-entry-error{
	background-color: #FF8888;
}

span.link {
   color: blue;
   cursor: pointer;
   text-decoration: underline;
}


