.arrowlistmenu{
width: 205px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #FFFFFF;
	margin-bottom: 0px; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	background-color: #990002;
	background-image: url(../img/sf_menu_verticale.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 30px;
	padding-right: 0;
	padding-left: 10px;
	padding-top: 5px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../img/sf_menu_verticale.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	padding-left: 10px;
	font-size: 12px;
	height: 33px;
	background-image: url(../img/sf_menu_verticale01.jpg);
	font-weight: bold;
	color: #CCCCCC;
}

.arrowlistmenu ul li a{
	color: #2D0102; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../img/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu ul li a:visited{
color: #2D0102;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #590204;
}

</style>
.menuheader a:link {
	color: #00FF33;
	text-decoration: none;
}
.menuheader a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menuheader a:link {

	color: #FFFFFF;
	text-decoration: none;
}
.arrowlistmenu .menuheader01 {
	color: white;
	margin-bottom: 0px; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	background-color: #990002;
	background-image: url(../img/sf_menu_verticale01.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 30px;
	padding-right: 0;
	padding-left: 10px;
	padding-top: 5px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}
.menuheader01 a {
	color: #FFFFFF;
	text-decoration: none;
}
