/*-------------------------------------------------------------------------------------MENU', TUTTE LE PAGINE */

#menu ul{ 
	list-style:none;
	text-align:left;
	padding-left:0px;
	margin-bottom:10px;
	height:20px;
}

#menu li{ 
	display:inline;
	color:#FFF;
	
	
}

#menu a,
#menu a:focus,
#menu a:visited{ 
	
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding-top:0px;
	padding-right:11px;
	/*padding-bottom:2px;*/
	padding-left:20px;
	letter-spacing:1px;
	font-size:100%;
	}

#menu a:hover{ 	
	
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	width:100px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	background:url(../img/white_arrow_sidebarMenu.gif) no-repeat;
	background-position:center left;
	}

.postLink li {
	margin-left:-10px;
	}
	
.currentMenuLink {
	background:url(../img/white_arrow_sidebarMenu.gif) no-repeat;
	background-position:center left;
	}

#menuLaterale {
	float:left;
	width:100%;
	background-color:#000;

	}
	
#menuLaterale li {
		color:#FFF;
	text-align:left;
	margin-left:15px;
	list-style:none;
	padding-bottom:10px;
	}

#menuLaterale a {
	color:#FFF;
	padding-right:20px;
	text-decoration:none;
	}
	
#menuLaterale a:hover {
	padding-left:20px;
	background-image:url(../img/white_arrow_sidebarMenu.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	}
 .primo {
	 padding-top:10px;
	 }
	 
	#cataloghi li {
		display:inline;
		text-decoration:none;
		padding-left:20px;
		
		}
		
	#cataloghi a,
	#cataloghi a:visited{
		color:#000;
		font-weight:bold;
		text-decoration:none;
		}
	
	#cataloghi a:hover{
		color:#000;
		background-image:url(../img/white_arrow_sidebarMenu.gif);
		background-position:left;
		padding-left:20px;
		background-repeat:no-repeat;
		text-decoration:none;
		font-weight:bold;
		}
