#category td {
background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	}
	
#category a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:3px 3px 3px 22px;
	background: url("cat_arrow.gif") 10px 45% no-repeat;
	}
	
#category a:hover {
	color: #FFFFFF;
	background-image: url(cat_arrow-over.gif);
	background-repeat: no-repeat;
	background-position: 10px 45%;
	background-color: #333333;
	}
	
.catText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	