#ApplicationLogoHeading h1 { text-align: left; }
@media (min-width: 768px) {
  #top .logo {
    position: absolute;
    right: 0;
    top: 10px;
  }
}

#top .navbar {
  background: url(../Image/Top/Navigation/Background.gif) repeat;
}
#top .navbar ul li a.level-1 {
  color: white;
  background: url(../Image/Top/Navigation/Spacer.gif) no-repeat right top;
}
#top .navbar ul li a.level-1:hover {
  background: url(../Image/Top/Navigation/BackgroundActive.gif) repeat-x;
  color: #008ecf;
}

@media (max-width: 768px) {
  #top .navbar ul li a.level-1 {
    background: url(../Image/Top/Navigation/Background.gif) repeat;
    background: #008ecf;
    border-bottom: 1px solid white;
  }
  #ApplicationLogoHeading h1 {
    width: 60%;
  }
}
