.prodrop4 {
  padding: 0px;
  margin: 0px;
  list-style: none;
  height: 36px;
  position: relative;
  z-index: 500;
  font-family: arial, helvetica, sans-serif;
  float: left;
  text-align: left;
}

.prodrop4 li.top {
  display: block;
  float: left;
  padding: 0px 31px 0px 0px;
  background-color: #3399CC;
}

.prodrop4 li a.top_link {
  display: block;
  float: left;
  height: 42px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 4px 0px 10px;
  cursor: default;
  background-color: #3399CC;
}

.prodrop4 li a.top_link span {
  float: left;
  display: block;
  padding: 0px 20px 0px 10px;
  height: 36px;
}

.prodrop4 li a.top_link:hover {
  color: #ffffff;
  line-height: 40px;
  background-color: #9A99FF;
}

.prodrop4 li a.top_link:hover span {
  
}

.prodrop4 li:hover > a.top_link {
  color: #ffffff;
  line-height: 40px;
  font-size: 14px;
}

.prodrop4 li:hover > a.top_link span {
  
}



.prodrop4 li a.top_link2 {
  display: block;
  float: left;
  height: 42px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 4px 0px 10px;
  cursor: pointer;
  background-color: #3399CC;
}

.prodrop4 li a.top_link2 span {
  float: left;
  display: block;
  padding: 0px 20px 0px 10px;
  height: 36px;
}

.prodrop4 li a.top_link2:hover {
  color: #ffffff;
  line-height: 40px;
  background-color: #9A99FF;
}

.prodrop4 li a.top_link2:hover span {
  
}

.prodrop4 li:hover > a.top_link2 {
  color: #ffffff;
  line-height: 40px;
  font-size: 14px;
}

.prodrop4 li:hover > a.top_link2 span {
  
}


.prodrop4 table {
  border-collapse: collapse;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.prodrop4 a:hover {
  visibility: visible;
  position: relative;
  z-index: 200;
}

.prodrop4 li:hover {
  position: relative;
  z-index: 200;
}

/* keep the 'next' level invisible by placing it off screen. */

.prodrop4 ul {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.prodrop4 ul.sub1 {
  width: 170px;
}

.prodrop4 ul.sub2 {
  width: 170px;
}

.prodrop4 ul.sub3 {
  width: 170px;
}

.prodrop4 ul.sub4 {
  width: 170px;
}

.prodrop4 ul.sub5 {
  width: 135px;
}

.prodrop4 :hover ul {
  left: 0;
  top: 42px;
  background-color: #9A99FF;
  padding: 3px;
  white-space: nowrap;
  height: auto;
  z-index: 300;
}

.prodrop4 :hover ul li {
  display: block;
  height: auto;
  position: relative;
  font-weight: normal;
  width: auto;
}

.prodrop4 :hover ul li a {
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  width: auto;
  padding: 5px 17px;
  color: #ffffff;
  text-decoration: none;
}

.prodrop4 :hover ul li a:hover {
  background:#3a93d2;
  color:#fff;
}

.menu-ends {
  float: left;
}