.cat_header {
	float: left;
	margin-top: 10px;
	border-right: 1px solid #005479;
}

.categories {
	float: left;
	width: 277px;
}

.category {
	width: 250px;
	margin-left: 15px;
	margin-bottom: 10px;
}

a.root {
	color: #005479;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 2px 15px;
	display: block;
}
a.root:hover {
	color: white;
	text-decoration: none;
	background: url(../images/cat_arrow.gif) 7px 5px no-repeat;
	background-color: #FF841A;
}

.subcategory {
	margin-left: 15px;
	color: #005479;
}
a.sub {
	color: #005479;
	text-decoration: none;
	
}
a.sub:hover {
	color: white;
	text-decoration: none;
	background-color: #FF841A;
}

.cat_picture {
	float: left;
	width: 230px;
	margin-top: 20px;
	text-align: center;
}
.cat_picture img {
	margin-bottom: 20px;
}
