<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#nav-dropdown {
  position: relative;
  width: 1024px;
  height: 104px;
  margin: auto;
}

#nav-dropdown h1 {
  margin: 0;
}

#nav-dropdown h1 a {
  background: url(/images/ASX_Logo_RGB.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 182px;
  height: 104px;
  display: block;
}

#nav-dropdown h1 a span {
  display: none;
}

#nav-user {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 672px;
}

#nav-dropdown .btn {
  margin: 0 4px 0 0;
  padding: 7px;
  float: right;
  font-size: 10pt;
  background: #001E6E;
  color: #fff;
}

#nav-dropdown .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center; 
}

#nav-dropdown .btn:hover a {
  text-decoration: underline;
  color: #fff;
}

#nav-dropdown .btn:hover a:hover {
  text-decoration: underline;
  color: #fff
}


#nav-dropdown ul {
  margin: 0;
  padding: 0;
}

/* use this to position the tabs, eg margin auto or left */
#nav-dropdown ul.nav-dropdown-tabs {
  position: absolute;
  top: 72px;
  right: 0;
  width: 680px;
}

#nav-dropdown ul.nav-dropdown-tabs li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 10pt;
  line-height: 12pt;
  list-style: none;
  margin: 0 0 0 4px;
  background: #fff;
}

#nav-dropdown ul.nav-dropdown-tabs li ul li {
  margin: 0;
}

#nav-dropdown ul.nav-dropdown-tabs li a {
  display: block;
  width: 106px;
  height: 31px;
  text-align: center;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(-40deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(34%, rgba(255, 255, 255, 1)), color-stop(35%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
  background: -webkit-linear-gradient(-40deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: -o-linear-gradient(-40deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: -ms-linear-gradient(-40deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: linear-gradient(110deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);

  background: linear-gradient(110deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 75%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
}

#nav-dropdown ul.nav-dropdown-tabs li a.nav-dropdown-active {
  color: #0C3B6C;
  font-weight: bold;
}

#nav-dropdown ul.nav-dropdown-tabs li a:hover {
  color: #0C3B6C;
  text-decoration: underline;
}

/* set the inset of the tab title in it's box */
#nav-dropdown ul li a span {
  display: block;
  padding: 8px 2px 0 2px;
}

#nav-dropdown li.nav-dropdown-tab {
  line-height: 17pt;
  z-index: 1024;
}

#nav-dropdown ul.nav-dropdown-items {
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 1024;
}

#nav-dropdown ul.nav-dropdown-items li a {
  border-radius: 0;
}

#nav-dropdown ul.nav-dropdown-items li a {
  height: auto;
}

#nav-dropdown li:hover ul, #nav-dropdown li.sfhover ul {
  left: auto;
  z-index: 1024;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
}

#nav-dropdown ul li ul {
  position: absolute;
  width: 182px;
  left: -999em;
  z-index: 1024;
  margin-left: 1px;
  opacity: 0;
}

#nav-dropdown ul li ul li {
  width: 182px;
  line-height: 20px;
}

/* fix ie7 sticky bug */
#nav-dropdown li:hover, #nav-dropdown li.hover {
  position: static;
}

#nav-dropdown ul.nav-dropdown-items li a {
  display: block;
  width: 182px;
  text-align: left;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #0C3B6C;
  background: #fff;
  font-size: 10pt;
  -webkit-transition: background 0.15s;
}

#nav-dropdown ul.nav-dropdown-items li a:hover {
  background: #ddd;
  color: #16171a;
  text-decoration: none;
}

/* use this to set left and right borders for nav-dropdown items, and
   inset of item text from those borders via padding */

#nav-dropdown ul li ul li a span {
  display: block;
  padding: 8px;
}

#nav-dropdown ul.nav-dropdown-tabs {
}

/* use this to set the bottom border of the menus */
#nav-dropdown ul.nav-dropdown-items {
}


#background.background-iphone-tutorial {
  background: #222;
}

#background.background-iphone-tutorial #structure {
  background: #222;
}
</pre></body></html>