.itemText 
{ 
	text-decoration: none; 
	background-color: #EDEEED; 
	color: #333333; 
	font-size: 10px;
	font-family: Arial, Helvetica;
	margin: 0px; 
	//margin-bottom: 10px; 
	padding-top: 4px; 
	padding-left: 4px; 
	padding-right: 0px; 
}
.itemHover 
{
	text-decoration: none;
	background-color: #B9C5D1;
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica;
	margin: 0px;
	//margin-bottom: 10px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 0px;
	cursor : hand;
}

.itemBorderHover 
{
	border-top: 1px solid #B9C5D1;//;
	border-left: 10px solid #EDEEED;
//	border-right: 2px solid #EDEEED;
	border-bottom: 1px solid #EDEEED;
}

.itemBorder 
{
	border-top: 1px solid #B9C5D1;
	border-left: 10px solid #EDEEED;
//	border-right: 2px solid #EDEEED;
	border-bottom: 1px solid #EDEEED;
}

.categoryHover
{
		cursor : hand;
}
