
.menu_top1{
	width:960px;
	top:234px;
	position:relative;
}

.menu {
	height: 70px;
	z-index: 1;
}
.menu_right {
	height: 70px;
	width: 370px;
	z-index: 1;
}

.menu>div{
	height: 50px;

}
#menu{
	width: 299px;
	height: 70px;
}
.menu ul{
	height: 55px;
	list-style: none;
	margin: 0;
	padding: 0;
	
	
	}
	.menu li{
		float:left;
		padding:0px;

		}
	.menu li a{ 
	color: #006500;
	display: block;
	line-height: 55px;
	margin: 0px; 
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight:bold;
	font-variant: normal;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-left: 16px;
	
	
		}
		.menu li:hover a{ /*Estado over dos menus*/
	
background: rgb(221,221,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */


}
			
			
	.menu li ul{  /*tamanho da ul na horizontal do submenu*/
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:200px;
		z-index:200;
		margin-left:-13px;
		top:55px;
		
background: rgb(221,221,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.5);
box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.5);


		}
	.menu li:hover ul {
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px 7px 0px 0px;
		width:225px;
		color:#00C;
		
		}
	.menu li:hover li a, {
	background: none;
	color: #323232;
	
		
		}

		
	.menu  ul li ul a{ 
	display: block;
	height: 30px;
	font-size: 13px;
	font-style: normal;
	margin: 0px;
	text-align: left;
	font-style:italic;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 30px;
	color: #006500 !important;
	background:#999;
	
		}
		.menu  ul li ul a:hover  { /**/
	border: 0px;
	text-decoration: none;
	height: 30px;
	color: #333 !important;
			}
			
