#navInner
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #BCBCBC;
}

#nav a
{
  line-height: 14px;
  font-size: 1em;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #BCBCBC;
  font-weight: bold;
}

#nav a:hover
{
  color:#125292;
}

#nav a.active
{
  line-height: 14px;
  font-size: 1em;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #BCBCBC;
  font-weight: bold;
  /*background-color: #DEDEDE;*/
  background-color: #FFD700;
}

#nav a.active:hover
{
  color:#125292;
}

#nav a.lev2_inactive
{
  font-weight:normal;
  font-size: 0.9em;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-left: 30px;
  padding-bottom: 5px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #BCBCBC;
}

#nav a.lev2_active
{
  font-weight:normal;
  font-size: 0.9em;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #BCBCBC;
  font-weight: bold;
  /*background-color: #DEDEDE;*/
  background-color: #FFD700;
}

#nav a.lev2_active:hover, #nav a.lev2_inactive:hover
{
  color:#125292;
}

#nav a.lev3_inactive
{
  font-weight:normal;
  font-size: 0.8em;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #BCBCBC;
  /*background-color: #DEDEDE;*/
}

#nav a.lev3_active
{
  font-weight:normal;
  font-size: 0.8em;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #BCBCBC;
  font-weight: bold;
  /*background-color: #DEDEDE;*/
  background-color: #FFD700;
}

#nav a.lev3_active:hover, #nav a.lev3_inactive:hover
{
  color:#125292;
}

#nav a.lev4_inactive
{
  font-weight:normal;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #BCBCBC;
}

#nav a.lev4_active
{
  font-weight:normal;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #BCBCBC;
  font-weight: bold;
  /*background-color: #DEDEDE;*/
  background-color: #FFD700;
}

#nav a.lev4_active:hover, #nav a.lev4_inactive:hover
{
  color:#125292;
}

