/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#product td.amount ul {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 40px; /* Width of Menu Items */
	background-color: #dfedfa;
	}
	
#product td.amount ul li {
	position: relative;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#product td.amount li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 15px;
	padding-top:1px;
	display: none;
	background-color: #dfedfa;
	z-index:9990;
	}

/* Styles for Menu Items */
#product td.amount ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	background: transparent; /* IE6 Bug */
	padding: 2px 5px 3px 5px;
	}
#product td.amount ul li a:hover {
	background-color: #90bdd4;
		}
		
#product td.amount li ul a:hover {
	background-color: #90bdd4;
		}
	
/* Holly Hack. IE Requirement \*/
* html #product td.amount ul li { float: left; height: 1%; }
* html ##product td.amount ul li a { height: 1%; }
/* End */

#product td.amount li:hover ul , li.over ul  { display: block; } /* The magic */
