

.SubGroup
{
}

/* Default item styles ------------------------------------ */ 
.Item,.ItemHover,.ItemExpanded
{
	cursor:pointer;
	font-family:Franklin Gothic Medium, Arial, Sans-Serif;
	font-size:12px;
	color:#391612;
	font-weight: bold;
	font-style: normal;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

.ItemHover,.ItemExpanded
{
    color:#883933;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;  
	font-family:Franklin Gothic Medium, Arial, Sans-Serif;
	font-size:13px;
	font-weight:normal;
	color:#391612;
	text-decoration:none;
	background-color:#E9D9B8;
	text-align:left;
	padding-left:10px;
	padding-right:20px;
	height:26px;
	line-height:26px;
	vertical-align:middle;
}

.ChildItemHover,.ChildItemExpanded
{
    color:#F9F9F9;
	background-color:#883933;
}

.DividerItem
{
	padding-left:1px;
    background-image:url(images/MenuDivider.jpg);
}

.DividerItem div
{
	cursor:default;
	color:White;
	width:1px;
	height:34px;
}