@charset "utf-8";
/* CSS Document */

/*	 CSS MENU	*/
<!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{
	display:block;
	font-size:1px;
	border-width:0px;
	border-style:solid;
	position:relative;
}
.qmmc .qmdividery{
	float:left;width:0px;
}
.qmmc .qmtitle{
	display:block;
	cursor:default;
	white-space:nowrap;
	position:relative;
}
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}
.qmmc {
	position:relative;
	zoom:1;
}
.qmmc a, .qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
	float:none;
}
.qmsh div a {
	float:left;
}
.qmmc div{
	visibility:hidden;
	position:absolute;
}
.qmmc ul {
	left:-10000px;
	position:absolute;
}
.qmmc, .qmmc ul {
	list-style:none;
	padding:0px;margin:0px;
}
.qmmc li a {
	float:none
}
.qmmc li{
	position:relative;
}
.qmmc ul {
	z-index:10;
}
.qmmc ul ul {
	z-index:20;
}
.qmmc ul ul ul {
	z-index:30;
}
.qmmc ul ul ul ul {
	z-index:40;
}
.qmmc ul ul ul ul ul {
	z-index:50;
}
li:hover>ul{
	left:auto;
}
#qm0 ul {
	top:100%;
}
#qm0 ul li:hover>ul{
	top:0px;
	left:100%;
}
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/
	/*"""""""" (MAIN) Container """""""" DIV CONTENITORE DEL MENU */
	#qm0
	{ 
		/*background-color:#000000;
		border-width:1px 1px 1px 1px;
		border-style:solid;
		border-color:#000000;*/
		text-align:left;
		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 5px;
		width:200px;
		/*background-image:url(/images/bg.gif);*/
	}
	 /*"""""""" (MAIN) Items """""""" PROPRIETA' DELLA CLASSE DEL TESTO STATO LINK DI PADRE */
	#qm0 a
	{
		color:#996633;
		background-color:transparent;
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		text-align:left;
		padding:5px 20px 3px 5px;
		border-style:solid;
		border-color:#aaaaaa;
		border-width:0px 0px 0px 0px;
		
	}
	/*"""""""" (MAIN) Hover State """""""" PROPRIETA' DELLA CLASSE DEL TESTO STATO HOVER DI PADRE */
	#qm0 a:hover
	{ 
		/*border-color:#333333;*/
		font-weight:bold;
		color:#963;
		border-color:#f8e06b;
		text-decoration:underline;
	}
	/*"""""""" (MAIN) Active State """""""" PROPRIETA' DELLA CLASSE DEL TESTO STATO HOVER DI PADRE QUANDO POSSIEDE SOTTOCATEGORIE*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		color:#963;
		border-color:#dfebf3;
		background:url(/icone/arrow_hl.gif) no-repeat right;
	}
	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background:url(/icone/arrow2.gif) no-repeat right;
	}
	/*"""""""" [SUB] Containers """""""" DIV CONTENITORE DELLA SOTTOCATEGORIA */
	#qm0 div
	{
		background-color:#CCC;
		padding:3px 3px 3px 3px;
		margin-left:5px;
		border-style:solid;
		border-width:1px 1px 1px 1px;
		border-color:#333;
		font-weight:normal;
	}
	/*"""""""" [SUB] Items """"""""PROPRIETA' DELLA CLASSE DEL TESTO STATO LINK DI FIGLIO */
	#qm0 div a
	{		
		font-size:12px;
		font-weight:bold;
		color:#4C2D0E;
		border-width:0px 0px 0px 0px;
		border-color:#dfebf3;
		background-color:#E1E1E1;
		padding:3px 20px 3px 5px;
	}
	/*"""""""" [SUB] Hover State """""""" PROPRIETA' DELLA CLASSE DEL TESTO STATO HOVER DI FIGLIO */
	#qm0 div a:hover
	{
		color:#963;
		font-weight:bold;
		text-decoration:underline;
	}
	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		color:#3262a2;
		text-decoration:underline;
		background-color:#dfebf3;
	}
	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
	background:url(/icone/arrow_hl.gif) no-repeat right;
	}

