div.nav{
/*width:960px;*/
padding:0px;
/*padding-left:20px;*/
background: #407038;
background: linear-gradient(top, #407038 0%, #305e29 100%);
background: -moz-linear-gradient(top, #407038 0%, #305e29 100%);
background: -webkit-linear-gradient(top, #407038 0%,#305e29 100%);
/*height:42px;*/
display: grid;
}

div.nav ul ul {
display: none;
}

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

div.nav ul {
margin: auto;
background: #407038;
background: linear-gradient(top, #407038 0%, #305e29 100%);
background: -moz-linear-gradient(top, #407038 0%, #305e29 100%);
background: -webkit-linear-gradient(top, #407038 0%,#305e29 100%);
padding: 0 12px;
border-radius: 0px;
list-style: none;
position: relative;
display: inline-table;
z-index:1000;
}

div.nav ul:after {
content: ""; clear: both; display: block;
}

div.nav ul li {
float: left;
}

div.nav ul li:hover {
background: #24561c;
background: linear-gradient(top, #24561c 0%, #24561c 40%);
background: -moz-linear-gradient(top, #24561c 0%, #24561c 40%);
background: -webkit-linear-gradient(top, #24561c 0%,#24561c 40%);
z-index:1000;
}
div.nav ul li:hover a {
font: 12px Arial;
color: white;
z-index:1000;
}

div.nav ul li a {
display: block; padding: 14px 17px;
font: 12px Arial;
color: white; text-decoration: none;
z-index:1000;
}

div.nav ul ul {
background: #407038; 
background: linear-gradient(top, #407038 0%, #305e29 100%);  
background: -moz-linear-gradient(top, #407038 0%, #305e29 100%); 
background: -webkit-linear-gradient(top, #407038 0%,#305e29 100%); 
border-radius: 0px; padding: 0;
position: absolute; top: 100%;
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,.8);
  box-shadow: 0px 3px 3px rgba(0,0,0,.8);
 z-index:1000;
}

div.nav ul ul li {
float: none; 
min-width:200px;
max-width:300px;
border-top: 1px solid #407038;
border-bottom: 1px solid #407038;
position: relative;
z-index:1000;
}

div.nav ul ul li a {
padding: 10px 20px;
font: 12px Arial;
color: white;
z-index:1000;
}

div.nav ul ul li a:hover {
background: #24561c;
background: linear-gradient(top, #24561c 0%, #24561c 40%);
background: -moz-linear-gradient(top, #24561c 0%, #24561c 40%);
background: -webkit-linear-gradient(top, #24561c 0%,#24561c 40%);
z-index:1000;
}

div.nav ul ul ul {
position: absolute; left: 100%; top:0;
z-index:1000;
}

div.nav > ul > li.currMenu {
  background: linear-gradient(#559937 0%, #36802e 100%);
}
div.nav > ul > li.currMenu:hover {
  background: linear-gradient(#337a28 0%, #337a28 100%);
}