/*Default style - not used, since it's overriden by all the rest of these style classes*/
.MenuGroup
{
  background-color:#002270;
  border:0;
  border-style:solid;
  margin:0;
  position:relative;
  text-align:center;
}
/*
.MenuItem
{
  background-color:#002270;
  color:white;
  font-family:verdana;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  border:1px;
  border-top-color:#002270;
  border-left-color:#5474A9;
  border-right-color:#002270;
  border-bottom-color:#5474A9;
  border-style:solid;
  cursor:hand;
}
*/

.MenuItem
{
  /*background-color:#5474A9;*/
  background-color:#002270;
  color:white;
  font-family:verdana;
  font-size:11px;
  font-style:normal;
  font-weight:bold;  
  border: 1px;
  border-top-color:#5474A9;
  border-left-color:#EBF1FA;
  border-right-color:#5474A9;
  border-bottom-color:#5474A9;  
  border-style:solid;
  cursor:hand;
}

.MenuItemHover
{
  background-color:#F0F0F0;
  color:#002270;
  font-family:verdana;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  border:1px;
  border-top-color:#EBEBEB;
  border-left-color:#5474A9;
  border-right-color:#EBEBEB;
  border-bottom-color:#5474A9;
  border-style:solid;
  cursor:hand;
}
/*
.MenuItemDown
{
  background-color:#F0F0F0;
  color:#002270;
  font-family:verdana;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  border:1px;
  border-top-color:#002270;
  border-left-color:#5474A9;
  border-right-color:#002270;
  border-bottom-color:#5474A9;
  border-style:solid;
  cursor:hand;
}
*/

/*This is the color WHILE clicking down on the item*/
.MenuItemActive
{
  background-color:#F0F0F0;
  color:#002270;
  font-family:verdana;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  border:1px;
  border-top-color:#EBEBEB;
  border-left-color:#5474A9;
  border-right-color:#EBEBEB;
  border-bottom-color:#5474A9;
  border-style:solid;
  cursor:hand;
}

/*This is the topmost node of an expanded tree*/
.MenuItemExpanded
{
  background-color:#F0F0F0;
  color:#002270;
  font-family:verdana;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  border:1px;
  border-top-color:#EBEBEB;
  border-left-color:#5474A9;
  border-right-color:#EBEBEB;
  border-bottom-color:#5474A9;
  border-style:solid;
  cursor:hand;
}

/***************************************************************************************
SUB MENU STYLES
***************************************************************************************/

.MenuItemSubMenu
{
  background-color:#F0F0F0;
  color:#002270;
  font-family:verdana;
  font-size:11px;
  font-style:normal;
  font-weight:bold;  
  border: 1px;
  border-top-color:#EBEBEB;
  border-left-color:#5474A9;
  border-right-color:#EBEBEB;
  border-bottom-color:#5474A9;  
  border-style:solid;
  cursor:hand;
}

.MenuItemHoverSubMenu
{
  background-color:#5474A9;
  color:#ffffff;
  font-family:verdana;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  border:1px;
  border-top-color:#EBEBEB;
  border-left-color:#5474A9;
  border-right-color:#5474A9;
  border-bottom-color:#5474A9;
  border-style:solid;
  cursor:hand;
}

/*This is the color WHILE clicking down on the item*/
.MenuItemActiveSubMenu
{
  background-color:#F0F0F0;
  color:#002270;
  font-family:verdana;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  border:1px;
  border-top-color:#EBEBEB;
  border-left-color:#5474A9;
  border-right-color:#EBEBEB;
  border-bottom-color:#5474A9;
  border-style:solid;
  cursor:hand;
}

/*This is the topmost node of an expanded tree*/
.MenuItemExpandedSubMenu
{
  background-color:#F0F0F0;
  color:#002270;
  font-family:verdana;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  border:1px;
  border-top-color:#EBEBEB;
  border-left-color:#5474A9;
  border-right-color:#EBEBEB;
  border-bottom-color:#5474A9;
  border-style:solid;
  cursor:hand;
}
