ul.categories{
	list-style:none;
	margin:0;
	padding:0;
}
/* Defines the link formatting within all the Category li's */
.cat1 a, .cat2 a, .cat3 a{
	font-family:Tahoma, Arial, Verdana;
	text-decoration:none;
	display:block;
	padding:3px;
}
/* Defines the formatting of the Category li's */
.cat1, .cat2, .cat3{
	list-style:none;
	line-height:14px;
	border-bottom:1px solid #fff;
}
/* Parent Category Cell formatting */
.cat1 a{
	font-size: 11px;
	font-weight:bold;
}
.cat1 a:link, .cat1 a:active, .cat1 a:visited{
	background-color:#d02b53;
	color: #fff;	
}
.cat1 a:hover{
	background-color:#A32142;	
}
/* Child Category li formatting */
.cat2 a, .cat3 a{
	font-size: 11px;
}
.cat2 a:link, .cat3 a:link, .cat2 a:active, .cat3 a:active, .cat2 a:visited, .cat3 a:visited{
	background-color:#e0e0e0;
	color: #333;
}
.cat2 a:hover, .cat3 a:hover{
	background-color:#CFCFCF;
}