﻿.menuBar	/* this contains the elements common to all menu items */
{
  background-color:transparent;
  border-style:none;
  color:#ffffe5;
  cursor:pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
}

.menuGroup	/* this is the horizontal menu group */
{
  background-color:transparent;
  border-style:none;
}

.menuSubGroup	/* this is the vertical menu group */
{
  background-color:#215142;
  border-color:#ffdfbf; border-style:solid;
  border-width: 1px;
}

.menuItem	/* this is each item of the horizontal menu group */
{
  border-style:none;
}

.menuSubItem	/* this is each item of the vertical menu group */
{
  border-color:#215142;
  font-weight: normal;
  width:220px;
}

.menuItemHover
{
  background-color:#8b1e18;
  border-color:#fff9e0;
}

.menuSubItemHover
{
  background-color:#85ad9c;
  border-bottom-color:#eff8ff;
  border-left-color:#eff8ff;
  border-right-color:#fff9e0;
  border-top-color:#fff9e0;
  color:#ffffe5;
  font-weight: bold;
}

.menuItemDown
{
  background-color:#8b1e18;
  border-bottom-color:#fff9e0;
  border-left-color:#fff9e0;
  border-right-color:#eff8ff;
  border-top-color:#eff8ff;
}

.menuSubItemDown
{
  background-color:#8b1e18;
  border-bottom-color:#fff9e0;
  border-left-color:#fff9e0;
  border-right-color:#eff8ff;
  border-top-color:#eff8ff;
  font-weight: bold;
}
.filler1
{
	background-color:#215142;
	cursor:default;
	height:48px;
}
.filler2
{
	background-color:#215142;
	cursor:default;
	height:32px;
}
.filler3
{
	background-color:#215142;
	cursor:default;
	height:16px;
}



.SideO
{
	background-image:url(../images/buSidebarO.gif);
	background-repeat:no-repeat; background-position:left; /* added this 2010.06.06 for IE8 */
	color: #215142;
	cursor: pointer;
	font-family: "Trebuchet MS",Verdana;
	font-size: 14px;
	font-style: italic;
	padding-left:20px;
	width: 162px;
	height: 32px;
}

.SideU
{
	background-image: url(../images/buSidebarU.gif); 
	background-repeat:no-repeat; background-position:left; /* added this 2010.06.06 for IE8 */
	color: #215142;
	cursor: default;
	font-family: "Trebuchet MS",Verdana;
	font-size: 14px;
	font-style: italic;
	padding-left:20px;
	width: 162px;
	height: 32px;
	
}
