﻿
.TopGroup td
{
	cursor:pointer;
}

.MenuGroup
{
	background-color:#C7AA8B;
}

/* Default item styles ------------------------------------ */ 
.Item,.ItemHover,.ItemExpanded
{
	padding-left:16px;
	padding-top:5px;
	padding-bottom:5px;
}

.ItemHover,.ItemExpanded
{
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;  
	height:25px;
	font-family:Arial Narrow;
	font-size:12px;
	font-weight:normal;
	color:#E2CABC;
	text-decoration:none;
	background-color: #584037;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	text-transform:capitalize;
}

.ChildItemHover,.ChildItemExpanded
{
	color:Black;
	background-color:#CB7038;
}

.TopGroup .DivItem
{
	background-image:url(images/left/menudivider.jpg);
	background-repeat:no-repeat;
	background-position:16px 1px;
	height:5px;
	cursor:default;
}