/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:verdana,arial, sans-serif;}
 
/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
	
	
}
 
/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
 
/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:33px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */
 
/* pre-load the hover images into the lists */
.menu li.p1 {width:72px; background:url(images/custom/girls2.jpg) no-repeat;;}
.menu li.p2 {width:66px;background:url(images/custom/boys2.jpg) no-repeat;}
.menu li.p3 {width:65px; background:url(images/custom/sale2.jpg) no-repeat;}
.menu li.p4 {width:90px;background:url(images/custom/voucher2.jpg) no-repeat;}
.menu li.p5 {width:84px; background:url(images/custom/baobab2.jpg) no-repeat;}
.menu li.p6 {width:61px; background:url(images/custom/info2.jpg) no-repeat;}
.menu li.p7 {width:104px; background:url(images/custom/stockists2.jpg) no-repeat;}

 
/* set up the normal unhovered images in the links */
.menu li a#girls {width:72px; background:url(images/custom/girls1.jpg) no-repeat;}
.menu li a#boys {width:66px; background:url(images/custom/boys1.jpg) no-repeat;}
.menu li a#sale {width:65px; background:url(images/custom/sale1.jpg) no-repeat;}
.menu li a#vouchers {width:90px; background:url(images/custom/voucher1.jpg) no-repeat;}
.menu li a#baobab {width:84px; background:url(images/custom/baobab1.jpg) no-repeat;}
.menu li a#info {width:61px; background:url(images/custom/info1.jpg) no-repeat;}
.menu li a#stockists {width:104px; background:url(images/custom/stockists1.jpg) no-repeat;}
 
/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#girls:hover, .menu li:hover a#girls,
.menu li a#boys:hover, .menu li:hover a#boys,
.menu li a#sale:hover, .menu li:hover a#sale,
.menu li a#vouchers:hover, .menu li:hover a#vouchers,
.menu li a#baobab:hover, .menu li:hover a#baobab,
.menu li a#info:hover, .menu li:hover a#info,
.menu li a#stockists:hover, .menu li:hover a#stockists

{background:transparent;}
 
/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */
 
/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 
.menu :hover ul {left:0; top:33px; background: #fff; padding:0px; border:1px solid #de1c3f; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:300;}
.menu :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto;}
.menu :hover ul li a {display:block; font-size:11px; height:20px; line-height:20px; width:auto; padding:0 10px; color:#000; text-decoration:none;}
.menu :hover ul li a:hover {background:#e3edef; color:#2f2f2f;}
 
.menu ul.sub1 {width:150px; height:auto;}
.menu ul.sub2 {width:185px;}
.menu ul.sub3 {width:185px;}
.menu ul.sub4 {width:185px;}
