#ShopMenu
{
	background: #e5e5e5;
	width: 144px;
}

/* remove indent for all lists */
#ShopMenu ul
{
	margin: 0px;
	padding: 0px;
}

/* set default padding for all list elements and remove bullets */
#ShopMenu li
{
	padding: 10px 8px 10px 24px;	
	margin: 0;
	list-style: none;
	position: relative;

	color: #4D4D4D;
	text-decoration: none;
	font-weight: bold;
}

#ShopMenu li li
{
	padding: 1px 8px 1px 24px;	
	margin: 0px;
	border-bottom: #e9e9e9 1px solid;
}

#ShopMenu li:hover
{
	/*padding: 10px 8px 10px 24px;*/
	margin: 0px;
	background: #8ED200;
}

#ShopMenu li li:hover
{
	margin: 0px;
	background: #8ED200;
}

#ShopMenu li a
{
	margin: -10px 0px -10px 0px;
	padding: 10px 0px 10px 0px;
	color: #4D4D4D;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	display: inline-block;
}
#ShopMenu li li a
{
	margin: 0px;
	padding: 0px;
	color: #4D4D4D;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

/* specifically ensure that all submenus hover and have correct colours */
#ShopMenu ul ul
{
	margin: 0px;
	padding: 0px;
	background: white;
	border: black 2px solid;
	position: absolute;
	left: 138px !important;
	left: 112px;
	width: 190px;
	top: -130px;
	display: none;
	z-index: 100;
}

#ShopMenu ul ul ul
{
	margin: 0px;
	padding: 0px;
	background: white;
	left: 178px !important;
	left: 166px;
	width: 190px;
	top: -2px;
	z-index: 200;
}

/* set text and background style for header */
#ShopMenu ul li.header, #ShopMenu ul li.footer
{
	padding: 10px 8px 10px 24px;
	background: #9c9a9c;
	color: #ffffff;
	font-weight: bold;
	margin-right: 0px !important;
	margin-right: -2px;
}

#ShopMenu li:hover > ul
{
	display: block;
}
