


.cat{
	font-size: 11px;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
	color: #000033;
	border-bottom : 0px dotted Gray;
	border-left : 0px dotted #c0c0c0;
	border-top : 0px dotted #c0c0c0;
	border-right : 0px dotted #c0c0c0;
}
.cat:hover
{
	font-size: 11px;
	font-style:normal;
	color: #5D6266;
	font-weight: normal;
	text-decoration: none;
	background : #ffffff;
	padding-left:0px;
	padding-right:0px;
	border-bottom : 0px dotted #5D6266;
	border-left : 0px dotted #5D6266;
	border-top : 0px dotted #5D6266;
	border-right : 0px dotted #5D6266;
}