﻿/* Mega Menu extensions. */

.MegaMenuRoot {
  color: #044973;
}

.MegaMenuRoot a {
  color: #044973;
  text-decoration: underline;
  cursor: pointer;
}

.MegaMenuRoot  a:hover {
  color: #0076A8;
}

.MegaMenuRoot a:focus {
  outline: none;
}

.MegaMenuRoot a.MegaMenuHighlight {
  border: 1px solid #cccccc;
  background-color: #044973;
  color: #ffffff;
}

div.MegaMenuRoot > div,
div.MegaMenuRoot > ul > li > div {
  font-weight: bold;
  font-size: 13px !important;
}

div.MegaMenuRoot > div {
  border-bottom: 1px solid black;
  clear: both;
  font-size: 16px !important;
}

.MegaMenuHighlight {
  color: white !important;
  text-decoration: none;
  background-color: #044973;
  border: 1px solid black;
  padding: 2px; 
}

#ApplicationMenu {
  background: #044973;
  color: #ffffff;
}
