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