DIV#RMenu {
	position         : absolute;
	background-color : #c0c0c0;
	border-top       : 1.5pt solid white;
	border-right     : 1.5pt solid black;
	border-bottom    : 1.5pt solid black;
	border-left      : 1.5pt solid white;
	padding          : 2pt 4pt 2pt 4pt;
	visibility       : hidden;
}
A.mi {
	width: 100%;
	white-space: nowrap;
}
A.mi:link {
	color: #000000;
	text-decoration: none;
}
A.mi:visited {
	color: #000000;
	text-decoration: none;
}
A.mi:hover {
	color: #ffffff;
	background-color: #000080;
}
