#menu-productcategories {
     width:100%;
  margin:0px 0px 0px 0px;
}

#menu-productcategories img {
	height: 20px;
     margin-right: 10px;
}

#menu-productcategories li {
	position: relative;
     float: none;
     width: 100%;
}
#menu-productcategories ul {
	position: absolute;
	display: none;
	z-index: 99;
     left:30%;
	top: 30px;
}
#menu-productcategories > li {
	float: left;
}
#menu-productcategories li:hover > ul,
#menu-productcategories li.sidebarHover > ul {
	display: block;
}

#menu-productcategories a {
	display: flex;
	position: relative;
     align-items: center;
}
#menu-productcategories ul ul {
	top: 0;
	left: 100%;
}

#menu-productcategories {
	float: left;
	margin-bottom: 1em;
}
#menu-productcategories ul {
	box-shadow: 2px 2px 6px #888888;
	min-width: 12em;
	width: 12em;
}
#menu-productcategories a {
	padding:10px;
	text-decoration: none;
	zoom: 1;

}
#menu-productcategories li {
	background:none;
	white-space: nowrap;
	-webkit-transition: background .2s;
	transition: background .2s;
}

#menu-productcategories li a {
	font-size:14px;
     color:#8e8e8e;
	border-bottom:1px dotted #e0e0e0;
}
#menu-productcategories li a:hover,#menu-productcategories .highlight {
	background:#e0e0e0;
     color: #4a4a4a;
}



#menu-productcategories ul li a {
	background:#f4f1f1;
	border-bottom:1px solid #ebebeb;
	font-size:14px;
	color:#3d3d3d;
}
#menu-productcategories ul li a:hover {
	background:#e0e0e0;
     color: #4a4a4a;
}
#menu-productcategories li:hover,
#menu-productcategories li.sidebarHover {
	-webkit-transition: none;
	transition: none;
}

