/* Secction switcher CSS */    #header {/*      float:left; */      width:100%;      font-size:12px;      line-height:normal;      }    #header ul {      margin:0;      padding:10px 5px 0;      list-style:none;      }    #header li {      float:left;      background:url("/graphics/left.gif") no-repeat left top;      margin:0;      padding:0 0 0 1px;      }    #header span {      float:left;      display:block;      background:url("/graphics/right.gif") no-repeat right top;      padding:1px 15px 4px 15px;      text-decoration:none;      font-weight:bold;      color:#464646;	  cursor:pointer;      }    /* Commented Backslash Hack       hides rule from IE5-Mac \*/    #header span {float:none;}    /* End IE5-Mac hack */    #header span:hover {      color:#333;      }    #header #current {      background-image:url("/graphics/left_on.gif");      border-width:0;      }    #header #current span {      background-image:url("/graphics/right_on.gif");      color:#333;      padding-bottom:4px;      }	.sectionDiv	{		display:block;		margin-top: 30px;	}