div.cmDiv
{

	/*border: 1px solid black;*/
	/*background-color: #eee;*/
}
.clickMenu
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 940px; 
	height: 33px;
	background:url(../image_sito/bgmenu.gif);
	background-position: left bottom;
	background-repeat: repeat-x; 
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC; 
	font: normal 12px/31px Tahoma; 
	color: #999 
	
}
.clickMenu, .clickMenu ul
{
	list-style: none;
	
}
.clickMenu ul/*menu scroll che si apre*/
{
	margin: 0;
	padding: 2px;
	border: 1px solid #CCC;
	background-color:#FFFFFF;
	width:150px;
	
}

.clickMenu div.outerbox
{
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li/*posizione e padding menu scroll*/
{
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap;/* does not really work in ie--mette tutto il testo su un rigo */
}
.clickMenu li.main
{
    margin: 0px 35px 0px 35px; width: auto; float: left;  
	
	padding: 0 10px;
	/*qui potrebbe andare freccia sotto link in barra menu*/
	
	//height: 20px; /* for ie */
}
.clickMenu li.main li
{
	z-index: 2;
	min-width: 78px;
	border-bottom:1px solid #eee;
	
	
	 
	
}
.clickMenu li.hover
{
  color: #CCC; text-decoration: none; background-position: center; background-repeat: no-repeat;  
	/*z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	/*padding-bottom: 27px;
	font: normal 12px/31px Tahoma;
	color: #CCC;
	text-decoration: none;
	background: url(../image_sito/arrmenu.gif);
	background-position: center;
	background-repeat: no-repeat;*/
}
.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
/* SERVE PER LINK*/
.clickMenu a
{
	color: #999; text-decoration: none ; 	
}
.clickMenu a.hover/*NON FUNZIONA LO SCHIARIRE TESTO SUL LINK*/
{
	color: #CCC; text-decoration: none; background-position: center; background-repeat: no-repeat; 
}
.clickMenu a.leggi
{
padding-left:50px;	
}

/* thats for the shadowbox */
html>body div.outerbox
{
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(myshadow.png) no-repeat right top;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(myshadow.png) left bottom;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}