﻿/*MENU DI NAVIGAZIONE*/

div#menu_lat
{
	/*height:258px;*/
	width:239px;
	/*background-image:url(../img/menu_lat/back_menu_lat.jpg);*/
	font-family:Verdana,Arial;
	font-size:11px;
	font-weight:bold
}

ul#menu
{
	padding:0;
	margin:0 auto;
	list-style:none;
	width:228px;
	padding-top:5px;
}
ul#menu li
{
	line-height:47px;
	background-color:#cf6620;
	padding:0;
	margin:0;
	height:47px;
	width:227px;
	margin-top:12px;
}

ul#menu li a
{
	display:block;
	float:left;
	color:#CC6633;
	text-transform:uppercase;
	line-height:47px;
	text-decoration:none;
	width:230px;
	text-align:center;
	background:url(../img/menu_lat/menu_lat_off.png) no-repeat bottom;
}

ul#menu li a:hover
{
	color:#FFCC99;
	background:url(../img/menu_lat/menu_lat_hover.jpg) no-repeat bottom;
	width:229px;
}
ul#menu li a:active
{
	background:url(../img/menu_lat/menu_lat_on.jpg) no-repeat bottom;
	width:229px;	
}
ul#menu li.on
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFCC99;
	line-height:47px;
	background:url(../img/menu_lat/menu_lat_on.jpg) no-repeat bottom;
}
div#menu_lat div#menu_lat_sup
{
	height:15px;
	background-image:url(../img/menu_lat/ml-sup.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:20px;
}
div#menu_lat_centr
{
	background-image:url(../img/menu_lat/ml-centr.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
div#menu_lat_inf
{
	height:16px;
	background-image:url(../img/menu_lat/ml-inf.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
