/* Foglio di stile per il menu */

#img-menu a:link, a:visited
{
/*	color:#003366;*/
}

#img-menu a:hover
{
color:#003366;
}

#menu dl 
{
	width: 150px; 
	margin: 0; 
	padding: 0 0 10px 0; 
/*	background: #69c url(./menu/bottom.gif) no-repeat bottom left;*/
}


#menu dt 
{
	margin:0; 
	padding: 10px; 
	font-size: 1.4em;
	text-align: center;
	font-weight:bold; 
	color: white;
	border-bottom:1px solid #fff; 
	background: #69c url(./menu/top.gif) no-repeat top left;
	-moz-border-radius: 30px;
}

#menu dd
{
	margin:0; padding:0; 
	color: #fff; font-size: 1em; 
	border-bottom:2px solid #fff; 
	background: #47a;
	-moz-border-radius: 20px;
}

#gallery a, #gallery a:visited 
{
	color:#fff; text-decoration:none; 
	display:block; 
	padding:5px 5px 5px 20px;
	background: #47a url(./menu/arrow.gif) no-repeat 10px 10px; 
	width:125px;
	-moz-border-radius: 20px;
}

#gallery a:hover, #gallery a:active
{
	background: #258 url(./menu/arrowr.gif) no-repeat 11px 10px;
	color:#9cf;
	
}


.contatore
{
	position: absolute;
	bottom:3px;
	text-align: center;
}

/* fine MENU ****************************** */
