﻿.NavBar
{
  background-color:#df0005;
}
.HomeTopItem
{
  font-family: tahoma, verdana; 
  font-size: 14px; 
  font-weight: bold;
  color:#fff;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #fff;
  width:125px;
  cursor:pointer;
  } 
.TopItem
{
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  color:#fff;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #fff;
  width:125px;
  cursor:hand;
  }
.TopItemActive
{
    background-color:#DF0005;
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  color:#fff;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #fff;
  width:125px;
  cursor:hand;
  }

.TopItemHover
{
  color:#ffffff;
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
    
  border-bottom: solid 1px #fff;
  width:125px;
  cursor:pointer;
}


.Level2Item
{
 color:#fff; 
  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:#df0005;
  color:#fff;
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #fff;
  width:125px;
  cursor:pointer;
}

.Level2Group
{
  background-color:#DF0005;
  width:125px;
}


.WebsitesItem
{
 color:#fff; 
  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:#fff;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #fff;
  width:125px;
  cursor:hand;
}

.SelectedItemHover
{
  background-color:#fff; 
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  color:#fff;
  padding-right: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  border-bottom: solid 1px #fff;
  width:125px;
  cursor:hand;
}

.Highlight
{
  background-color:#fff;
  color:#fff;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  padding-right: 4px; 
  cursor:hand;
}
.Empty
{
}


