#dropmenu {
	list-style-type: none;
	padding: 0;
	background: #fff;
	margin-bottom: 0px;
	margin-right: 10px;
	width:100%;
}
#dropmenu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #616769;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	height: 23px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 115px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
	background: #FEFEFE;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 13px;
	padding-right: 17px;
	padding-bottom: 13px;
	padding-left: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 100%;
}
#dropmenu li:hover > a{
	color: #CCCCCC;

}
#dropmenu > li:hover > a{


}
#dropmenu li ul li  a{
	border-top: 1px solid #ccc;


  }

#dropmenu li ul li:hover > a{
	background-color: #4E5355;

}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 37px;

}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{

}
#dropmenu li:hover ul li:last-child a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
  border-radius: 0 0 3px 3px;
  height: 13px;

}
#dropmenu .item {
	
  width: 149px;

}
#dropmenu .QC {
	
  width: 149px;

}
#dropmenu .adopt {
	
  width: 120px;

}
#dropmenu .company-profile {
	
  width: 120px;

}
