#Hornav {
	clear:both;
	width:840px;
	font-size:110%;
	margin: 0px auto;
	height: 25px;
      }

#Hornav ul {
	list-style:none;
	display:block;
	padding:0px;
	width: 840px;
	margin: 0px;
	height: 35px;
      }

#Hornav li {
	display:block;
	margin:0;
	padding:0;
	float: left;
	text-align: center;
      }
	  
#Hornav a {
      float:left;
      background:url("../img/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }

#Hornav a span {
	float:left;
	display:block;
	background:url("../img/tabrightB.gif") no-repeat right top;
	padding:7px 12px 6px 8px;
	color:#000000;
	width: 95px;
	height: 12px;
      }
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/

 #Hornav a span {float:none;
 font-weight:bolder;}
    /* End IE5-Mac hack */
 #Hornav a:hover span {
      color:#000;
      }
    #Hornav a:hover {
      background-position:0% -42px;
      }
    #Hornav a:hover span {
      background-position:100% -42px;
      }

        #Hornav #current a {
                background-position:0% -42px;
        }
        #Hornav #current a span {
                background-position:100% -42px;
        }
		
		
