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

#sddm
{	margin-left:65px;;
	padding: 0 2% 0 3%;
	z-index: 30;
	color: #000000;
}

/* i seguenti stili di sddm servono a colorare il testo, ed evitare  un conflitto di css con il resto del sito */
#sddm a:link {color:#000000; text-decoration: none;	 }
#sddm a:visited {color:#000000; text-decoration: none;	 }
#sddm a:hover {color:#000000; text-decoration: none;	 }
#sddm a:active {color:#000000; text-decoration: none;	}

#sddm img
{
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	border: none;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	/* width: 85px; */
	color: #000000;
	text-align: center;
	background-color: #fff; /* sfondo del menu*/
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}

#sddm li a:hover
{	background: #49A3FF}

/*  questo definisce l'aspetto del menù-contenitore */
#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #fefefe;
	filter:alpha(opacity=95);  /*   opacita' ovvero trasparenza dei menu */
	opacity:.95;
	border: 1px solid;
	border-color:#CCCCCC;
}
/* IMPORTANTE E COMODO DA SAPERE           IMPORTANTE E COMODO DA SAPERE                   IMPORTANTE E COMODO DA SAPERE           IMPORTANTE E COMODO DA SAPERE                   IMPORTANTE E COMODO DA SAPERE           IMPORTANTE E COMODO DA SAPERE                   IMPORTANTE E COMODO DA SAPERE           IMPORTANTE E COMODO DA SAPERE                   IMPORTANTE E COMODO DA SAPERE           IMPORTANTE E COMODO DA SAPERE                   IMPORTANTE E COMODO DA SAPERE           IMPORTANTE E COMODO DA SAPERE                   
*/
/*			durante il debug imposta la visibilita del div dentro sddm a visible, per vedere ed editare i sottomenu 

#sddm div {visibility : visible; !important}

/* fine commento!   */


	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
