/* Defines the link formatting within all the Category Cells */
.cat1 a, .cat2 a, .cat3 a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
/* Defines the formatting of the Category Cells */
.cat1, .cat2, .cat3{
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* Parent Category Cell formatting */
.cat1 a{
	color: #FFFFFF;
	font-size: 11px;	
}
.cat1 {
	padding-top:10px;
}
.cat1 a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
/* Child Category Cell formatting */
.cat2 a{
	font-size: 10px;
	color: #FFFFFF;
}
.cat2 a:hover{
	text-decoration:underline;
}
/* 3rd Level Category Cell formatting */
.cat3 a{
	font-size: 10px;
	color: #FFFFFF;
}
.cat3 a:hover{
	text-decoration:underline;
}