#navcontainer {
      font-size:120%;
      line-height:normal;
	  font-weight: bold;
	  width: 100%;
	  height: 35px;
}
    #navcontainer ul {
          margin:0;
          padding:0;
          list-style:none;
      }
    #navcontainer li {
      display:inline;
      margin:0;
      padding:0;
      }
    #navcontainer a {
      float:left;
      margin-right: 4px;
      text-decoration:none;
      }
    #navcontainer a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
	  border: 1px solid #ddd;
	  background: #f0f0f0;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navcontainer a span {float:none;}
    /* End IE5-Mac hack */
    #navcontainer a:hover span {
      color:#fff;
	  background: #446EA0;
	  text-decoration: none;
	  border-bottom: 0px;	
      }
    #navcontainer a:hover {
	  text-decoration: none;
      }
    #navcontainer a:hover span {
	  text-decoration: none;
      }

      #navcontainer #current a {
	  	background: #446EA0;
		color: #fff;
      }
      #navcontainer #current a span {
	  	background: #446EA0; color: #fff;
      }
-->