@import url(../http://fonts.googleapis.com/css?family=Open+Sans:600);



/* Menu CSS */ 

#headerMenu, #headerMenu > ul{

	
}

#headerMenu:before, #headerMenu:after, #headerMenu > ul:before, #headerMenu > ul:after {

	content: '';
	display: table;
	
}


#headerMenu:after, #headerMenu > ul:after {

	clear: both;
	
}

#headerMenu {

	zoom:1;
	float:right;
	
}

#headerMenu > ul{
	
	margin: 0;
	padding: 0;
	position: relative;
	
}

#headerMenu > ul li{
	
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#headerMenu > ul > li{

	float: left;
	position: relative;
	
}

#headerMenu > ul > li > a{

	padding: 0px 26px;
	display: block;
	color:#6A7478;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px;
	border-bottom: 7px solid transparent;
	height: 63px;
	
}


#headerMenu > ul > li:hover > a{
	border-bottom: 7px solid #60B580;

	
}

#headerMenu > ul > li > a > span{

	line-height: 70px;
	
}

#headerMenu > ul > li.active > a, #headerMenu > ul > li > a:active{
	
	
}



/* Childs */

#headerMenu > ul ul{

	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 120px;
	background-color:#FAF9F0;	margin: 0;
	padding: 0;
	z-index: -1;

	
}

#headerMenu > ul li:hover ul{
	opacity: 1;
	visibility: visible;
	margin: 0;
	color: #000;
	z-index: 2;
	top:70px;
	left: 0;
	
}
#headerMenu > ul li:hover .ultimo{
left:-112px;
	
}

.ultimo{ left:-112px;}

#headerMenu > ul ul:before{

	content: '';
	position: absolute;
	top: -10px;
	width: 100%;
	height: 20px;
	background: transparent;
	
}


#headerMenu > ul ul li{

	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	
}

#headerMenu > ul ul li a{

	padding: 18px 26px;
	display: block;
	color:#6A7478;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	width: 150px;
	border-left: 7px solid transparent;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;

}

#headerMenu > ul ul li a:hover{

	border-left: 7px solid #60B580;
	background: #FAF9F0;

}

#headerMenu > ul ul li a:active{

	background: #FAF9F0;

}