.NavBar
{
  background-color:#F5F5F5;
  background-image: url(/images/menu_02.gif);
  border: 1px solid #666666; 
  cursor: default; 
} 

.TopItem
{
  color:#999999;
  background-image: url(/images/item_bg.jpg);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  /*font-weight: bold;*/
  border: 1px solid white;
  border-right-color:#DDDED9;
  border-bottom-color:#DDDED9;
  border-left-color:#DDDED9;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
  direction:rtl;
  height:25px;
}

.TopItemHover
{
  color:black;
  background-color:#D5D5D5;
  background-image: url(/images/item_hover_bg.jpg);
  font-family: tahoma, verdana; 
  font-size: 11px; 
/*  font-weight: bold;*/
  border: 1px solid white;
  border-right-color:#DDDED9;
  border-bottom-color:#DDDED9;
  border-left-color:#DDDED9;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
  direction:rtl;
  height:25px;
}

.TopItemActive
{
  color:#999999;
  background-color:#D5D5D5;
  background-image: url(/images/item_hover_bg.jpg);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  /*font-weight: bold;*/
  border: 1px solid #DDDED9;
  border-right-color:white;
  border-bottom-color:white;
  border-left-color:white;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
  direction:rtl;
  height:25px;
}

.Level2Item
{
  color :#999999;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  border-left-color:#CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
  direction:rtl;
  height:25px;
}

.Level2ItemHover
{
  background-color:White;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  border-left-color:#CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
  direction:rtl;
  height:25px;
}

.Level2ItemSelected
{
  background-color:White;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid #CCCCCC;
  border-right-color:white;
  border-bottom-color:white;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
  direction:rtl;
  height:25px;
}

.Level2Group
{
  background-color:white;
  background-image: url(/images/group_bg.jpg);
  direction:rtl;
  height:25px;
}

.Empty
{
}


