.basket_menu
{
	clear			: both;
	padding-top		: 10px;
}
.basket_menu ul
{
	list-style-type	: none;
	border			: 1px solid #fff;
}
.basket_menu ul li
{
	margin			: 0;
}
.basket_menu ul li.top
{
	background		: #adadad url('../dsg/basket.gif') no-repeat 110px 4px;
	font-weight		: bold;
	font-size		: 12px;
	color			: #fff;
	padding			: 2px 4px;
}
.basket_menu ul li.middle
{
	background		: #d8d8d8;
	color			: #000;
	padding			: 2px 6px;
}
.basket_menu ul li.bottom
{
	background		: #adadad;
	color			: #fff;
	padding			: 2px 4px;
}
	.basket_menu ul li.bottom a.left
	{
		float			: left;
		color			: #fff;
		text-decoration	: underline;
	}
	.basket_menu ul li.bottom a.left:hover
	{
		text-decoration	: none;
	}
	.basket_menu ul li.bottom a.right
	{
		float			: right;
		color			: #fff;
		text-decoration	: underline;
		font-weight		: bold;
	}
	.basket_menu ul li.bottom a.right:hover
	{
		text-decoration	: none;
	}
