.MenuGroup
{
  text-align:center;
  color:#FFFFFF;
  background-color:#009999;
  border:0px;
  font-family:Arial; 
  font-weight:normal;
  font-size:10pt;
  white-space: nowrap;
}

.MenuItem 
{ 
  color:#FFFFFF;  /*  Edited 8/2/06  */
  border:1px;
  border-style:solid;
  border-color:#FFFFFF;
  cursor:hand;
  width:116px;
  padding:3px;
  height:20px;
  white-space: nowrap;
}

.MenuItemOver 
{
  color:#000066; 
  background-color:#FFFFFF; 
  padding:3px;
  border:1px;
  border-style:solid;
  border-color:#BFBFBF;
  cursor:hand;
  width:116px;
  height:20px;
  white-space: nowrap;
}

/*  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;
  color:#000066;
  background-color:#EFEFEF; 
  font-family:Arial; 
  font-weight:bold;
  font-size:8pt;
}

.MenuItemSubCustom 
{
  color:#000066; 
  cursor:hand;
  padding:2px;
  text-decoration:none;
  border:1px;
  border-style:solid;
  border-color:#EFEFEF;
  white-space: nowrap;
}

.MenuItemOverSubCustom 
{
  color:#FFFFFF; 
  background-color:#880000;
  padding:2px;
  cursor:hand;
  text-decoration:none;
  border:1px;
  border-style:solid;
  border-color:#880000;
  white-space: nowrap;
}
.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; 
}
