﻿.NavBar
{
  background:#fff; 
  cursor: default; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px; 
  font-weight: normal;
  color:#626262;
} 

.TopItem
{
  color:#626262;
  background-color: #eeeeee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px; 
  border: 0px solid #457E9C;
  border-right-color:#457E9C;
  border-bottom-color:#457E9C;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemHover
{
  color:#626262;
  background-color:#e0e0e0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px; 
  font-weight: normal;
  border: 0px solid white;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemActive
{
  color:#626262;
  background-color:#D5D5D5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px; 
  font-weight: normal;
  border: 0px solid #8C8C8C;
  border-right-color:white;
  border-bottom-color:white;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemSelected
{
  background-color:#eeeeee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px; 
  color:black;
  border: 0px solid #457E9C;
  border-right-color:#EBEFF6;
  border-bottom-color:#EBEFF6;
  padding:3px;
  padding-left: 0px; 
  cursor:hand;
}

.Level2Item
{
  background-color:#eeeeee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px; 
  color:#626262;
  border: 0px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:3px;
  padding-left: 0px; 
  cursor:hand;
}

.Level2ItemHover
{
  background-color:#e0e0e0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  color:#626262;
  border: 0px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:3px;
  padding-left: 0px; 
  cursor:hand;
}

.Level2ItemSelected
{
  background-color:#ffeeaa;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px; 
  color: red;
  border: 0px solid #457E9C;
  border-right-color:#EBEFF6;
  border-bottom-color:#EBEFF6;
  padding:3px;
  padding-left: 0px; 
  cursor:hand;
}

.Level2Group
{
  background-color:white;
  background-image: url(/themes/default/navbarimages/group_bg.gif);
}

.Empty
{
}

