#menulateral {
	width: 112px;
}
#menulateral ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#menulateral li {
	text-decoration: none;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
#menulateral li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	font-size: 12px;
	display: block;
}

#menulateral h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #800000;
	padding: 1em 0 0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
	text-align: right;
}
#menulateral p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ACACAC;
	text-align: right;
}

#menulateral li a:hover {
	color: #8080C0;
	background-image: url(images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0.6em;
}

