/* CSS Document */
#ategory {
	width: 242px;
	height: auto;
	background-color: #f2f2f2;
	padding-top: 5px;
	padding-bottom: 10px;
}

#ategory ul{
list-style-type: none;
margin: 0px;padding: 0px;
}
#ategory a{
	width: 200px;
	padding-left: 20px;
	display: block;
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	color: #2a2a2a;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
}
#ategory a:hover{
	color:#CB0F0E;
	background-image: url(../images/minus-red.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
