.MenuGroup{
	text-align:center;
	border:0px;
	font-family:Arial; 
	font-size:10pt;
	white-space: normal;
}

.MenuItem{
	text-align:left;
	color:#000066; 
	font-weight:bold;
	background-color:#eca25b;
	padding:5px;
	border:1px;
	border-color:#000;
	cursor:pointer;
	white-space: normal;
}

.MenuItemOver{
	text-align:left;
	color:#F6F6F6;
	font-weight:bold;
	background-color:#000066;
	padding:5px;
	border:1px;
	border-color:#333;
	cursor:pointer;
	white-space: normal;
}

/*  Department Navigation  */

.MenuGroupCustom
{
  text-align:center;
  color:#EFEFEF; /*  Edited 8/2/06  */
  background-color:#27568F; /*  Edited 8/2/06  */
  font-family:Arial; 
  font-weight:bold;
  font-size:10pt;
}

.MenuItemCustom 
{
  color:#EFEFEF; /*  Edited 8/2/06  */
  background-color:#27568F;
  cursor:hand;
  padding:2px;
  height: 20px;
  text-decoration:none;
}

.MenuItemOverCustom 
{
  color:#FFFFFF; /*  Edited 8/2  */
  background-color:#27568F; 
  padding:2px;
  cursor:hand;
  height: 20px;
  text-decoration:underline;
}
.DisabledMenuItem
{
  color:Gray; 
  background-color:#FAF2E2; 
  font-family:Verdana; 
  font-weight:bold;
  font-size:10pt; 
  cursor:default;
}

.DisabledMenuItemOver 
{
  color:Gray; 
  background-color:#FAF2E2; 
  font-family:Verdana; 
  font-weight:bold;
  font-size:10pt; 
  cursor:default;
}

.MenuBreak
{
  padding:0px; 
}





/*  Sub Department Navigation  */

.MenuGroupSubCustom
{
	text-align:center;
	border:0px;
	font-family:Arial; 
	font-size:10pt;
	white-space:nowrap;
}

.MenuItemSubCustom 
{
	text-align:left;
	color:#000066; 
	font-weight:bold;
	background-color:#f7f7f2;
	padding:5px;
	border:1px;
	border-color:#000;
	cursor:pointer;
	width:140px;
	white-space:inherit;
}

.MenuItemOverSubCustom 
{
	text-align:left;
	color:#f7f7f2;
	font-weight:bold;
	background-color:#000066;
	padding:5px;
	border:1px;
	border-color:#333;
	cursor:pointer;
	width:140px;
	white-space:inherit;
}
.DisabledMenuItem
{
  color:Gray; 
  background-color:#000066; 
  font-family:Verdana; 
  font-weight:bold;
  font-size:8pt; 
  cursor:default;
}

.DisabledMenuItemOver 
{
  color:Gray; 
  background-color:#FAF2E2; 
  font-family:Verdana; 
  font-weight:bold;
  font-size:10pt; 
  cursor:default;
}

.MenuBreak
{
  padding:0px; 
}
