﻿.navibarclass
{
	height:200px;
}
.NavBar
{
  background-color:#fff;
  cursor: default; 
  width:205px;
} 

.TopItem
{
  color:#666666;
  background-image: url(../images/navibar/item_bg.gif);
  font-family: tahoma; 
  font-size: 11px; 
  font-weight: bold;
  cursor:pointer;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  padding-left:25px;
}

.TopItemHover
{
  color:#00773a;
  background-image: url(../images/navibar/top_hover_bg.gif);
  font-family: tahoma; 
  font-size: 11px; 
  font-weight: bold;
  cursor:pointer;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  padding-left:25px;
}

.TopItemActive
{
  color:#00773a;
  background-image: url(../images/navibar/top_hover_bg.gif);
  font-family: tahoma; 
  font-size: 11px; 
  font-weight: bold;
  cursor:pointer;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  padding-left:25px;
}

.Level2Item
{
  font-family: tahoma; 
  font-size: 11px; 
  cursor:pointer;  
  height:25px;
  color:#999999;
  background-color:#fff;
  padding-left:25px;
  line-height:25px;
  vertical-align:middle;
}

.Level2ItemHover
{
  font-family: tahoma;   
  font-size: 11px;   
  color:#000000;
  cursor:pointer;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  background-image:url(../images/navibar/item_hover_bg.gif);
  background-position:right bottom;
  padding-left:25px;
}

.Level2ItemSelected
{
  font-family: tahoma;   
  font-size: 11px;   
  color:#000000;
  cursor:pointer;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  background-image:url(../images/navibar/item_hover_bg.gif);
  background-position:right bottom;
  padding-left:25px;
}

.Level2Group
{	
  background-color:#8c0000;
  background-image: url(../images/navibar/group_bg.gif);
}



