	/*************************
			    Menu Nav
		*************************/
	@font-face {
    font-family: 'RockwellRegular';
    src: url('rock_4-webfont.eot?') format('eot'),
         url('rock_4-webfont.woff') format('woff'),
         url('rock_4-webfont.ttf') format('truetype'),
         url('rock_4-webfont.svg#webfont0wyADzUe') format('svg');
    font-weight: normal;
    font-style: normal;

}	
#nav-container{
	width:495px;
	height:53px;
	color:#FFFFFF;
	float:right;
    font-size: 13px;
	font-family: Tahoma,Verdana,sans-serif;
	background-image:url(../skin/cs/bg_menu.png);

	}

#nav{
	height:53px;
	padding:0 0 0 0;
	}

#nav ul{
	margin:5px 0 0 30px;
	padding:0;
	list-style-type:none;
	width:100%;
	float:left;
	}

#nav ul li{
	display:inline;
	float:left;
	margin-left:5px;
	padding:5px;
	}
#nav ul li:last-child {

margin-left:0px;
}
#nav ul li:first-child {
margin-left:0;
padding-left:0;
border-left: none;
}
#nav ul li a{
	float:left;
	color: #75685c;

	text-decoration:none;

	height:30px;
        width:auto;


	}

#nav ul li a span{

	height:30px;
	float:left;

	}

#nav ul li a:hover{
	color: #4c423a;
        width:auto;
        height:30px;
		text-decoration:underline;
 


	}

#nav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	}



#nav ul li a.current span{
   margin-top:0px;
	display:block;
	width:auto;
	height:26px;
	padding-left: 5px;
	}
	
	/*************************
			    Menu Laterale
		*************************/

#litems{
float:left;
margin-left:0px;
margin-bottom:96px;
width:100%;
font-size:0.70em;
min-height:250px;

}
#litems h3{font-size:1.2em;
color:#ffffff;
display:block;
height:25px;
padding-left:0px;
margin-top:0;
margin-bottom:0;
width:98%;
padding:5px 0 0 4px;
background-color:#165C93;
border:1px solid #cacaca;
}
#litems ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:100%;
border:1px solid #cacaca;

}
#litems li  {
	border-bottom:1px dotted #cacaca;
  	voice-family: inherit;
	text-decoration: none;
        min-height:32px;
	background-image: url(../skin/cs/bmenu.gif);
	background-repeat:repeat-x;
background-position:bottom;
	}	
	
#litems li a:link, #litems li a:visited {
        min-height: 24px;
  	voice-family: "\"}\""; 
	color: #333333;
	display: block;
	padding: 8px 0 0 15px;
       
        text-decoration:none;
        font-weight:light;
		background-image:url(../skin/cs/arr.gif);
		background-repeat:no-repeat;
		background-position:2px;
	}
	
#litems li a:hover {
	color: #333333;
	padding: 8px 0 0 20px;
        background-color:#FFFEF9;
		background-position:5px;
        
	}