.marcado a {
	color:#ffffff;
	position: relative;
	z-index: 599;
	cursor: pointer;
	float:left;
	display:block;
	height: 53px;
	display:block;
	padding: 18px 18px 0 18px;
		

	text-align:center;
	text-decoration:none;
	font-size: 16px;
	font-family: arial, serif;
	font-weight: bold;
	background: url(../images/mask-menu.png) repeat-x center top;
	


}

@font-face {
    font-family: 'isocpeurregular';
    src: url('fonts/isocpeur-webfont.eot');
    src: url('fonts/isocpeur-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/isocpeur-webfont.woff2') format('woff2'),
         url('fonts/isocpeur-webfont.woff') format('woff'),
         url('fonts/isocpeur-webfont.ttf') format('truetype'),
         url('fonts/isocpeur-webfont.svg#isocpeurregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



#navigation {
	margin:0;
	margin-top:0px;
	padding:0;
	clear:both;
	width:900px;
	height:px;
	
}


ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
	color:#2b2b2b;
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
	color:#2b2b2b;
}



ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background: url(../images/mask-menu.png) repeat-x center top;
	color:#7bb425;
		
}



ul.nav-main li {
	float:left;
	display:block;
	height: 56px;
	color:#ffffff;
	font-size: 16px;
	font-family: arial, serif;
	font-weight: bold;
	/*text-shadow:1px 1px 1px #555555;*/
	
}

ul.nav-main li a {
	display:block;
	padding: 18px 18px 0 18px;
	height: 56px;
	color: #ffffff;
	font-size: 16px;
	font-family: arial, serif;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
}

ul.nav-main li a:hover {
	color:#ffffff;
	height: 36px;
	
}



ul.nav-main *.list {
	padding-right: 1px;
	color:#7bb425;
	
	
}




ul.nav-main li {
	float:left;
	display:block;
	height: 55px;
	color: #ffffff;
	font: 16px Arial, Helvetica, sans-serif;
	background: url(../images/separa-menu.png) no-repeat right center;
	font-weight: bold;
}



ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:0px 0px 0px;	
	top: 53px;
	left: 0;
	z-index: 708;
	background: #f4f4f4;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;

}


ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 36px;
	float: none;
	width:220px;
	
	background: none;
}


ul.nav-sub li a {
	list-style:none;
	text-align:left;
	color: #2b2b2b;
	display:block;
	padding: 6px 5px 6px 20px;
	height: 30px;
	float: none;
	width:220px; /*  TAMANHO DO TEXTO DO SUB MENU */
	background: none;

	font-size: 16px;
	font-family: Arial, serif;

}




