﻿

.SubGroup
{
}

/* Default item styles ------------------------------------ */ 
.Item,.ItemHover,.ItemExpanded
{
	cursor:pointer;
	font-family:Franklin Gothic Medium, Arial, Sans-Serif;
	font-size:12px;
	color:White;
	font-weight: bold;
	font-style: normal;
	padding-top:5px;
	padding-bottom:5px;
}

.ItemHover,.ItemExpanded
{
	text-decoration:underline;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;  
	font-family:Franklin Gothic Medium, Arial, Sans-Serif;
	font-size:12px;
	font-weight:normal;
	color:White;
	text-decoration:none;
	background-color:#A5c621;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	padding-right:20px;
	height:26px;
	line-height:26px;
	vertical-align:middle;
}

.ChildItemHover,.ChildItemExpanded
{
	text-decoration:underline;
}

.DividerItem
{
	padding-left:9px;
	padding-right:9px;
}

.DividerItem div
{
	cursor:default;
	color:White;
	height:10px;
	width:1px;
	background-color:White;
}