﻿.MenuGroup
{
	border:0;
	margin:0;
	padding:0;
	vertical-align:text-top;
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight: normal; 
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}

.MenuItem
{
 
	background-color:#6a7580;
	border-top: solid 1px #6a7580;
	border-left: solid 1px #6a7580;
	border-right: solid 1px #aebd63;
	border-bottom: solid 1px #aebd63;
	cursor:hand;
}

.MenuItemHover
{
  background-color:#d16405;
  border-top: solid 1px #d16405;
  border-left: solid 1px #d16405;
  border-right: solid 1px #aebd63;
  border-bottom: solid 1px #aebd63;
  cursor:hand;
}

/*This is the color WHILE clicking down on the item*/
.MenuItemActive
{
  background-color:#ccd2db;
  color:#6a7580;
  border-top: solid 1px #ccd2db;
  border-left: solid 1px #aebd63;
  border-right: solid 1px #aebd63;
  border-bottom: solid 1px #aebd63;
  cursor:hand;
}

/*This is the topmost node of an expanded tree*/
.MenuItemExpanded
{
  background-color:#6a7580;
  border-top: solid 1px #6a7580;
  border-left: solid 1px #6a7580;
  border-right: solid 1px #aebd63;
  border-bottom: solid 1px #aebd63;
  cursor:hand;
}

/***************************************************************************************
SUB MENU STYLES
***************************************************************************************/

.MenuItemSubMenu
{
  background-color:#6a7580;
  border-top: solid 1px #6a7580;
  border-left: solid 1px #aebd63;
  border-right: solid 1px #aebd63;
  border-bottom: solid 1px #aebd63;
  cursor:hand;
}

.MenuItemHoverSubMenu
{
  background-color:#d16405;
  border-top: solid 1px #d16405;
  border-left: solid 1px #aebd63;
  border-right: solid 1px #aebd63;
  border-bottom: solid 1px #aebd63;
  cursor:hand;
}

/*This is the color WHILE clicking down on the item*/
.MenuItemActiveSubMenu
{
  background-color:#ccd2db;
  color:#6a7580;
  border-top: solid 1px #ccd2db;
  border-left: solid 1px #aebd63;
  border-right: solid 1px #aebd63;
  border-bottom: solid 1px #aebd63;
  border-style:solid;
  cursor:hand;
}

/*This is the topmost node of an expanded tree*/
.MenuItemExpandedSubMenu
{
  background-color:#ccd2db;
  color:#6a7580;
 border-top: solid 1px #ccd2db;
  border-left: solid 1px #aebd63;
  border-right: solid 1px #aebd63;
  border-bottom: solid 1px #aebd63;
  border-style:solid;
  cursor:hand;
}
