/********** AQUA STYLE ********/

ul.aqua {
	width: 122px;//width: 122px;
	_width: 145px;  /* IE ... */
	text-align: left;
	list-style: none;	display: none;
	margin: 0;
	padding: 0;margin-top: -20px;
	background: #35262d;
	position: absolute;
	margin-left: 0px;
	cursor: default;
	z-index: 9999!important;
}
*html ul.aqua {margin-top: -26px;}

ul.aqua li {
	-moz-user-select: none;
	padding: 4px 0 4px 8px;
	_padding: 4px 0 4px 5px; /* IE ... */
	color: #fff;
	font: 11px "Arial";
	background: #35262d;
	width: 122px;
	_width: 145px;  /* IE ... */
	padding-right: 20px;
	text-decoration: none;
	cursor: default;
}

ul.aqua li.selected {
	background: url(bg_price.gif) no-repeat right #666666;color: #fff;
}

a.aqua {
	display: block;
	width: 122px;
	_width: 145px;  /* IE ... */
	height: 20px;
	background: url(bg_select.gif) no-repeat left 0;
	font: 11px "Arial";
	text-decoration: none;
	cursor: default;
	color: #ffffff;
	text-align: left;
}

a.aqua div {
	width: 122px;
	_width: 145px;  /* IE ... */
	padding: 3px 18px 4px 4px;
	height: 14px;
	_height: 20px;  /* IE ... */
	overflow: hidden;
	margin-left: 0px;
	-moz-user-select: none;z-index: 9999;
}
.selected_aqua{background: url(bg_select_brown1.gif) no-repeat left 0 #000000;color: #ffffff;}
