ul#product_cats {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 125px; 
    background-color: transparent;
    border:0px solid white;
}

ul#product_cats li {	
    margin:0;
}

ul#product_cats li a {
	display: block;
	text-decoration: none;
	color: #71501D;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	border: 0px solid #ccc; /* IE6 Bug */
    width:100%;
}


ul#product_cats li ul {
	list-style:none;
    margin:0;
    padding:0;
    margin-left:5px;
}

ul#product_cats li ul li a {
	display: block;
	text-decoration: none;
	color: #71501D;
	font-size: 14px;
	font-weight: normal;
	padding: 2px;
	border: 0px solid #ccc; /* IE6 Bug */
    width:100%;
}

