.nav {
  width: 100%;
  border: none;
}

.nav-col-1 {
  background-color: #3885EC;
  background-image: url('/images/up/1_en.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  height: 48px;
  padding-left: 247px;
}

.nav-col-2,
.nav-col-3 {
  width: 50%;
  background-color: #000080;
}

.nav-col-2 {
  background-image: url('/images/up/2_en.gif');
  background-repeat: no-repeat;
  background-position: left center;
  width: 255px;
  height: 16px;
}

.nav-col-3 {
  text-align: right;
}

.nav-col-4 {
  width: 100%;
  height: 13px;
  background-image: url('/images/up/3.gif'); 
  background-repeat: repeat-x; 
  background-size: 100% 13px; 
}

/* Nav bar links (blue bar) */
.nav-link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 12pt;
  font-family: verdana;
  padding-left: 15pt;
}
.nav-link:hover {
  color: #000086;
}

/* Secondary links (dark bar) */
.nav-link-secondary {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10pt;
  font-family: verdana;
  padding-right: 10pt;
}
.nav-link-secondary:hover {
  color: #0963C6;
}