/* top navigation */
#navigation {
  width: 100%;
  color: #b2c8d3;
  line-height: normal;
  position: relative;
  min-height: 24px;
  height:auto !important;
  height: 24px;
  padding-top: 28px;
}

#navigation.i16 {
  min-height: 44px;
  height:auto !important;
  height: 44px;
}

#navigation.i24 {
  min-height: 50px;
  height:auto !important;
  height: 50px;
}

#navigation.i32 {
  min-height: 58px;
  height:auto !important;
  height: 58px;
}

#navigation ul {
  margin: 0;
  padding: 5px 10px 0;
  list-style: none;
  position: absolute;
  bottom: 0;
}

#navigation li {
  float: left;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: center;
}

#navigation a {
  float: left;
  display: block;
  padding: 5px 11px 1px 6px;
  text-decoration: none;
  font-weight: normal;
  color: #000;
}

#navigation a:hover {
  color: #c0c0c0;
}

#navigation #current-32 {
  position: relative;
  top: 1px;
}

#navigation #current-32 a {
  color: #027ac6;
  padding-bottom: 2px;
}

#navigation #current-24, #navigation #current-16 {
  position: relative;
  top: 0px;
}

#navigation #current-24 a, #navigation #current-16 a {
  color: #027ac6;
  padding-bottom: 3px;
}

#navigation ul.i16 #current-16 a {
  padding-bottom: 8px;
}

#navigation ul.i32 #current-32 a {
  padding-bottom: 0px;
}

#navigation #logo {
  float: right;
  padding: 5px 20px 5px 5px;
}

/* content navigation */
ul#content-menu {
  width: 211px;
  margin: 5px 0 0 0;
  padding: 0;
}

#content-menu li {
  padding: 0 6px 0 0;
  text-align: right;
  list-style: none;
}

#content-menu a {
  display: block;
  padding: 4px 6px 4px 0;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
}

#content-menu a.active {
  color: #000;
  padding: 3px 6px 3px 0;
}

/* tabs in content */
.level-1, .level-2 {
  padding: 4px;
  clear: both;
}

#tabs-primary, #tabs-secondary {
  width: 100%;
  float: left;
  line-height: normal;
}

#tabs-primary ul.primary, #tabs-secondary ul.secondary {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

#tabs-primary ul.primary li, #tabs-secondary ul.secondary li {
  float: left;
  margin: 0;
  display: block;
  padding: 0px 0px 0px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #027ac6;
  background: none;
  border: none;
}

#tabs-primary ul.primary li a, #tabs-secondary ul.secondary li a {
  border: none;
  background: none;
  display: block;
  padding: 5px 10px 5px 6px;
}

#tabs-primary a:hover, #tabs-secondary a:hover {
  color: #000;
  text-decoration: underline;
}

#tabs-primary ul.primary li.active a, #tabs-secondary ul.secondary li.active a {
  border: none;
  color: #333;
}

