﻿.TopGroup
{
	width:100%;
	cursor:pointer;
}

/* Top level text item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover,.ChildItemExpanded
{
	height:26px;
	line-height:26px;
	vertical-align:middle;
	padding-left:25px;
	padding-right:25px;
	cursor:pointer;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:White;
	background-color:#6A0E10;
	text-align:left;
}

.ChildItemHover,.ChildItemExpanded
{
	color:White;
	background-color:#FE7214;
}