/*menu navigazione principale header*/

#navigation ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li{
	margin: 0 0 0 0;
	padding: 3px 0 3px 5px;
	background: url(img/navigation_off.gif) no-repeat left center;
}

#navigation LI.active{
	color: #34292B;
    background: url(img/navigation_on.gif) no-repeat left center;
}

#navigation LI:hover{
	color: #34292B;
    background: url(img/navigation_on.gif) no-repeat left center;
}

#navigation A{
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

#navigation A:hover{
	font-size: 11px;
    color: #34292B;
}

#navigation LI.active A{
    color: #34292B;
}


