@CHARSET "ISO-8859-1";

DIV.Menu {
	position: absolute;
	display: block;
	background-color: #f9f9f9;
	padding-left: 2px;
	padding-bottom: 2px;
	z-index: 1;
}
DIV.Menu P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

DIV.Menu A {
	text-decoration: none;
	color: black;
}

DIV.Menu A:hover {
	color: black;
	text-decoration: underline;
}

DIV.Menu A.Active {
	color: black;
}

DIV.Menu HR {
	border: 0;
  	width: 80%;
  	background-color: #dbdbdb;
  	height: 1px;
  	padding: 0px;
}