#menu{
  width: 100%;
  background: #0066cc;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069d2', endColorstr='#057ce8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0069d2), to(#057ce8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0069d2,  #057ce8); /* for firefox 3.6+ */
	background: -webkit-linear-gradient(top, #0069d2, #057ce8);       /* Safari 5.1+, Chrome 10+, iOS Safari 5.1+, Android 4.0+ */
	background: linear-gradient(to bottom, #0069d2,  #057ce8); /* IE10, Firefox 16.0+, Opera 12.50+ */
	background: -o-linear-gradient(top, #0069d2, #057ce8);       /* Opera 11.10-12.10 */

}
#dropmenu{
  list-style-type: none;
  width: 1000px;
  height: 60px;
  padding: 0;
  border-top: 1px solid #0066cc;
  margin:30px auto;
  float:center;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069d2', endColorstr='#057ce8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0069d2), to(#057ce8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0069d2,  #057ce8); /* for firefox 3.6+ */
	background: -webkit-linear-gradient(top, #0069d2, #057ce8);       /* Safari 5.1+, Chrome 10+, iOS Safari 5.1+, Android 4.0+ */
	background: linear-gradient(to bottom, #0069d2,  #057ce8); /* IE10, Firefox 16.0+, Opera 12.50+ */
	background: -o-linear-gradient(top, #0069d2, #057ce8);       /* Opera 11.10-12.10 */


}
#dropmenu li{
  position: relative;
  width: 150px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 20px 0 11px;
  color:#ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#dropmenu li:last-child ul{
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #4ea7ff;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  -o-transition: .1s;
  -ms-transition: .1s;
  transition: .1s;


}
#dropmenu li ul li a{
  padding: 13px 10px;
  background: #4ea7ff;
  text-align: left;
  font-size: 12px;
  font-weight: normal;


}
#dropmenu li:hover > a{
  background: #338ee1;
  color: #ffffff;
  border-radius:50px;
   transition: all 0.2s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003399', endColorstr='#0066cc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#003399), to(#0066cc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #003399,  #0066cc); /* for firefox 3.6+ */
	background: -webkit-linear-gradient(top, #003399, #0066cc);       /* Safari 5.1+, Chrome 10+, iOS Safari 5.1+, Android 4.0+ */
	background: linear-gradient(to bottom, #003399,  #0066cc); /* IE10, Firefox 16.0+, Opera 12.50+ */
	background: -o-linear-gradient(top, #003399, #0066cc);       /* Opera 11.10-12.10 */

}
#dropmenu > li:hover > a{
	
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}



