.cat_down {
	float:left;
	display:inline;
	width:150px;
	padding:10px;
	background:#666666;
	color:#FFFFFF;
	margin-bottom:10px;
}
.cat_down h3 {
	margin:0 0 10px 0;
	text-transform:uppercase;
}
.cat_down div {
	float:left;
	display:inline;
	width:150px;
	margin:30px 0 0 0;
}
.cat_down span {
	float:left;
	display:inline;
	width:150px;
	margin:-13px 0 0 0;
	line-height:13px;
}
.cat_down a {
	float:right;
	display:inline;
	color:#ffa616;
	text-decoration:none;
	background:transparent url(../../images/backs/arrow_orange.gif) top right no-repeat;
	padding-right:12px;
	font-weight:bold;
}
.cat_down a:hover {
	color:#FFFFFF;
	background:transparent url(../../images/backs/arrow_white.gif) top right no-repeat;
}
