/* 	CSS Document
	Stili del menu a tendina dell'header
 */
#dropmenudiv{
	line-height:18px;
	z-index:100;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-left-color: #0000CC;
	position: absolute;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
	font-size: small;
	text-align: center;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0000CC;
	color: #FFFFFF;
	font-weight: bold;
}





#dropmenudiv2{
	line-height:18px;
	z-index:100;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-left-color: #0000CC;
	position: absolute;
}

#dropmenudiv2 a{
	width: 100%;
	display: block;
	padding: 0;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #0000CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
	font-size: xx-small;
	text-align: center;
}

#dropmenudiv2 a:hover{ /*hover background color*/
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

