@charset "UTF-8";
/* CSS Document */

#rollover_menu {
	position: absolute;
	left: 187px;
	top: 149px;
	margin: 0px;
	display: none;
}
#rollover_menu li     {
	clear: both;
	display: block;
	float: left;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#rollover_menu a {
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
	width: 160px;
	background-color: #990000;
	padding: 10px;
}
#rollover_menu a:hover {
	color: #990000;
	text-decoration: none;
	height: auto;
	width: 160px;
	background-color: #FFFFFF;
	padding: 10px;
}

