.halfmoon{
	margin: 0;
	padding-top: 13px;
	letter-spacing: 1px;
}
 /*set to left, center, or right to align the menu as desired*/
.halfmoon ul{
	list-style-type: none;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.halfmoon li{
	display: inline;
}
.halfmoon li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.halfmoon li a:visited{ /*#999999*/
	color: #FFFFFF;
}
/*#FF9900*/
.halfmoon li a:hover{
	color: #EB4724;
}
/*
.halfmoon li.selected a{
	background-color: #c8e181;
}
*/
/*-----------------------------------------------------------------------------------*/
/* ######### Style for Drop Down Menu ######### |
/*-----------------------------------------------------------------------------------*/
.dropmenudiv_e{
	position:absolute;
	top: 0;
	z-index:2000;
	/*width: 150px;*/
	visibility: hidden;
	margin-top: 12px;
	margin-left: 12px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4463A4;
	border-bottom-color: #4463A4;
	border-left-color: #4463A4;
}
.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 4px; /*borso orizontale sotto menu*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4463A4;
	border-right-color: #4463A4;
	border-bottom-color: #4463A4;
	border-left-color: #4463A4;
	background-color: #FFFFFF;
}
* html .dropmenudiv_e a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv_e a:hover{
	/*sfondo sotto menu mous hover*/
	background-color: #E1EAFB;
	color: #EB4724;
}
/*-----------------------------------------------------------------------------------*/