
#cat {
	margin: 0;
	padding: 0;
}
	
#cat ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}

#cat ul li {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	text-indent: 2px;
}

#cat ul li a {
	background: #DEE0D5 no-repeat;
	width: 150px;
	height: 20px;
	border-top: 1px solid #EDEEE8;
	border-left: 1px none;
	border-bottom: 1px solid #BCBEB1;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #6F8282;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 15px;
	font-size: 11px;
}

#cat ul li a:hover {
	color: #4B6060;
	background: #D7DEDE no-repeat;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ECF2F3;
	border-bottom-color: #9CADAD;
}

table
{
	font-size: 9pt;
	font-family: Tahoma
}
