/*css del menu*/
div#nav {
  /* filter: alpha(opacity=50);  */
	width: 96%;
	/* height: 600px; */
	margin-left: 63px;
	border: 0px solid #00005A;
  font-family: arial;	
  font-size: 11px;
  text-decoration : none;
  /* border-left: 4px solid #fff; */
}
div#nav h2 {
  text-transform: uppercase;
	font-size: 100%;
	margin: 0;
	padding: 4px 10px;
	border-bottom: 1px solid #FFF;
	color : #ffffff;
  font-weight: bold; 
}
div#nav h2:HOVER {
  color: #0C1C47;
}
div#nav ul li.show h2{ /* la categoria selezionata */
  color: #0C1C47;
}
div#nav ul, div#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none
}
div#nav li {
	margin: 0 0 1px 0;
}
div#nav a {
	display: block;
	padding-left: 15px;
	line-height: 18px;
  color : #0C1C47;
  font-weight: bold;
  width: 180px;
}
div#nav a:hover {
	color : #CA1D1D;
/*	background-color: #0099FF */
}
div#nav ul ul a {
/*
  background-image:url(/uWeb/img/bottone_menu.gif);
  background-position:left center;
  background-repeat:no-repeat;
*/
  color : #0C1C47;
  font-weight: bold;
  text-decoration : none;
/*	margin:3px 1px 4px; */
  padding:0px 0px 0px 40px;
}
div#nav ul ul a.elemento_corrente{
  color : #CA1D1D;
  font-weight: bold;
  text-decoration : none;
}
ul ul a.elemento_corrente{
  font-size: 11px;
  text-decoration : none;
  color : #E17205;
  font-weight: bold;
}
div#nav ul a.elemento_corrente{
  font-size: 11px;
  text-decoration : none;
  color : #E17205;
  font-weight: bold;
}
