#dropmenudiv{
	border: 1px solid black;
  font-family: arial narrow, arial, tahoma, verdana, times new roman;
	font-size: 11pt;
	line-height: 12pt;	
	background-color: #FFFFFF;
	text-indent: 3px;
	position: absolute;
}
#dropmenudiv a:visited{
	display: block;
	border-bottom: 1px solid black;
	padding: 	1px 0;
	font-family: arial narrow, arial, tahoma, verdana, times new roman;
	font-size: 11pt;
	text-decoration: none;
	text-indent: 5px;
	background-color: #FFFFFF;
	font-weight: normal;
	/*position: absolute;	
	left: 150px;
	top: 150px;*/
}

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #F4F4F4;
	color: black;
	background: #BDC5D8;
	font-family: arial narrow, arial, tahoma, verdana, times new roman;
	font-size: 11pt;
	text-indent: 10px;
	font-weight: normal; /*position: absolute;	
	/*
  left: 150px;
	top: 150px;*/
}

#dropmenudiv a:active{
	/*hover background color*/
	background-color: #F4F4F4;
	color: white;
	background: rgb(0,51,153);
	font-family: arial narrow, arial, tahoma, verdana, times new roman;
	font-size: 11pt;
	text-indent: 10px;
	font-weight: normal;
}

#dropmenudiv a{
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	font-family: arial narrow, arial, tahoma, verdana, times new roman;
	font-size: 11pt;
	text-decoration: none;
	font-weight: normal;
	text-indent: 3px;
}

.vocimenu
{
  font-family: arial narrow, arial, tahoma, verdana, times new roman;
  font-size:11pt;
/*z-index:100;*/
}

.vocimenu_div
  {
    width:15px;     /* Questo controlla la distanza tra le voci del menu (mrsuperfuck)*/
    text-align: center;
  }

a:visited{
	font-family: arial narrow, arial, tahoma, verdana, times new roman;
	font-size: 11pt;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

a:link{
	font-family: arial narrow, arial, tahoma, verdana, times new roman;
	font-size: 11pt;
	color: black;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
  font-family: arial narrow, arial, tahoma, verdana, times new roman;
	font-size: 11pt;
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

a:active{
	font-family: arial narrow, arial, tahoma, verdana, times new roman;
	font-size: 11pt;
	color: black;
	text-decoration: none;
	font-weight: normal;
}
