.ImageCategoriesNavBar
{
  padding: 3px; 
  background-color:Silver;
}

.Item
{
  color:Black;   
  font-family: verdana; 
  font-size: 12px; 
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;  cursor: pointer;
}

.ItemHover
{
  background-color:White; 
  color: #666666; 
  font-family: verdana; 
  font-size: 12px; 
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.ItemSelected
{
  background-color: White; 
  color:Black; 
  font-family: verdana; 
  font-size: 12px; 
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor: default;
}

