/* CSS Document */


#menu_arte {
	width: 230px;
	display: block;
}

#menu_arte p.intestazione {
	background:    url("../images/arte_top.gif") no-repeat;
	background-color: transparent;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 28px 25px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #003399;
	display: block;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 1px;
	font-style: italic;
	list-style-type: none;
}
#menu_arte p {
	background:    url("../images/sample1_icon.gif") no-repeat 13px 7px;
	text-indent: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CBF5FF;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0;
	color: #033BCE;
	text-align: left;
	list-style-type: none;
}

#menu_arte a {
	text-decoration: none;
	color: #033BCE;
	list-style-type: none;
}
#menu_arte a:hover{
	text-decoration: none;
	color: #000099;
	font-weight: lighter;
	background:    url("../images/sample1_icon.gif") no-repeat 18px 3px;
	background-color: #FFFF99;
	display: block;
	list-style-type: none;
}
#menu_arte a:visited {
}



#menu_fedeli {
	width: 230px;
	display: block;
 }

#menu_fedeli p.intestazione {
	background:    url("../images/fedeli_top.gif") no-repeat;
	background-color: transparent;
	height: auto;
	padding: 28px 25px 10px 0px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FB3737;
	font-style: italic;
	display: block;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 1px;
	list-style-type: none;
 }

#menu_fedeli p {
	background:    url("../images/sample1_icon.gif") no-repeat 13px 7px;
	text-indent: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CBF5FF;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0;
	color: #FB3737;
	text-align: left;
	list-style-type: none;
}

#menu_fedeli a {
	text-decoration: none;
	color: #FB3737;
}
#menu_fedeli a:hover{
	text-decoration: none;
	color: #CC3300;
	font-weight: lighter;
	background:    url("../images/sample1_icon.gif") no-repeat 18px 3px;
	background-color: #FFFF99;
	display: block;
	list-style-type: none;
}
#menu_fedeli a:visited {
}


