.TopItem
{
  color:black; /*white;*/
  background-color:orange;/*#7C2720;*/
  font-family: verdana, tahoma; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid white;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}
.TopItemHover
{
	border-right: #8c8c8c 1px solid;
	border-top: white 1px solid;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: white 1px solid;
	cursor: hand;
	color: white; /*#000080;*/
	padding-top: 4px;
	border-bottom: #8c8c8c 1px solid;
	font-family: verdana, tahoma;
	background-color: #7C2720;
}
.TopItemActive
{
  color:#000080;
  background-color:#FFCF39;
  font-family: verdana, tahoma; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid white;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}
.TopItemSelected
{
	border-right: #8c8c8c 1px solid;
	border-top: white 1px solid;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: white 1px solid;
	cursor: hand;
	color: #000000;
	padding-top: 4px;
	border-bottom: #8c8c8c 1px solid;
	font-family: tahoma, verdana;
	background-color: navajowhite;
}
.Level2Item
{
	background-color:#FFCF39;
  font-family: verdana, tahoma; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHover
{
	border-right: #cccccc 1px solid;
	padding-right: 3px;
	border-top: white 1px solid;
	padding-left: 10px;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: white 1px solid;
	cursor: hand;
	padding-top: 3px;
	border-bottom: #cccccc 1px solid;
	font-family: verdana, tahoma;
	background-color: #7C2720; /*orange;*/
	color: White;
}

.Level2ItemSelected
{
  background-color: white;
  font-family: verdana, tahoma; 
  font-size: 11px; 
  border: 1px solid #CCCCCC;
  border-right-color:white;
  border-bottom-color:white;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}
.Level2Group
{
  background-color:white;
  background-image: url(images/group_bg.gif);
}

.Empty
{
}

