		ul li { width: 534px; margin-top:4px; margin-left:16px; }
		ul ul li { border-left: 12px solid #FFF; margin-left:0; padding: 0; width: 522px; margin-bottom: 0; }
		ul ul li a { display:block; color: #000; padding: 3px 6px; font-size: small; }
		ul ul li a:hover { display:block; color: #369; background-color: #eee; padding: 3px 6px; font-size: small; }
		/* For the xtra menu */
		ul ul ul li { border-left: none; border-bottom: 1px solid #eee; padding: 0; width: 522px; margin-bottom: 0; }
		ul ul ul li a { display:block; color: #000; padding: 3px 6px; font-size: small; }
		ul ul ul li a:hover { display:block; color: #9f3005; background-color: #eee; padding: 3px 6px; font-size: small; }
		
		
		li { list-style-type: none; }
		h2 { margin-top: 1.5em; }
		h3 { font-family:Arial, Helvetica, sans-serif; font-size:12px;}
		h4 { font-family:Arial, Helvetica, sans-serif; font-size:12px;}
		
		/* Header links styling */
		h3.head a { 
		color: #4a5f04;
		display:block; 
		background: #b1c54a url(img/piu.jpg) no-repeat; 
		background-position: 1% 50%;
		padding: 3px 6px;
		padding-left:22px;
		text-decoration:none;
		}
		h3.head a:hover { 
		color: #fff;
		background: #4a5f04 url(img/piu.jpg) no-repeat; 
		background-position: 1% 50%;
		}
		h3.selected a { 
		background: #4a5f04 url(img/meno.jpg) no-repeat; 
		background-position: 1% 50%;
		padding: 3px 6px;
		padding-left:22px;
		color: #fff;
		}
		h3.selected a:hover { 
		background: #4a5f04 url(img/meno.jpg) no-repeat; 
		background-position:1% 50%;
		color: #fff;
		}
		
		/* Xtra Header links styling */
		h4.head a { 
			color: #9f3005;
			display:block; 
			border-top: 1px solid #FFF;
			border-right: 1px solid #ecede8;
			background-color: #ecede8;
			padding: 3px 6px;
			text-decoration:none;
		}
		h4.head a:hover { 
			background-image:url(img/piu.jpg); 
			background-repeat:no-repeat; 
			background-position: 98% 50%;
			background-color:#f47900;
			border-right: 1px solid #f47900;
			color:#FFFFFF;
		}
		h4.selected a {
			background-color:#f47900;
			border-right: 1px solid #f47900;
			color:#FFFFFF;
		}
		h4.selected a:hover { 
			background-image:url(img/meno.jpg);
			background-repeat:no-repeat; 
			background-position:98% 50%;
			background-color:#f47900;
			color:#FFFFFF;
		}
