#nav {
	margin: 0px; padding: 0px; top: 5px; z-index: 50;
}
#nav li {
	margin: 0px; float: left; display: block; position: relative; z-index: 500;
}
#nav li a {
	margin: 0px 0px 0px 37px; padding: 0px; text-align: left; color: rgb(255, 255, 255); font-size: 1em; font-weight: bold; text-decoration: none; display: block;
}
#nav li a:hover {
	color: rgb(0, 102, 153); text-decoration: none;
}
#nav a.selected {
	color: rgb(255, 255, 255); text-decoration: none;
}
#nav a:active {
	color: rgb(0, 102, 153); text-decoration: none;
}
#nav a {
	color: rgb(255, 255, 255); text-decoration: none;
}
#nav ul {
	margin: 0px; padding: 0px; left: 0px; display: none; position: absolute;
}
#nav ul li {
	background: url("../../frontend/images/freccia.png") no-repeat right rgb(244, 125, 49); margin: 0px; padding: 0px 30px 5px 10px; font-size: 14px; font-weight: 100; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: dotted; float: none; white-space: nowrap;
}
#nav ul a {
	background: none; height: 8px; color: rgb(255, 255, 255); text-decoration: none; display: block;
}
#nav ul a:hover {
	color: rgb(255, 255, 255); text-decoration: none;
}
#nav ul li:hover {
	background: url("../../frontend/images/freccia_hover.png") no-repeat right rgb(43, 91, 136); margin: 0px; float: none;
}
#nav_right {
	float: right;
}
html #nav ul {
	
}
