/* CSS Document */


    #topmenu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 820px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 41px;
      }
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 2px;
	  list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      background:url(images/butleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topmenu a span {
      float:left;
      display:block;
      background:url(images/butright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#333333;
      }
    #topmenue a:link#current, #topmenu a:visited#current
	{
      color: #ffff;
      background:url(images/butleft4.JPG) no-repeat left top;
      padding:5px 15px 4px 6px;
      z-index: 200;
	}
 
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color:#333333;
      }
    #topmenu a:hover {
      background-position:0% -42px;
      }
    #topmenu a:hover span {
      background-position:100% -42px;
    }