/*- Body menu tabs (eg communications page)--------------------------- */

    #tabs10 {
	  display: block;
	  padding: 0px;
      width:500px;
      height: 20px;
      font-size:93%;
	  border-bottom:2px solid #124d8e;
      line-height:normal;
      }
    #tabs10 ul {
	  margin:0;
	  padding:0 0 0 0;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("/images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 2px 0 0;
      text-decoration:none;
      border-left:1px solid #124d8e;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("/images/tabright10.gif") no-repeat right top;
      padding:2px 19px 1px 10px;
      color:#fff;
      font-weight: normal;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }
	