@charset "UTF-8";

@media screen, projection
{

  #topnav ul { 
    list-style: none;
    white-space: nowrap;
    width: 10em; /* Width required for IE6 so it shows rounded borders. */
  }
  #topnav ul li {
    list-style-type: none;
    margin: 0;
    float: left;
  }
  #topnav ul li.search {
    width: 4.6em; /* Width required for IE6 for layout and IE7 to have rounded borders properly positioned. */
  }
  #topnav ul li.sitemap {
    width: 5.4em; /* Width required for IE6 for layout and IE7 to have rounded borders properly positioned. */
  }

  #topnav a {
    padding-left: 7px;
    padding-right: 7px;
    line-height: 3em;
  }
  #topnav a.active {
    padding-left: 0px;
    padding-right: 0px;
    line-height: 1.7em;
    background-color: white;
    color: black;
    text-decoration: none;
  }

}
