
a:link, a:visited
{
color: #06f;
text-decoration: none;

}

a:hover
{
color: #06f;
text-decoration: underline;

}


#navcontainer
{
	text-align: right;
	background-image:   url(../img/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 60px;
	margin:0px;	
	
}

#navlist li
{
display: inline;
list-style-type: none;
 
padding-right: 10px;
font-size: 12px;
text-align: right;


}

#navlist a 
{ 

}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
padding-top:5px;
}

#navlist a:hover
{
color: #9F1515;
background-color: #fff;
}





#bgfood2
{
	background-image:   url(../img/bg_food2.jpg);
	background-repeat: no-repeat;
}

#bgfood3
{
	background-image:   url(../img/bg_food3.jpg);
	background-repeat: no-repeat;
}

#bgfood4
{
	background-image:   url(../img/bg_food4.jpg);
	background-repeat: no-repeat;
}



#scheda
{
	border: 0px solid #333;
	width: 400px;
	margin-top: 130px;
	margin-left: 40px;
}

h2
{
	font-size:16px;
}


#navlist2 
{ 
 list-style-image: url(../img/bullet1.gif); 
 margin-top:5px;
 margin-left:15px;
} 


#footer
{
	color:#fff;
	font-size: 10px;
	padding-left:20px;
}

#footer a:link, #footer a:visited
{
color: #fff;
text-decoration: none;
}

#footer a:hover
{
color: #fff;
text-decoration: underline;
}