nav {
  width: 980px;
  margin-bottom:0px;
  padding-bottom:0px;
}

nav ul ul {
	display: none;
    z-index: 9999;
}

	nav ul li:hover > ul {
		display: block;
	}

nav ul {
	/*background: #efefef;*/
	background: #FAFAFA;
	background: linear-gradient(top, #FAFAFA 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #FAFAFA 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #FAFAFA 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
  width:980px;
	padding: 0;/* 20px;*/
	/*border-radius: 10px;  */
	list-style: none;
	position: relative;
	display: inline-table;
	font-family: arial;
    font-size:14px;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

nav ul li {
  color:#054512;
  width:196px;;
	float: left;
  font-size: 14px;
}

	nav ul li:hover {
		background: #054512;
		background: linear-gradient(top, #054512 0%, #7F8D6E 40%);
		background: -moz-linear-gradient(top, #054512 0%, #7F8D6E 40%);
		background: -webkit-linear-gradient(top, #054512 0%,#7F8D6E 40%);
	}
		nav ul li:hover a {
			color: #fff;
    
		}
	
	nav ul li a {
		display: block; padding: 5px 12px;
		/*color: #757575;*/
		color: #054512; text-decoration: none;
	}

nav ul ul {
	background: #054512; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
  width:290px;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
    text-align:left;
   width:290px;
	}
		nav ul ul li a {
			padding: 5px 16px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #7F8D6E;
			}

nav ul ul ul {
	position: absolute; left: 100%; top:0;
  width:290px;
}
