
body {
  background: #e5e5e7;
 
}
 
nav {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.5;
  margin: 50px auto; /*for display only*/
  width: 900px;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
          box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
		  
  padding: 0px;
  
}
 
.menu-item {
  background: #fff;
  width: 900px;
margin: 0px;
  padding: 0px;  
}
/*Menu Header Styles*/
.menu-item h4 {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  margin: 0px;
   
  /*Gradient*/
  background: #6e93d8; /* Old browsers */
  background: -moz-linear-gradient(top, #6e93d8 0%, #5773a7 44%, #42567c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e93d8), color-stop(44%,#5773a7), color-stop(100%,#42567c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6e93d8 0%,#5773a7 44%,#42567c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6e93d8 0%,#5773a7 44%,#42567c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6e93d8 0%,#5773a7 44%,#42567c 100%); /* IE10+ */
  background: linear-gradient(top, #6e93d8 0%,#5773a7 44%,#42567c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e93d8', endColorstr='#42567c',GradientType=0 ); /* IE6-9 */
}
.menu-item h4 a {
  color: white;
  display: block;
  text-decoration: none;
  width: 900px;

}
.menu-item h4:hover {  
  background: #a6c9f1; /* Old browsers */
  background: -moz-linear-gradient(top,  #a6c9f1 0%, #42567c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6c9f1), color-stop(100%,#42567c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a6c9f1 0%,#42567c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a6c9f1 0%,#42567c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a6c9f1 0%,#42567c 100%); /* IE10+ */
  background: linear-gradient(top,  #a6c9f1 0%,#42567c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c9f1', endColorstr='#42567c',GradientType=0 ); /* IE6-9 */
}
/*First Item Styles*/
.alpha p {
    font-size: 13px;
    padding: 8px 12px;
    color: #aaa;
}
/*ul Styles*/

.menu-item ul a {
  margin-left: 20px;
  text-decoration: none;
  color: #aaa;
  display: block;
  width: 900px;

}
 
/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
  margin: 0px;
  padding: 0px;
}
 
.menu-item li:hover {
  background: #eee;
  margin: 0px;
  padding: 0px;
}



.menu-item ul  {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
   
  /*Animation*/
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
}
.menu-item:hover ul.lista1 {
  height: 310px;

}
.menu-item:hover ul.lista2 {
  height: 341px;

}
.menu-item:hover ul.lista3 {
  height: 186px;

}
.menu-item:hover ul.lista4 {
  height: 341px;

}
.menu-item:hover ul.lista5{
  height: 186px;

}
.menu-item:hover ul.lista6 {
  height: 181px;
  margin: 0px;
  padding: 0px;

}





