/* CSS Document */

#rollover ul, #rollover li {
	list-style-type: none;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#rollover li a {
	background-image: url(images/carrot.gif);
	background-repeat: no-repeat;  background-position: 0 .4em;
	padding-left: 15px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#rollover li a:hover {
	background-image: url(../8.902/www/testing/images/red_carrot.gif);
	background-repeat: no-repeat;  background-position: 0 .4em;
	padding-left: 15px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}