#nav
{
	width: 850px;
	background-image:url("images/navigation_fondo.gif");
	background-repeat:no-repeat;
	/*background-color:#990000;*/
	height:35px;
	
}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: normal;
	font-size: 11px;	
	padding: 0;
	margin: 0 0 0 2px;
	border: none;
	border-width: 0;
	float: left;
	line-height:12px;
	text-transform:uppercase;
	letter-spacing:0em;
	

}

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

#nav ul li a {
	color: #ffffff;
	padding: 0px;
	margin:0px;

}



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

}




#nav li {
	color: #ffffff;
	float: left;
	padding: 0;
	padding: 2px 16px 4px 11px;
	border-right: 1px solid #CCCCCC;
	width:120px;

}


#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:4px;
	margin-left:-11px;
	width:auto;
}

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

#nav li ul li
{
	float: none;
	clear:both;
	border-top: 1px solid #fff;
	width:120px;
	display:block;
	list-style-type: none;
	height:13px;
	
}


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

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


#nav ul li:hover {
	color: #333333;
	background-image:  none;
	background-color: #666;
	

}

#nav ul li:hover ul.nj{
	color: #333333;
	display:block;
	background-color: #ccc;

}

#nav a:hover {
	color: #FFF;
	background-image:  none;
	/*background-color: #ccc;*/
}

.current_page_item
{
	background-image:  none;
	background-color: #000;
}

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

#nav ul li.current_page_item  ul li{
	border-right: 1px 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: #FFF;
	background-image:  none;
	background-color: #000;
}
