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

