/* $Rev: 19193 $ */

#storefront_side_column {
	width: 200px;
	float: left;
}
#storefront_side_column ul {
	margin: 0;
	padding: 0;
}

#storefront_side_column ul li {
	list-style: none;
	text-align: left;
}

#storefront_side_column ul li a:link,#storefront_side_column ul li a:visited
	{
	display: block;
	padding: 10px 5px 10px 35px;
	font-size: 12px;
	font-weight: bold;
	background: #fefefe url('../images/backgrounds/bullet_list_arrow_1.gif') no-repeat left center
		;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #f3f3f3;
	text-decoration: none;
}

#storefront_side_column ul li a:hover,#storefront_side_column ul li a:active
	{
	display: block;
	padding: 10px 5px 10px 35px;
	font-size: 12px;
	font-weight: bold;
	background: #f3f3f3 url('../images/backgrounds/bullet_list_arrow_2.gif') no-repeat left center
		;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: underline;
}



