.Pollbg
{
  background: url(/images/pollbg.jpg);
  font-family: tahoma; 
  font-size: 11px;
  font-weight: bold; 
  cursor: default; 
}
.NavBar
{ 
  background-color: #E5E4E8; 
  border: 1px solid #9D9DA1; 
  cursor: default; 
} 

.TopItem
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid white; 
  border-right-color: #9D9DA1;
  border-bottom-color: #9D9DA1;
  padding-top: 4px; 
  padding-bottom: 4px; 
  cursor:hand;
}

.TopItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 2px solid white; 
  border-right-color: #9D9DA1;
  border-bottom-color: #9D9DA1;
  padding-top: 3px; 
  padding-bottom: 3px; 
  cursor:hand;
}

.TopItemActive
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 2px solid #9D9DA1; 
  border-right-color: white;
  border-bottom-color: white;
  padding-top: 3px; 
  padding-bottom: 3px; 
  cursor:hand;
}


.Level2Item
{
  font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
 font-family: tahoma, verdana; 
  font-size: 11px; 
  cursor:hand;
}

.Level2ItemHover
{
  font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
 font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  cursor:hand;
}

.Level2Group
{
  border-top-color: #F0F1F5;
  padding-top:5px;
}

.Empty
{
}

