.TopItem
{
	border-right: #8c8c8c 1px solid;
	border-top: white 1px solid;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 2px;
	border-left: white 1px solid;
	cursor: hand;
	color: white;
	padding-top: 4px;
	border-bottom: #8c8c8c 1px solid;
	font-family: Tahoma, verdana;
	background-color: #5c95c1;
}
.TopItemHover
{
	border-right: #8c8c8c 1px solid;
	border-top: white 1px solid;
	font-weight: bold;
	font-family:Tahoma, verdana;
	font-size:9pt;
	padding-bottom: 2px;
	border-left: white 1px solid;
	cursor: hand;
	color: white; /*#000080;*/
	padding-top: 4px;
	border-bottom: #8c8c8c 1px solid;
	background-color: #000066; /*#FFB03A;*/
}
.TopItemActive
{
  color:#000080;
  background-color:#CCCCFF;
  font-family:Tahoma, verdana;
  font-size:9pt;
  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-family:Tahoma, verdana;
	font-size:9pt;
	padding-bottom: 2px;
	border-left: white 1px solid;
	cursor: hand;
	color: #000000;
	padding-top: 4px;
	border-bottom: #8c8c8c 1px solid;
	background-color: #7faaff;
}
.Level2Item
{
	background-color:#CCCCFF; /*FFCF39;*/
	font-family:Tahoma, verdana;
	font-size:9pt;
	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-family:Tahoma, verdana;
	font-size:9pt;
	padding-bottom: 3px;
	border-left: white 1px solid;
	cursor: hand;
	padding-top: 3px;
	border-bottom: #cccccc 1px solid;
	background-color: #0000FF; /*orange;*/
	color: white;
}

.Level2ItemSelected
{
  background-color: white;
  font-family:Tahoma, verdana;
  font-size:9pt;
  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
{
}

