@charset "UTF-8";
/* CSS Document */

<style type="text/css">

#Products {
	width: 170px;
	margin-left: 5px;
}
#Products {
	margin-left: 5px;
	padding-right: 10px;
	width: 170px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	display: block;
}
#Products li {
	list-style-type: none;
}
#Products a {
	text-decoration: none;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	display: block;
	background-color: #006;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#Products li a:hover {
	color:#006;
	text-decoration: none;
	background-color: #CCC;
}

