﻿.NavBar
{
 
  cursor: default; 
} 

.TopItem
{
	color: #666666;
	font-family: tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 22px;
	cursor: hand;
	border-bottom: #eaeaea 1px solid;
	text-align: left;
}

.TopItemHover
{
	color: #ff4500;
	font-family: tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	line-height: 22px;
	padding-bottom: 6px;
	cursor: hand;
	border-bottom: #eaeaea 1px solid;
	text-align: left;
}

.TopItemActive
{
	color: #666666;
	font-family: tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: hand;
	line-height: 22px;
	border-bottom: #eaeaea 1px solid;
	text-align: right;
}

.Level2Item
{
	font-family: tahoma, verdana;
	font-size: 11px;
	padding-left: 10px;
	cursor: hand;
	border-bottom: #eaeaea 1px solid;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-top: 6px;
}

.Level2ItemHover
{
	font-family: tahoma, verdana;
	font-size: 11px;
	padding-left: 10px;
	cursor: hand;
	border-bottom: #eaeaea 1px solid;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-top: 6px;
	color: #ff6600;
}

.Level2ItemSelected
{
	background-color: #f1f1f1;
	font-family: tahoma, verdana;
	font-size: 12px;
	padding-left: 10px;
	cursor: hand;
	border-bottom: #eaeaea 1px solid;
	color: #339933;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-top: 3px;
}

.Level2Group
{

}

.Empty
{
}


