@charset "utf-8";

.rosso {
	color: #F00;
}

.sala {
	color: #00F;
}
#wrapper #contenitore #nav_verticale{
	float: left;
	width: 175px;
	margin-left: 0px;
	background: transparent;
	border-width: 0px;
	border-style: none;
	margin-bottom: 20px;
	margin-right: 15px;
}
#nav_verticale a    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #d0ad44;
	text-decoration: none;
	display: block;
	padding: 0.5em;
	margin-left: 1px;
	font-weight: bold;
	border: 3px outset #d0ad44;
}
#nav_verticale p a.biancogiallo {
	color: #FFF;
	background: #BD9A2F;
}

#nav_verticale a:hover {
	background: #d0ad44;
	color: #1e283d;
}
#nav_verticale p a.fotoPaese {
	background: #FFFFDF;
	color: #B3702D;
}
#nav_verticale p a:hover.fotoPaese {
	color: #1e283d;
}
#nav_verticale p a:hover.biancogiallo {
	background: #81440e;
	border-color: #81440e;
}
