#nav
{
	width: 100%;
}

#nav ul {
	width: 100%;
	list-style: none;
	font-weight: normal;
	font-size: 16px;
	font-family:Lucida Grande;
	background-color: #272727;
	padding: 0;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	line-height:16px;
}

#nav a {
	display : block;
	text-decoration : none;
}

#nav ul li a {
	color: #ffffff;
	padding-right:9px;
	padding-left:9px;
	margin:0px;

}



#nav ul li a.dropdownarrow
{
	padding-right:17px;
	padding-left:9px;
	background-image: url("images/arrow-dropdown-white.gif");
	background-repeat: no-repeat;
	background-position: 97% 50% ;

}




#nav li {
	color: #ffffff;
	float: left;
	/*padding: 4px 16px 4px 16px;*/
	border-right: 0px solid #CCCCCC;

}


#nav li img{
	margin:0px 0px 0px 4px;
	padding:0px;
	vertical-align: middle;

}

#nav li ul {

	position : absolute;
	left : -999em;
	background-color: #828282;
	left : -111em;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 2px 0px 0px 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top: -1px;
	margin-left: 5px;
	width:auto;
}

#nav li li {
	border-right: none;
}

#nav li ul li
{
	float: none;
	clear:both;
	/*border-top: 1px solid #FFFFFF;*/
	width:auto;
	display:block;
	list-style-type: circle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*finestra a discesa prima hover*/
#nav ul li:hover {
	color: #ffffff;
	background-image:  none;
	background-color: #C2C2C2;
	/*border-right: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-down: 0px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;*/
}

/*finestra a discesa dopo hover*/
#nav ul li:hover ul.nj{
	color: #ffffff;
	background-image:  none;
	background-color: #C2C2C2;
	border-right: 1px solid #A70103;
	border-left: 1px solid #A70103;
	border-bottom: 1px solid #A70103;
	border-top: 1px solid #A70103;
	display:block;
	background-color: #828282;

}

#nav a:hover {
	color: #ffffff;
	background-image:  none;
	background-color: #C2C2C2;
}

.current_page_item
{
	background-image:  none;
	background-color: #C2C2C2;
}
/*colore scritta hover*/
#nav ul li.current_page_item a {
	color: #ffffff;
}

#nav ul li.current_page_item  ul li{
	border-right: 0px solid #CCCCCC;
	color: #000000;
}


#nav ul li.current_page_item  ul li a{
	color: #ffffff;
}


#nav ul li.current_page_item  ul li a:hover{
	color: #333333;
	background-image:  none;
	background-color: #C2C2C2;
}
