          /*   TOP NAVIGATION (PRIMARY)  */
/*--------------------------------------------------*/

#top_nav {
	padding:3px 0 3px 0;
	margin:0;
    background-color:#d1d1d1;
}

#top_nav ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#top_nav li {
  display: inline;
  list-style-type: none;
  padding:0;
  margin: 0;
}

#top_nav a {
  font-family:Arial, Helvetica, sans-serif;
  color:#00337f;
  text-decoration:none;
  font-size:11px;
  margin: 0 1.5em;
}

#top_nav a:link, #top_nav a:visited {
  text-decoration:none;
  font-weight:bold;
}

#top_nav a:hover {
text-decoration:underline;
}

         
      /*   LEFT HAND NAVIGATION (SECONDARY)  */
/*--------------------------------------------------*/


#navlist
{
  width:180px;
  font-family:Arial, Helvetica, sans-serif;
  margin: 0 0 0 4px;
  padding: 0;
}

#navlist ul
{
  margin: 0;
  padding: 0;
}

#navlist li
{
  margin: 0;
  font-size: 11px;
  font-weight:bold;
  color:#D65500;
  padding:0;
  display: inline;
}

#navlist a
{
  display: block;
  border:none;
  text-align: left;
  text-decoration: none;
  padding:0;
  margin:0;
  font-size: 11px;  

}

#navlist a:link, #navlist a:visited, #navlist a:active {
  color:#00337f;
  font-weight:bold;
}

#navlist a:hover {
text-decoration:underline;
}

#navlist .active a, #navlist .expanded a
{
  display: block;
  text-align: left;
  text-decoration: none;
}

#navlist .active a:link, #navlist .active a:visited, #navlist .active a:hover, #navlist .active a:active {
  padding:0 0 0 4px;
  margin:0;
  color:#D65500;
  font-weight:bold;
  font-size: 11px;
  background-color:#00337f;
}

#navlist .expanded a:link, #navlist .expanded a:visited, #navlist .expanded a:hover, #navlist .expanded a:active {
  padding:0;
  margin:0;
  color:#D65500;
  font-weight:bold;
  padding:0 0 0 4px;
  font-size: 11px;
}

#navlist .expanded a:hover {
  text-decoration:underline;
}


            /* SECOND LEVEL NAVIGATION */
/*--------------------------------------------------*/

#subnavlist, #subsubnavlist
{
  width:190px;
  font-family:Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#subnavlist ul, #subsubnavlist ul {
  margin: 0;
  padding: 0;
}

#subnavlist li, #subsubnavlist li
{
  display: inline;
  margin: 0;
}

#subnavlist a, #subsubnavlist a {
  display: block;
  border:none;
  text-align: left;
  text-decoration: none;
  padding: 0 0 0 8px;
  margin:0;
  font-size: 11px;
}

#subsubnavlist a {
  padding: 0 0 0 16px;
}

#subnavlist a:link, #subnavlist a:visited, #subnavlist a:active {
  color: #0053d0;
  font-weight:normal;
}

#subsubnavlist a:link, #subsubnavlist a:visited, #subsubnavlist a:active {
  color:#D65500;
  font-weight:normal;
}

#subnavlist a:hover, #subsubnavlist a:hover {
text-decoration:underline;
}

#subnavlist .active a, #subsubnavlist .active a
{
  display: block;
  text-align: left;
  text-decoration: none;
}

#subnavlist .active a:link, #subnavlist .active a:visited, #subnavlist .active a:hover, #subnavlist .active a:active {
  padding: 0 0 0 8px;
  margin:0;
  color:#D65500;
  font-weight:normal;
  font-size: 11px;
  background-color:#00337f;
}

#subsubnavlist .active a:link, #subsubnavlist .active a:visited, #subsubnavlist .active a:hover, #subsubnavlist .active a:active {
  padding: 0 0 0 16px;
}



