body
{
	position: absolute;
	left: 0;
	top: 180px;
	width: 10em;
	z-index: 2;
	list-style-type: none;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px;
	margin: 0px;
}

a
{
	display: list-item;
	background-color: #D0DBFB;
	text-align: left;
	text-decoration: none;
	color: #002653;
	margin-top: 16px;
	margin-bottom: 16px;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	box-shadow: rgb(153, 153, 153) 4px 6px 6px;
	padding: 6px 8px 6px 8px;
	margin-left: 0px;
}

a:hover { color: #881111; }