/* CSS Document */

#sddm
{	margin: 0px;
	
	padding: 0;
	z-index: 30;

	}

#sddm li
{	margin: 0px; 
	padding: 0 0 0px;
	list-style: none;
	float: left;
	font: bold 12px arial;
	
	}

#sddm li a
{	display: block;
	background: url(../graph/b_menu_down.jpg) top right no-repeat;
	margin: 1px 1px 0 0;
	padding: 2px 1px;
	width: 100px;
	/*background: #9da4b7;*/
	
	color: #fff; 
	text-align: center;
	text-decoration: none;
	
	}

#sddm li a:hover
{	background: url(../graph/b_menu_hover.jpg) top right no-repeat; color:#404f6c; /* Blu scuro */}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #404f6c; 
	width: 114px;
	
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fff;
		color: #404f6c;
		font: 10px arial;
		line-height: 50%;}
		
/* hover menu tendina */
	#sddm div a:hover
	{	background: #9da4b7;
		color: #404f6c;
		
		/*opacity: 0.5;*/
		background:url(../graph/dropdown_hover.jpg);}
