
#categoriesSection{
	height: 100%;
	width: 292px;
	margin-right: 8px;
}
.categoryItem{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.categoryItem:hover {
	font-family: Tahoma;
	font-size: 11px;
	color:#004080;
	text-decoration:underline;
}
.categoryItemLighted{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	background-color:#ffff00;
}
.categoryItemLighted:hover {
	font-family: Tahoma;
	font-size: 11px;
	color:#004080;
	text-decoration:underline;
	background-color:#ffff00;
}

.categoryRow1{
	background-color: #ffffff;
	height: 20px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	
}
.categoryRow2{
	background-color: #f8f8f8;
	height: 20px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
}
