/* MENU DROPDOWN  */
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu .separador {
	float: left;
	height: 40px;
	width: 2px;
	background-image: url(../images/resources/ponto.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu .primeiro a{
	float: left;
	height: 40px;
	width: 80px;
	text-align: center;
	display: block;
	cursor:pointer;
	text-decoration: none;
	line-height: 35px;
	color: #666;
	font-family: 'cardenio_modernregular', sans-serif;
	font-size: 25px;
}
#menu .primeiro a:hover { color: #E6CD00; }
#menu .segundo {
	float: left;
	height: 40px;
	width: 107px;
	text-align: center;
	display: block;
	cursor:pointer;
	text-decoration: none;
	line-height: 35px;
	font-family: 'cardenio_modernregular', sans-serif;
	font-size: 25px;
	color: #666;

}
#menu .segundo:hover { color: #E6CD00; }
#menu .terceiro a{
	float: left;
	height: 40px;
	width: 99px;
	text-align: center;
	display: block;
	cursor:pointer;
	text-decoration: none;
	line-height: 35px;
	font-family: 'cardenio_modernregular', sans-serif;
	font-size: 25px;
	color: #666;

}
#menu .terceiro a:hover { color: #E6CD00; }
#menu .quarto a{
	float: left;
	height: 40px;
	width: 139px;
	text-align: center;
	display: block;
	cursor:pointer;
	text-decoration: none;
	line-height: 35px;
	font-family: 'cardenio_modernregular', sans-serif;
	font-size: 25px;
	color: #666;

}
#menu .quarto a:hover { color: #E6CD00; }
#menu .quinto {
	float: left;
	height: 40px;
	width: 98px;
	text-align: center;
	display: block;
	cursor:pointer;
	text-decoration: none;
	line-height: 35px;
	font-family: 'cardenio_modernregular', sans-serif;
	font-size: 25px;
	color: #666;

}
#menu .quinto:hover { color: #E6CD00; }
#menu .sexto {
	float: left;
	height: 40px;
	width: 119px;
	text-align: center;
	display: block;
	cursor:pointer;
	text-decoration: none;
	line-height: 35px;
	font-family: 'cardenio_modernregular', sans-serif;
	font-size: 25px;
	color: #666;

}
#menu .sexto:hover { color: #E6CD00; }


#menu .setimo a{
	float: left;
	height: 40px;
	width: 103px;
	text-align: center;
	display: block;
	cursor:pointer;
	text-decoration: none;
	line-height: 35px;
	font-family: 'cardenio_modernregular', sans-serif;
	font-size: 25px;
	color: #666;

}

#menu .setimo a:hover { color: #E6CD00; }


#menu .oitavo a{
	float: left;
	height: 40px;
	width: 195px;
	text-align: center;
	display: block;
	cursor:pointer;
	text-decoration: none;
	line-height: 35px;
	font-family: 'cardenio_modernregular', sans-serif;
	font-size: 25px;
	color: #666;

}

#menu .oitavo a:hover { color: #E6CD00; }


#menu .nono a{
	float: left;
	height: 40px;
	width: 105px;
	text-align: center;
	display: block;
	cursor:pointer;
	text-decoration: none;
	line-height: 35px;
	font-family: 'cardenio_modernregular', sans-serif;
	font-size: 25px;
	color: #666;

}

#menu .nono a:hover { color: #E6CD00; }


#menu .decimo a{
	float: left;
	height: 40px;
	width: 65px;
	text-align: center;
	display: block;
	cursor:pointer;
	text-decoration: none;
	line-height: 35px;

}

#menu .decimo a:hover { color: #E6CD00; }



#menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
 
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 160px;
	text-indent:0;
	background-color: #C00;
	text-align: left;
	padding: 10px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.dropdown ul li {
	float: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E80000;
	border-bottom-color: #900;
	padding: 8px;

}

ul.dropdown ul li:first-child {
	border-top: none;
}

ul.dropdown ul li:last-child {
	border-bottom: none;
}
ul.dropdown ul .ultimo {
	border-bottom: none;
}



ul.dropdown ul li a {
	color: #FFF;
	text-decoration: none;

}
ul.dropdown ul li a:hover {
	color: #E6CD00;
	text-decoration: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





/* FIM DO MENU */
