@charset "utf-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	display: block;
	height: 16px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 16px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-color: transparent;
	background-position: 100% 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #FF080E;
}

.arrowgreen li a:hover{
	color: #B70004;
	background-color:#999999;
	}

	
.arrowgreen li a.selected{
	color: #840000;
	background-position: 100% -64px;
}


2
.arrowgreen2{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen2 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen2 li a{
	display: block;
	height: 50px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 14px 0 14px 20px;
	line-height: 52px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-color: transparent;
	background-position: 100% 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}	
	
.arrowgreen2 li a:link, .arrowgreen li a:visited {
	color: #FF080E;
}

.arrowgreen2 li a:hover{
	color: #B70004;
	background-color:#999999;
	}

	
.arrowgreen2 li a.selected{
	color: #840000;
	background-position: 100% -64px;
}


span {
	font-family: Arial, Helvetica, sans-serif;
}
.maiuscolo span {
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
</style>
