﻿.TopMenuGroup
{
  border:solid 1px #003167;
  background-color:#4379C1;
}

.MenuGroup
{
  border:solid 1px #003167;
  background-color:#EEEEEE;
}

.TopMenuItem
{
  color:white;
  font-family:verdana;
  font-size:10pt;
  height:18px;
  text-align:center;
  cursor:pointer;
  border-right-style:solid;
  border-right-color:transparent;
  border-right-width:20px;
}

.TopMenuItemHover
{
  background-image: url(images/top_item_hover_bg.gif); 
  background-color:#000080;
  font-family:verdana;
  font-size:10pt;
  height:18px;
  text-align:center;
  cursor:pointer;
}

.MenuDynamic
{
    z-index: 100;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
}

.MenuItem
{
  background-color:White;
  color:#225588;
  font-family:verdana;
  font-size:8pt;
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

.MenuItemHover
{
  background-color:White;
  color:#225588;
  font-family:verdana;
  font-size:8pt;
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

.MenuItemDynamic
{
  background-color:White;
  color:#225588;
  font-family:verdana;
  font-size:8pt;
  cursor:pointer;
  padding-top:2px;
  padding-bottom:2px;
  padding-left: 5px;
  padding-right: 2px;
}

.MenuItemHoverDynamic
{
  background-color:#CCCCCC;
  color:#225588;
  font-family:verdana;
  font-size:8pt;
  cursor:pointer;
  padding-top:2px;
  padding-bottom:2px;
  padding-left: 5px;
  padding-right: 2px;
}

.MenuItemLarge
{
  background-color:White;
  color:#2A2A9F;
  font-family:verdana;
  font-size:11pt;
  font-weight:bold;
  text-align:center;
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

.MenuItemHoverLarge
{
  background-color:#CCCCCC;
  color:Black;
  font-family:verdana;
  font-size:11pt;
  font-weight:bold;
  text-align:center;
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

.MenuDynamicLarge
{
  background-color:White;
  color:#225588;
  font-family:verdana;
  font-size:10pt;
  border: solid 1px black;
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

.MenuItemDynamicLarge
{
  background-color:White;
  color:#225588;
  font-family:verdana;
  font-size:10pt;
  /*border: solid 1px black;*/
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

.MenuItemHoverDynamicLarge
{
  background-color:#CCCCCC;
  color:#225588;
  font-family:verdana;
  font-size:10pt;
  /*border: solid 1px black;*/
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

.MenuItemSelectedLarge
{
  background-color:#DDDDDD;
  color:#225588;
  font-family:verdana;
  font-size:12pt;
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

#menu .MenuItemMedium
{
  background-color:White;
  color:#225588;
  font-family:verdana;
  font-size:14pt;
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

#menu .MenuItemHoverMedium
{
  background-color:#EEEEEE;
  color:#225588;
  font-family:verdana;
  font-size:14pt;
  font-weight:bold;
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

#menu .MenuItemDynamicMedium
{
  background-color:White;
  color:#225588;
  font-family:verdana;
  font-size:12pt;
  border: solid 1px black;
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

#menu .MenuItemHoverDynamicMedium
{
  background-color:#EEEEEE;
  color:#225588;
  font-family:verdana;
  font-size:12pt;
  font-weight:bold;
  border: solid 1px black;
  cursor:pointer;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
}

.Item3
{ 
  /* CSS class for non-selected Menu Item */
  background-color: #6A5ACD;
  font-family: Arial;
  font-size: 9pt;
  font-weight: 600;
  color: White;
  width: 90px;
  height: 30px;
  background-color:#4379C1;
  border-width:3px;
  border-color:White;
  border-collapse:collapse;
  border-style:outset;
  text-align:center;
}

.ItemHover3
{ 
  /* CSS class for hovering and selected Menu Item
     ... which can be split up, of course! */
  background-color: #6A5ACD;
  font-family: Arial;
  font-size: 11pt;
  font-weight: 600;
  color: Black;
  width: 90px;
  height: 30px;
  background-color:#4379C1;
  border-width:3px;
  border-color:White;
  border-collapse:collapse;
  border-style:outset;
  text-align:center;
}

.ItemSelected3
{ 
  /* CSS class for hovering and selected Menu Item
     ... which can be split up, of course! */
  background-color: #6A5ACD;
  font-family: Arial;
  font-size: 10pt;
  font-weight: 600;
  color: White;
  width: 90px;
  height: 30px;
  background-color:#4379C1;
  border-width:3px;
  border-color:Black;
  border-collapse:collapse;
  border-style:solid;
  text-align:center;
}



