﻿
.ImageCategoriesNavBar
{
  padding: 3px; 
  font-family: Trebuchet, Arial, Verdana, Helvetica;
  font-size:11px;
}

.Category
{
  color: #ffffff;   
  font-family: Trebuchet, Arial, Verdana, Helvetica;
  font-size:12px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: None;
  margin-bottom: 15px;
}

.CategoryHover
{
  color: #ffffff; 
  font-family: Trebuchet, Arial, Verdana, Helvetica;
  font-size:12px;
  font-weight: bold;
  cursor:pointer;
  text-decoration: underline;
  margin-bottom: 15px;
}

.Item
{
  color: #ffffff;
  font-family: Trebuchet, Arial, Verdana, Helvetica;
  font-size:11px;
  font-weight: normal;   
  cursor: pointer;
  font: Arial;
  text-decoration: None;
}

.ItemHover
{
  color: #ffffff; 
  font-family: Trebuchet, Arial, Verdana, Helvetica;
  font-size:11px;
  cursor:pointer;
  text-decoration: underline;
}


.ItemSelected
{  
  color : #ffffff;
  cursor: pointer;
  text-decoration: underline;
}

