.menu_roll{
	font-size: 8pt;
	color: black;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #E1E1E1;
	white-space: nowrap;
	display: block;
	border-top: 1px solid #666666;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	line-height: 130%;
	width: 180px;
}

.menu_roll a{
	text-decoration: none;
	text-indent: 9px;
	font-weight: normal;
	background-color: #E1E1E1;
	border: 1px solid #E1E1E1;
	display: block;
	color: #000000;
	width: 180px;
}
.menu_roll a:hover{
	background-color: #CCCCCC;
	border: 1px solid #666666;
	display: block;
	color: #000000;
	width: 180px;
}

<!--- There are 2 i's in visited but fixing it eliminates hover--->

.menu_roll a:visted{
	color: black;
	text-decoration: none;
	text-indent: 9px;
	font-weight: normal;
	background-color: #F1F1F1;
	border: solid #F1F1F1 1px;
	border-top: solid #F1F1F1 1px;
	width: 200px;
	display: block;
}

img {
	background-position: center;
	vertical-align: middle;
	padding: 2px;
	border: none;
}
.flyout {
}
