/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ul-dropdown.html
Copyright (c) Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#dropdown a,
#dropdown a:visited,
#dropdown a:hover,
#dropdown a:active,
#dropdown a:focus {
	direction:ltr;
	outline:0;
}

#dropdown {
	background:transparent;
	height:28px;
	font:normal 16px/28px arial, verdana, sans-serif;
/*	width:720px;
	width: 100%; */
	margin:0 auto;
	position:relative;
}

#dropdown ul {
	margin:0;
	padding:0;
	list-style:none;
}

#dropdown ul.dmenu {
	position:absolute;
	overflow:hidden;
}
#dropdown .dmenu .level1-li {
	float:left;
	width:80px;
	margin-top:-3200px;
}

#dropdown .dmenu a {
	display:block;
	width:80px;
	text-decoration:none;
	text-align:center;
	color:#D1AA35;
}

#dropdown .dmenu a.level1-a {
	position:relative;
	float:left;
	margin-right:-79px;
	margin-top:3200px;
}

#dropdown .dmenu .sub {
	background:#A0A3AA;
	float:left;
	margin-top:-28px;
	padding-top:28px;
}

#dropdown .dmenu .sub a {
	background:#CBCFD6;
	position:relative;
	margin-right:-1px;
}

#dropdown .dmenu a:hover,
#dropdown .dmenu a:focus,
#dropdown .dmenu a:active {
	background:#A0A3AA;
	margin-right:0;
}

#dropdown .dmenu a.current {
	background:#CBCFD6;
}

.ShopLink{
    width: 170px !important;
}
.ShopLink a{
    width: 100% !important;
}
.ShopLink ul li{
    background-color: #D1AA35;
    border-bottom: 1px solid #fff;
}
.ShopLink ul li a{
    color: #fff !important;
}
#dropdown .dmenu a:hover + ul  {
    visibility: visible !important;
}
 #dropdown ul.dmenu {
    overflow: visible;
}
.ShopLink ul {
    position: absolute;
    top: 28px;
    visibility: hidden;
}
.ShopLink ul:hover {
    visibility: visible;
}