DIV#category_select {
	float: right;
	width: 228px;
	padding: 6px 0;
	border: 1px solid #807a70;
}

	DIV#category_select A {
			color: #666666;
			padding: 2px 0 3px 30px;
			border: 0;
			text-decoration: none;
		}

	DIV#category_select A:hover {
			color: #666666;
		}

	DIV#category_select A.creative {
			background: url("../images/category_select/creative_off.gif") no-repeat 5px 0;
		}
	DIV#category_select A.creative_active {
			background: url("../images/category_select/creative_on.gif") no-repeat 5px 0;
		}
	DIV#category_select A.creative:hover {
			background: url("../images/category_select/creative_on.gif") no-repeat 5px 0;
		}

	DIV#category_select A.editorial {
			background: url("../images/category_select/editorial_off.gif") no-repeat 5px 0;
		}
	DIV#category_select A.editorial_active {
			background: url("../images/category_select/editorial_on.gif") no-repeat 5px 0;
		}
	DIV#category_select A.editorial:hover {
			background: url("../images/category_select/editorial_on.gif") no-repeat 5px 0;
		}

	DIV#category_select A.film {
			background: url("../images/category_select/film_off.gif") no-repeat 5px 0;
		}
	DIV#category_select A.film_active {
			background: url("../images/category_select/film_on.gif") no-repeat 5px 0;
		}
	DIV#category_select A.film:hover {
			background: url("../images/category_select/film_on.gif") no-repeat 5px 0;
		}