/* CSS Document */


#navbar {
position: absolute;
top: 1;
left: 61px;
	margin-left:14px;
	margin-right:0px;
	height: 30px;
	border:0px /*#e5cc7f*/#282C2F solid;
	/*background:url("../immaginix/menu_bg_grey.gif") repeat-x;*/
	padding-left:10px;
	z-index: 999;
	}

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	text-align:center;
}

#navbar ul li {
	float: left;
	position: relative;
	text-align: center;
	border-width: 0;
}

/*------ Vic ------*/
#navbar ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#navbar ul ul, #navbar ul ul ul {
display: none;
}
#navbar  ul ul,
#navbar  ul li:hover ul ul,
#navbar  ul ul li:hover ul ul
{display: none;}

#navbar  ul li:hover ul,
#navbar  ul ul li:hover ul,
#navbar  ul ul ul li:hover ul
{display: block;}

body {
behavior: url(JS/csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%; border:0px;} 

#menu a, #menu h2 {
font: bold 0.9em/1.9em  "Trebuchet MS","Lucida Grande", Lucida, Verdana, sans-serif;
border:0px;
} 
/*------ Vic ------*/
#navbar ul li a:link, #navbar ul li a:visited {
	text-align:left;
	display:block;
	font-weight:normal;
	margin:0;
	font-size: 12px;
	text-decoration:none;
	/*Cambiare qui il colore del menu*/
	/*text-shadow: 2px 2px 1px #666666;*/
	line-height:32px;
	color:#CCCCCC;
	padding: 0 3px;
	text-transform:none;
	border: 0px;
	/*background: url(../immaginix/menu_sep_grey.gif) right bottom no-repeat;*/
	
}

#navbar ul li a:hover
 {
	color:/*#4d4d4a*/ #000000;
	background-color:#97C200;
	font-weight: normal;
	/*text-shadow: 2px 2px 1px #d4d4cb;*/
	/*background: url(../immaginix/bgleftnav-ov_grey.gif) right bottom no-repeat;*/
}

.potenzia
 {
	color:/*#4d4d4a*/ #000000;
	background-color:#97C200;
	font-weight: normal;
	height: 32px;
}

#navbar ul li li a:link, #navbar ul li li a:visited{
	font-size:12px;
	font-weight: normal;
	color: #2d2d2c;
	padding: 0 6px;
	background:#ffffff;
	line-height:22px;
}

#navbar ul li li {
   height:23px;
}

#navbar ul li li a:hover {
	color: #CCCCCC;
	/*background: url(../immaginix/bgleftnav-ov_grey.gif) right bottom no-repeat;*/
	background-color:#41494C;
}

#navbar li ul {
	width:200px;
	text-align:left;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	margin-top:0px;
	padding-top: 0px;
	background-color:/*#d2d2d2*/#cfcfc2;
	border-top: 1px /*#d4d4d4*/#f9f5ee solid;
	border-bottom: 1px #cfcfc2 solid;
	border-right: 1px #cfcfc2 solid;
	border-left: 1px #cfcfc2 solid;
	  
}


#navbar li>ul {
	top: auto;
	left: auto;
}

#navbar li li {
	display: block;
	text-align:left;
	float: none;
	background-color:transparent;
	border: 0;
	font-size:11px;
	padding: 0 0px;
	border-bottom: none;
}

#navbar li:hover ul, #navbar li.over ul {
	display: block;
	/*margin-top: -1px;*/
}

#menu_shadow {
	clear:left;
	height:12px;
	margin-left:24px;
	}