.ListItem, .ListItemHover
{
  font-size: xx-small;
}

.ListItem
{
  color: black;
  cursor: default;
}

.ListItemHover
{
	cursor: default;
  background-color	: #0d94df;
  color				: black;
  background-color: #ffcc66;
	
	background-position: center right;
	background-repeat: no-repeat;
}
.ListItem1, .ListItemHover1
{
  font-size: xx-small;
}

.ListItem1
{
  color: black;
  cursor: default;
}

.ListItemHover1
{
	cursor: default;
	background-color	: orange;
	color				: black;
	background-position: center right;
	background-repeat: no-repeat;
}