/* Primary/Header Nav */
#header #links {
  display: block;
  position: absolute;
  top: -0.4em;
  right: 2%;
  list-style: none;
}
#header #links li {
  float: left;
  border-left: 1px dotted #9CAAC6;
  display: block;
  padding: 0 0.4em 0 0.4em;
  font-weight: bold;
  color: #000000;
  font-family: Arial, Garuda, Helvetica;
  font-size: 0.8em; 
}
#links a {
  font-weight: bold;
  color: #000000;
  font-family: Arial, Garuda, Helvetica;
}
#links a:hover {
  border-bottom: 1px solid #70b011;
}
#header #nav {
  display: block;
  position: absolute;
  top: 2.2em;
  right: 1.5%;
  background: #FFFFFF url('images/nav_bg.png') repeat-x; 
  height: 41px;
  padding-left: 1em;
  padding-right: 1em;
  list-style: none;
}
#header #nav li {
  float: left;
  border-left: 1px dotted #9CAAC6;
}
#header #nav li.first {
  border-left: 0;
}
#header #nav #li .first {
  border-left: 0px solid #FFFFFF;
}

/* Sub Nav */
.nav:link, .nav:visited {
  display: block;
  padding: 0.75em 0.3em 0em 0.3em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-weight: bold;
  font-family: Arial, Garuda, Helvetica;
  font-size: 0.9em;
  color: #000000;
  text-decoration: none;
}
.nav:hover, .nav.active {
  color: #3f3f3f;
  border-bottom: 4px solid #70b011;
}
#subnav1-wrap {
  width: 100%;
  height: 38px;
  /*background-color: #636363;*/
  background: #515151 url('images/fp_main_bg.png') repeat-x left top;
}
#subnav1 {
  height: 38px;
  line-height: 32px;
  padding-left: 1em;
  padding-right: 1em;
  list-style: none;
}
#subnav1 li {
  display: inline;
  border-left: 1px dotted #9CAAC6;
}
#subnav1 li.first {
  border-left: 0;
}
#subnav1 .nav:link, #subnav1 .nav:visited {
  display: inline;
  color: #ffffff;
}
#subnav1 .nav:hover, #subnav1 .nav.selected {
  color: #ffffff;
  border-bottom: 2px solid #efefef;
}
#subnav2-wrap {
  width: 100%;
  height: 41px;
  /*background-color: #bababa;*/
  background: #FFFFFF url('images/nav_bg.png') repeat-x; 
}
#subnav2 {
  line-height: 35px;
  padding-left: 1em;
  padding-right: 1em;
  list-style: none;
}
#subnav2 li {
  display: inline;
  border-left: 1px dotted #9CAAC6;
}
#subnav2 li.first {
  border-left: 0;
}
#subnav2 .nav:link, #subnav2 .nav:visited {
  display: inline;
  font-size: 0.85em;
}
#subnav2 .nav:hover, #subnav2 .nav.selected {
  border-bottom: 2px solid #70b011;
}
