/* CSS Document */
/*<style type="text/css">
/* Scrollbar properties are only supported by Internet Explorer 5.5+  */
body {
	background-image: url(../images/sfondi/sfondo01.jpg);
	background-color: #8A2B0D;

	scrollbar-3dlight-color: #FFD700;
	scrollbar-arrow-color: White;
	scrollbar-base-color: Blue;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: Maroon;
	scrollbar-highlight-color: Gray;
	scrollbar-shadow-color: Black;
	scrollbar-track-color: #DAA520;
}

/************ sectionLinks styles **************/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#sectionLinks{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/sfondi/p01a.gif);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #990000;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #99FF99;
	background-image: url(../images/sfondi/p01b.gif);
	font-weight: bold;
	text-decoration: none;
	text-indent: 3px;
}
