﻿.menuBar	/* this contains the elements common to all menu items */
{
  background-color:#003a66;
  border-style:solid;
  border-width: 1px;
  color:#fff9e0;
  cursor:pointer;
  font-family:sans-serif, Arial, Helvetica;
  font-size:14px;
  font-weight: bold;
}

.menuGroup	/* this is the horizontal menu group */
{
  background-color:#003a66;
  border-style:none;
}

.menuSubGroup	/* this is the vertical menu group */
{
  background-color:#003a66;
  border-color:#ffdfbf; border-style:solid;
  border-width: 1px;
}

.menuItem	/* this is each item of the horizontal menu group */
{
  border-color:#003a66;
}

.menuSubItem	/* this is each item of the vertical menu group */
{
  border-color:#003a66;
  font-weight: normal;
}

.menuItemHover
{
  background-color:#006600;
  border-color:#fff9e0;
}

.menuSubItemHover
{
  background-color:#006600;
  border-bottom-color:#eff8ff;
  border-left-color:#eff8ff;
  border-right-color:#fff9e0;
  border-top-color:#fff9e0;
  font-weight: normal;
}

.menuItemDown
{
  background-color:#660000;
  border-bottom-color:#fff9e0;
  border-left-color:#fff9e0;
  border-right-color:#eff8ff;
  border-top-color:#eff8ff;
}

.menuSubItemDown
{
  background-color:#660000;
  border-bottom-color:#fff9e0;
  border-left-color:#fff9e0;
  border-right-color:#eff8ff;
  border-top-color:#eff8ff;
  font-weight: normal;
}


