#categories {
    width: 170px;
	margin: 5px 5px 5px 5px;
	padding: 0;
	background-color: #C3D2A9;
	background-image: url("/images/categorybackground.jpg");
	background-repeat: repeat-y;
}

#categories #header {
	margin: 0 0 5px 0;
	padding: 0px;
	background-image: url("/images/categoryheader.jpg");
	background-repeat: no-repeat;
	height: 30px;
	display: block;
}

#categories #footer {
	margin: 0px;
	padding: 0px;
	background-image: url("/images/categoryfooter.jpg");
	background-repeat: no-repeat;
	height: 12px;
	display: block;
    line-height: 0;
    font-size: 0;
}

#categories p {
	display: none;
}

#categories a {
	width : 150px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #393534;
	text-decoration: none;
	padding: 5px 0 5px 20px;
}

#categories a:hover {
	background-image: url("/images/categoryselected.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

#categories .selected {
	background-image: url("/images/categoryselected.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	color: #3E8027;
}

