/* CSS Document */

div#indice ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: left;
	font: bold 100% Tohoma;
	width: 100%;
	background-color: #FDFFD7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #625e00;
	border-right-color: #625e00;
	border-bottom-color: #625e00;
	border-left-color: #625e00;
}

div#indice ul{ /*IE only rule, reduce menu width*/
	width: 99%;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	left: 0px;
	right: 0px;
}
div#indice ul li{
display: inline;
}
div#indice ul li a{
float: left;
color: black;
padding: 2px 12px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
}

div#indice ul li a:visited{
color: black;
}

div#indice ul li a:hover{
	color: black;
	background-color: #E0F2C6;
}

