/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#EZ_nav {
	float: left;
	font-weight: normal;
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
	font-size: 18px;
	height: 100%;
	list-style: none;
	letter-spacing: 0.5px;
	z-index: 500;
}

#EZ_nav li.menuDivider {
	display: block;
	float: left;
	margin: 14px 3px 0px 3px;
}

#EZ_nav li.top {
	color: #000;
	display: block;
	float: left;
	height: 30px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

#EZ_nav li .menu-left {
	float: left;
	height: 34px;
	width: 9px;
}

/*
#EZ_nav li .menu-right {
	float: left;
	height: 34px;
	width: 9px;
}
*/

#EZ_nav li a.top_link {
	color: #7c7c7c;
	cursor: pointer;
	display: block;
	float: left;
	padding: 14px 8px;
	text-decoration: none;
}

#EZ_nav li:hover a.top_link {
	background-color: #b6ca27;
	color: #ffffff;
}

#EZ_nav li:hover {
	position:relative;
	z-index:200;
}

/*======== Fundo Menu Nivel 1 ======*/
#EZ_nav li:hover ul.sub {
	background-color: #eff2da;
	border: 2px solid #b6ca27;
	height: auto;
	left: 0px;
	list-style: url(../images/arrowUP.gif);
	padding: 3px 8px 3px 3px;
	top: 48px;
	width: auto;
	z-index: 300;
}

/*======== Hover Menu Nivel 1 ====== */
#EZ_nav li:hover ul.sub li {
	display: block;
	height: auto;
	float: left;
	font-weight: normal;
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 2em;
	padding: 0px 2px 0px 2px;
	position: relative;
	width: 100%;
	white-space: nowrap;
}

#EZ_nav li:hover ul.sub li:hover {
	background-color: #b6ca27;
}

/*======== Fonte Menu Nivel x ======*/
#EZ_nav li:hover ul.sub li a {
	color: #000;
	display: block;
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 16px 0px 2px;
	text-decoration:none;
	text-indent: 5px;
	width: auto;
}

/*======== Hover Menu Nivel x ====== */
#EZ_nav li:hover ul.sub li a:hover {
	background-color: #b6ca27;
}

#EZ_nav li ul.sub li a.fly {
	background: url(../images/arrowUP.gif) right center no-repeat;
}
#EZ_nav li:hover ul.sub li a.fly:hover {
	background: url(../images/arrowOVER.gif) right center no-repeat;
}

#EZ_nav li:hover li:hover ul,
#EZ_nav li:hover li:hover li:hover ul,
#EZ_nav li:hover li:hover li:hover li:hover ul,
#EZ_nav li:hover li:hover li:hover li:hover li:hover ul {
	background-color: #eff2da;
	border: 2px solid #b6ca27;
	height: auto;
	left: 98%; /* deslocaŤ‹o do sub menu */
	padding: 3px 8px 3px 3px;
	top: 10px;
	z-index: 400;
	width: auto;
}

#EZ_nav ul, 
#EZ_nav li:hover ul ul,
#EZ_nav li:hover li:hover ul ul,
#EZ_nav li:hover li:hover li:hover ul ul,
#EZ_nav li:hover li:hover li:hover li:hover ul ul {
	height: 0;
	left: -9999px;
	list-style: none;
	margin: 0;
	position: absolute;
	padding: 0;
	top: -9999px;
	width: 0;
}