﻿div.category-table{
	width:564px;
	_WIDTH:544px;
	float:left;
	/*background-color:Green;*/
}

div.category-cell{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:black;
	text-align:center;
	vertical-align:top;
	width:188px;
	_WIDTH:180px;
	float:left;
}

div.category-cell a, div.category-cell a:hover, div.category-cell a:link, div.category-cell a:active, div.category-cell a:visited{
	color:black;
	text-decoration:none;
}

div.category-cell:hover
{
	background: #F0F0F0;
	/*background-color:Yellow;*/
}