/**  CSS By Salvatore Cusumano             **/

/**                                           RIGHT-HAND NAVIGATION                         **/
#nav {
	padding: 0;
	margin: 10px 25px;
	list-style: none;
	width: 180px;
	background: url(riempimento_menu.jpg);
	
	
}
	
#nav li {
	line-height: 0.75cm;
	height: 0.75cm;
	padding-left: 0;
	background: url(bullet.gif) no-repeat 25% 50%;
}

#nav li a {
	color:#000;
	text-decoration:none;
	text-align:center;
	display:block;
	width:180px;
}	

#nav li a:hover {
	background: #006600;
}	
