﻿.NavBar
{
  background-color:#a4d5f2;
}
.HomeTopItem
{
  font-family: tahoma, verdana; 
  font-size: 14px; 
  font-weight: bold;
  color:#DD1A2B;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #2A96D2;
  width:125px;
  cursor:pointer;
  } 
.TopItem
{
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  color:#000;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #2A96D2;
  width:125px;
  cursor:hand;
  }
.TopItemActive
{
    background-color:#a4d5f2;
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  color:#000;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #2A96D2;
  width:125px;
  cursor:hand;
  }

.TopItemHover
{
  color:#000;
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
    
  border-bottom: solid 1px #2A96D2;
  width:125px;
  cursor:pointer;
}


.Level2Item
{
 color:#000; 
  font-family: tahoma, verdana; 
  font-size: 11px; 
  cursor:pointer;
    padding-right: 4px; 
}

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  cursor:pointer;
    padding-right: 4px; 
}
.Level2ItemSelected
{
  background-color:#ffffff;
  color:#000;
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #2A96D2;
  width:125px;
  cursor:pointer;
}

.Level2Group
{
  background-color:#a4d5f2;
  width:125px;
}


.WebsitesItem
{
 color:#DD1A2B; 
  font-family: tahoma, verdana; 
    font-weight: bold;
  font-size: 11px; 
  cursor:pointer;
    padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
}
.WebsitesLinks
{
 color:#000; 
  font-family: tahoma, verdana; 
  font-size: 11px;
      font-weight: bold;
  cursor:pointer;
    padding-right: 4px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
}

.SelectedItem
{
  background-color:#fff; 
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  color:#000;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #2A96D2;
  width:125px;
  cursor:hand;
}

.SelectedItemHover
{
  background-color:#fff; 
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  color:#000;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #2A96D2;
  width:125px;
  cursor:hand;
}

.Highlight
{
  background-color:#fff;
  color:#000;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  padding-right: 4px; 
  cursor:hand;
}
.Empty
{
}


