﻿.TopGroup
{
  cursor:default; 
}

.MenuGroup
{
  background-color:#F5F5F5;
  border:1px #ffffff solid; 
  border-style:solid;
  cursor:default; 
}

.TopMenuItem
{
  cursor:pointer; 
}

.TopMenuItemHover 
{
  cursor:pointer; 
}

.MenuItem
{
	cursor:pointer;
	height:55;
	width:200;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	background-color: #0F0908;
	text-align:left;
}

.MenuItemHover 
{
	cursor:pointer;
	height:55;
	width:100;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	background-color: #db2800;
	text-align:left;
}

.MenuItemExpanded
{
	cursor:pointer;
	height:35;
	width:100;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	background-color: #db2800;
	text-align:left;
}

.SpacerMenuItem
{
	cursor:pointer;
	height:1;
	background-color: #ffffff;
}

.DisabledMenuItem
{
  border: 1px solid #F5F5F5; 
  color:#666666;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.DisabledMenuItemHover 
{
  background-color:#FFEEC2; 
  color:#666666;
  border: 1px solid #57566F; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}