.style5.top-menu {
  background: transparent;
  margin: auto;
  width: 1050px;
  margin-top: 235px;
  
}
.style5 ul.top-menu-main {
  margin: auto;
  width: 100%;
  font-family: Georgia, Tahoma, Arial;
  font-size: 12px;
  line-height: 18px;
}

.style5 ul.top-menu-main > li {

  border-right: 0px solid #afafaf;
  color: #fff;
  margin: 0;
}

.style5 ul.top-menu-main > li.last {
  border-right: none;
}
.style5 ul.top-menu-main > li:hover .menu-item-text {color: #cfcfcf; text-shadow: 0 1px 0 #0C131C;}
.style5 ul.top-menu-main > li:hover{
  background: #333 transparent;
  color: #fff;
  -moz-box-shadow: 0 0 8px #333;
  -webkit-box-shadow: 0 0 8px #333;
  box-shadow: 0 0 8px #333;
}

.style5 ul.top-menu-main > li > a {
  color: #fff;
  text-decoration: none;
}
.style5 ul.top-menu-main > li > a:hover {
  color: #fff;
}

.style5 ul.top-menu-main > li > a { 
  padding: 0 0;
}

.style5 ul.top-submenu {
  -moz-box-shadow: 0 0 8px #333;
  -webkit-box-shadow: 0 0 8px #333;
	box-shadow: 0 0 8px #333;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}

.style5 ul.top-submenu > li {
  margin: 0px;
  padding: 5px 8px;
  background: #333 transparent;
  color: #fff;
  white-space: nowrap;
  

}

.style5 ul.top-submenu > li.hover {
  background: #000;
  color: #fff;
}
