﻿.MenuGroup
{
}

/* Default item styles ------------------------------------ */ 
.Item,.ItemHover,.ItemExpanded
{
	cursor:pointer;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem, .ChildItemHover, .ChildItemExpanded
{
	cursor:pointer;  
	height:25px;
	font-family:Arial Narrow;
	font-size:12px;
	font-weight:normal;
	color:#6A6959;
	text-decoration:none;
	background-color: #E8E7DE;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	text-transform:capitalize;
}

.ChildItemHover,.ChildItemExpanded
{
	color:White;
	background-color:#D40000;
}

