﻿.TopGroup
{
  cursor:default; 
}

.MenuGroup
{
  background-color:#F5F5F5;
  border:1px #ffffff solid; 
  border-style:none;
  cursor:default; 
}

.TopMenuItem
{
  cursor:pointer; 
}

.TopMenuItemHover 
{
  cursor:pointer; 
}

.Item, .ItemHover , .ItemExpanded
{
	cursor:pointer;
	height:40px;
}


.ChildItem, .ChildItemHover , .ChildItemExpanded
{
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	background-color: #0F0908;
	text-align:left;
}

.ChildItemHover, .ChildItemExpanded
{
	color:#ffffff;
	background-color: #A35212;
}

