@IMPORT url("path.css");

.category {
	background-color: #F0F0F0;
	border: 2px solid #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	display: block;
	float: left;
	height: 60px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	width: 120px;
	position: relative;
}

.category:HOVER {
	border: 2px solid #f0f0f0;
}

.category .label {
	position: absolute;
	bottom: 6px;
	width: 100%;
}