/* Top navigation styles for header on all ToE pages */
.MenuGroup
{
  color:#ffffff;
  border:0px;
  font-family:Verdana;
  font-weight:bold;
  font-size:12px;
  line-height:150%;
  height:24px;
  cursor:hand;
  margin-top:4px;
  text-align:center;
  background-color:#5e7f9b;
}
.MenuItem
{
  color:#ffffff;
  font-family:Verdana;
  font-weight:bold;
  font-size:12px;
  border:0px;
  cursor:pointer;
  cursor:hand;
}
.MenuItemOver
{
  color:#ffff99;
  font-family:Verdana;
  font-weight:bold;
  font-size:12px;
  border:0px;
  cursor:pointer;
  cursor:hand;
}
/* Custom refers to the Economic Development site template menu */
.MenuGroupCustom
{
  color:#FFFFFF;
  background-color:#336799;
  border:0px;
  border-style:none;
  border-color:none;
  font-family:Verdana;
  font-weight:bold;
  font-size:10px;
  width:144;
}
.MenuItemCustom
{
  color:#FFFFFF; 
  font-family:Verdana; 
  font-weight:bold;
  font-size:10px;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:5px;
  padding-right:10px;
  border-top:5px;
  border-bottom:o;
  border-left:0;
  border-right:0;
  border-style:solid;
  border-color:#6799CC;
  cursor:hand;
}
.MenuItemOverCustom
{
  color:#FFFFFF; 
  background-color:#002D5E; 
  font-family:Verdana; 
  font-weight:bold;
  font-size:10px; 
  padding-top:4px;
  padding-bottom:4px;
  padding-left:5px;
  padding-right:10px;
  border-top:5px;
  border-bottom:0;
  border-left:0;
  border-right:0;
  border-style:solid;
  border-color:#6799CC;
  cursor:hand;
}
/* Library refers to the Library site template menu */
.MenuGroupLibrary
{
  color:#FFFFFF;
  background-color:#336699;
  border:0px;
  border-style:none;
  border-color:none;
  font-family:Verdana;
  font-weight:bold;
  font-size:10px;
  width:155;
}
.MenuItemLibrary
{
  color:#FFFFFF;
  font-family:Verdana;
  font-weight:bold;
  font-size:10px;
  text-decoration:none;
  padding:3px;
  border:0;
  cursor:hand;
}
.MenuItemOverLibrary
{
  color:#FFFFFF;
  background-color:#336699;
  font-family:Verdana;
  font-weight:bold;
  font-size:10px;
  text-decoration:underline;
  padding:3px;
  border:0;
  cursor:hand;
}
.DisabledMenuItem
{
  color:#336699; 
  background-color:#336699; 
  font-family:Verdana; 
  font-weight:none;
  font-size:9px; 
  padding:1px;
  padding-left:5px;
  padding-right:10px;
  cursor:default;
}
.DisabledMenuItemOver
{
  color:Gray; 
  background-color:#336699; 
  font-family:Verdana; 
  font-weight:none;
  font-size:9px; 
  padding:1px;
  padding-left:5px;
  padding-right:10px;
  cursor:default;
}
.MenuBreak
{
  padding:0px;
}