/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
	font-size : 12px;
	font-family : Arial, sans-serif;
	color : #666666;
}

TABLE
{
	font-size: 12px;
	color : #666666;
	font-family : Arial, sans-serif;
}

.testo10 {
   font-size : 10px; 
   font-family : Arial, sans-serif; 
   color : #666666;
}
.testo10N {
   font-size : 10px; 
   font-family : Arial, sans-serif; 
   color : #000000;
}
.testo11 {
   font-size : 11px; 
   font-family : Arial, sans-serif; 
   color : #666666;
}
.testo13 {
   font-size : 13px; 
   font-family : Arial, sans-serif; 
   color : #666666;
}
A:link
{
	text-decoration: none;
	color: #666666;
}

A:visited
{
	text-decoration: none;
	color: #666666;
}

A:active
{
	text-decoration: none;
	color: #666666;
}

A:hover
{
	text-decoration: underline;
	color: #666666;
}


#Menu ul 
{
	width: 137px;
	color:#666666;
	font-weight:bold;
	font-size : 11px;
	font-family : Arial, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;

}
		
#Menu li 
{

	background:#efefef;
	margin-bottom:2px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}

#Menu li a:hover,
#Menu li a:active
{
	background:#b8b8b8;
	width: auto;
	border-top: solid 1px #777777;
}

#Menu li a
{
	text-decoration: none;
	padding-left:14px;
	display: block;
	padding-bottom:0;
	border-top: solid 1px #cecece;

}

#Menu li .on
{
	background:#b8b8b8;
	border-top: solid 1px #777777;
		text-decoration: none;
	padding-left:14px;
	display: block;
	padding-bottom:0;


}
