/* Servizi Menu */
.Service
{
	font-size:11px;
	font-weight: bold;
	color: #666666;
}
a.Service:hover {color: #aa0000;}

.SubService
{
	font-size:10px;
	font-weight: bold;
	color: #aa0000;
}

.imgService {
	padding-right:4px;
    height:31px;
    width:25px;
    vertical-align:middle;
    float:left;
    /*border: solid 1px #000;*/
}

.txtService {

	border: solid 0px #000000;
	display:inline-table;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
    	height:16px;
    	width:134px;
    	vertical-align:middle;
    	float:left;
    	background: #f1f1f1;
	background-image: none;
}

.txtService:hover 
{
	background-image: url(/img/rolloverMenu.gif);
	background-repeat: no-repeat;
}
