
*{margin: 0; padding: 0; 	border: 0; 	list-style: none;     outline: none;}
body{
font-family: 'arial', 'Trebuchet MS', Helvetica, sans-serif;  font-weight: none;
  background-color:transparent;
}

.megadropdown
{
 	width: 100%;
 	height: 35px;

 }

	.megadropdown ul	{ width: 100%; padding: 10 !important; margin: 0 auto !important; }

		.megadropdown li
		{
			list-style-type: none;
			line-height: 49px;
			float: left;
			padding: 0 18px 0;
			margin: 0 18px 0 0;
			position: relative;
			border: 0px solid #80c241;  /*fundo do botao home*/
            -webkit-border-radius: 1px;
			-moz-border-radius: 1px;
			border-radius: 1px;
		}

			.megadropdown li.hasSubNav {   hasSubNav }
			.megadropdown li.right { float: right; }
			.megadropdown li a { color: #333; text-decoration: none; font-size:19px; text-shadow:0px 0px 0px #fff; font-weight:none;
			-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	}
			.megadropdown li a:hover { color: #de8336; }

				.megadropdown li.current,
				.megadropdown li:hover
				{
					/*background-color: #FFF;*/
					border: 0px solid #80c241;
					border-bottom: none;
					-webkit-border-radius: 1px;
					-moz-border-radius: 1px;
					border-radius: 1px;
					cursor: pointer;
				}

					.megadropdown li.current {background-image: url(/corpo/croma2.png); border: 0px solid #8bd149; color: #000;}
						.megadropdown li.current:hover { background-color: #E7E7E7; }

					.megadropdown li:hover { background-image: url(/corpo/croma2.png); border: 0px solid #8bd149; color: #000;}


					.megadropdown li.current:hover a { color: #000; }
					.megadropdown li.current a, .megadropdown li.current:hover a { color: #000; }


					.megadropdown li.hasSubNav:hover { background-image: url(/corpo/croma2.png); border: 0px solid #8bd149;}





		.megadropdown li:hover .subNav { display: block; }
			.megadropdown li.hasSubNav:hover a {transition-duration: 0.5s; color: #de8336;  !important; }


		.subNav
		{

 background:#fff;
	border:0px solid #eee;
	width: 160px;
	font-size: 13px;

	line-height: 0.3em;
 color: #4e95ff;
	position: absolute;
	top: 9px;
	left: 0px;
	z-index: 1001;
	overflow: hidden;
	display: none;
	padding: 1.5em 10px 0;
	margin-top: 3em !important;
	z-index: 1001;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 2px 3px #888888;
		}



		.subNavRight,
		.megadropdown li.right .subNav { left: 0px;  }

		.subNav ul { padding: 0; margin: 0; list-style-type: none ; }

			.subNav li
			{
    background: none !important;
				float: none !important;

				border: none !important;
				padding: 0 5px 0 0px !important;
				margin: 0 0 5px 0px !important;
				list-style-type: none !important;
				line-height: 1.5em !important;
			}

			.subNav li:hover { background: transparent !important; border: none !imortant; }

				.megadropdown li.hasSubNav:hover  .subNav li a
				{

                    font-size: 1.3em !important;
					color: #666 !important;    text-shadow:0px 0px 0px #fff;
					text-decoration: none !important;
					display: block !important;
                    padding: 5px !important;
					margin: 0 0 0 !important;
					border: none !important;
					outline: none !important;
     -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
				}

				.megadropdown li.hasSubNav:hover  .subNav li a:hover
				{
                    transition-duration: 0.5s;
					color: #fff !important;
background: rgba(168,73,25,1);
background: -moz-linear-gradient(top, rgba(168,73,25,1) 0%, rgba(149,57,11,1) 48%, rgba(168,73,25,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168,73,25,1)), color-stop(48%, rgba(149,57,11,1)), color-stop(100%, rgba(168,73,25,1)));
background: -webkit-linear-gradient(top, rgba(168,73,25,1) 0%, rgba(149,57,11,1) 48%, rgba(168,73,25,1) 100%);
background: -o-linear-gradient(top, rgba(168,73,25,1) 0%, rgba(149,57,11,1) 48%, rgba(168,73,25,1) 100%);
background: -ms-linear-gradient(top, rgba(168,73,25,1) 0%, rgba(149,57,11,1) 48%, rgba(168,73,25,1) 100%);
background: linear-gradient(to bottom, rgba(168,73,25,1) 0%, rgba(149,57,11,1) 48%, rgba(168,73,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a84919', endColorstr='#a84919', GradientType=0 );
border:1px solid #7f3008;
					text-decoration:none !important;
				}

	.subNav .col { width: 200px; margin: 0 0px .5em 0; float: left; }
	.oneCol { width: 200px !important; }
 .twoCol { width: 200px !important; }
	.threeCol { width: 200px !important;  }

	.subNav h3 { font-size: 1.4em; margin: 0 0 1.5em 0; padding: 0; color:#111; text-shadow:none !important;}
	.subNav p { line-height: 1.4em !important; font-size: 1.8em; color:#111; text-shadow:none !important;}
	.subNav a { color: #358 !important; text-decoration: none !important; text-shadow:none !important;}

