/* ================================================================ 
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; }
 
/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
	z-index:2; 
	
}
 
/* 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:45px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:2; font-size:10px;} /* move the link text off screen */
 
/* pre-load the hover images into the lists */
.menu li.p1 {width:69px; background:url(images/home2.jpg) no-repeat;;}
.menu li.p2 {width:86px;background:url(images/product2.jpg) no-repeat;}
.menu li.p3 {width:87px; background:url(images/support2.jpg) no-repeat;}
.menu li.p4 {width:85px; background:url(images/reseller2.jpg) no-repeat;}
.menu li.p5 {width:119px;background:url(images/press2.jpg) no-repeat;}
.menu li.p6 {width:73px; background:url(images/faqs2.jpg) no-repeat;}
.menu li.p7 {width:85px; background:url(images/about2.jpg) no-repeat;}
.menu li.p8 {width:96px; background:url(images/contact2.jpg) no-repeat;}
.menu li.p9 {width:144px; background:url(images/account1a.jpg) no-repeat;}
.menu li.p10 {width:137px; background:url(images/cart2a.jpg) no-repeat;}

 
/* set up the normal unhovered images in the links */
.menu li a#home {width:69px; background:url(images/home1.jpg) no-repeat;}
.menu li a#product {width:86px; background:url(images/products1.jpg) no-repeat;}
.menu li a#support {width:87px; background:url(images/support1.jpg) no-repeat;}
.menu li a#reseller {width:85px; background:url(images/reseller1.jpg) no-repeat;}
.menu li a#press {width:119px; background:url(images/press1.jpg) no-repeat;}
.menu li a#faqs {width:73px; background:url(images/faqs1.jpg) no-repeat;}
.menu li a#about {width:85px; background:url(images/about1.jpg) no-repeat;}
.menu li a#contact {width:96px; background:url(images/contact1.jpg) no-repeat;}
.menu li a#account {width:144px; background:url(images/account2a.jpg) no-repeat;}
.menu li a#cartbtn {width:137px; background:url(images/cart1a.jpg) no-repeat;}
 
/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#product:hover, .menu li:hover a#product,
.menu li a#support:hover, .menu li:hover a#support,
.menu li a#reseller:hover, .menu li:hover a#reseller,
.menu li a#press:hover, .menu li:hover a#press,
.menu li a#faqs:hover, .menu li:hover a#faqs,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#account:hover, .menu li:hover a#account,
.menu li a#cartbtn:hover, .menu li:hover a#cartbtn	

{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:2;
} /* 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; font:Arial, Helvetica, sans-serif, Verdana}
 
.menu :hover ul {left:0; top:45px; background: #fff; padding:0px; border:1px solid #2f2f2f; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:2;}
.menu :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto;}
.menu :hover ul li a {display:block;  height:20px; line-height:20px; width:auto; padding:0 10px; color:#000; text-decoration:none; }
.menu :hover ul li a:hover {background:#ccc; color:#2f2f2f;}
 
.menu ul.sub1 {width:150px; height:auto;}
.menu ul.sub2 {width:120px;}
.menu ul.sub3 {width:185px;}
.menu ul.sub4 {width:185px;}
.menu ul.sub5 {width:185px;}
.menu ul.sub6 {width:185px;}
.menu ul.sub7 {width:185px;}
 
