﻿.MenuGroup
{
	background-color:White;
}

/* Toplevel images item styles ------------------------------------ */
.Item
{ 
	cursor:pointer; 
}

/* Child item styles ------------------------------------ */ 
.ChildItem, .ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;
	height:25;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:White;
	text-decoration:none;
	background-color:#8E1E1D;
	text-align:left;
	text-transform:capitalize;
}

.ChildItemHover,.ChildItemExpanded
{
	color:White;
	background-color:#CE261E;
} 


.Lower_ChildItem
{
	cursor:pointer;  
	height:25;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:White;
	text-decoration:none;
	background-color: #909090;
	text-align:left;
	text-transform:capitalize;
}

/*Static Menu Item Styles*/
.StaticMenu
{
	cursor:pointer;
}
.ItemStatic
{
}

.ItemHoverStatic
{
}
