/* ================================================================ 
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/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
$searchBoxCss
td.newSearch {
	line-height:11px; 
	font-size:11px; 
}
.menu {
	padding-top:2px;
	z-index:8; 	
	width:236px;
}

.menu b {
	font-family:verdana, sans-serif;
	font-size:11px; 
	line-height:12px; 
	font-weight:bold;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;

}
/* make the top level links horizontal and position relative so that 
	we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

.menu a, .menu :visited {
	display:block;
	z-index:9; 	
	font-size:10px;
	width:213px;
	#padding:7px 0;
	padding: 6px 10px;
	color:#000;
	text-decoration:none;
	border-width:1px;
	border-color:#8A0500;
	border-style:solid;
	#border-collapse:collapse;
	margin-right:1px;
	
	margin-top:-1px;
	margin-bottom:0px;
	text-align:left;
	font-family:verdana, sans-serif;
	line-height:12px; 
	height:13px; 
	font-size:11px; 
	#text-indent:8px; 
	background:#ffffff url(/shops/images/downArrow3.gif) no-repeat scroll right center;
}


.menu ul li ul a, .menu ul li ul :visited {
	background:#ffffff url(/shops/images/box.gif) no-repeat scroll right center;
	height: auto;
}

/* style the links hover */
.menu :hover{
	color:#8a0500;
	background:#f6e7c2;
}
.menu ul li ul :hover{
	color:#000000;
	background-color:#eeeeee ! important;
	background:#ffffff url(/shops/images/box.gif) no-repeat scroll right center;
}


/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:213px;
	height:0;
}

.menu ul ul a {
	line-height:auto;
	height:auto; 
	vertical-align:middle;
	background:#ffffff
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
