  /*--- navigation layout/font/colours in one place ---*/
#nav {
  margin: 0 0 0 0;
  padding: 30px 0 0 0px;
  position: relative;
  text-align: left;
  font-size: 130%;
  font-weight: bold;
}

#nav_marg {
  position: relative;
  margin: 0 0 0 0;
  padding-bottom: 0;
  background-color: transparent;
}

#nav h2{
  background-color: #fd7433; /*orange */
  color: black;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}
#nav ul {padding: 0; }
#nav li {
  padding: 0;
  margin: 0;
  color: black;
}

#nav li a {
  padding: 5px 10px 5px 0;
  font-weight: bold;
  border-bottom: 0;
  border-right: 0;
  text-decoration: none;
  display: block;
}

#nav li ul li a {
  padding: 2px 10px 2px 15px;
  font-weight: normal;
  display: block;
  /*background: url(../images/custom_pics/0css/arrow_sml.gif) no-repeat center left;*/
}

#nav li a:hover, #nav li ul li a:hover{
  color: #a00;
  background-color: #edebd5;
}

/*#subnav ol{
      margin-left: 20px;
      margin-bottom: 0.75em;
} */

#subnav li {
      display: inline;
      list-style-type: none;
      margin: 0 0 0 0;
      padding: 0 3px 0 0;
      font-size: 80%;
      background-image: url(../images/custom_pics/0css/subnav_down.gif);
      background-repeat: no-repeat;
      background-position: left;
}

#subnav a{
      color: red;
      text-decoration: none;
      margin-left: 10px !important;
      padding-right: 1px !important;
}

#subnav a:hover, #content a.backtotop:hover{
      border-bottom: 1px solid red;
      color: white;
      background-color: black;
      outline: 1px solid red;
}


/* highlite current item in main nav */
#nav li#navlnk_here a
{
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 6px;
  color: #a00;
  background: url(../images/custom_pics/0css/corner.gif) no-repeat center left;
}

#nav li ul li#navlnk_here a {
  background: url(../images/custom_pics/0css/arrow.gif) no-repeat center left;
}


/* hover effects */
#nav li a:hover {
  color: blue;
}
#nav li ul li a:hover {
  color: blue;
  background: #edebd5 url(../images/custom_pics/0css/arrow.gif) no-repeat center left;
}


