/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background:#E2E2F1;
	  font: bold 9pt Arial, sans-serif;
      line-height:normal;
	  border-bottom:0px solid #F5963A;
      }
    #tabsI ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url('http://www.greenwich-market.co.uk/scripts/tabs/tableftI.gif') no-repeat left top;
      margin:0;
      text-decoration:none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url('http://www.greenwich-market.co.uk/scripts/tabs/tabrightI.gif') no-repeat right top;
      color:#FFF; padding-left:4px; padding-right:8px; padding-top:4px; padding-bottom:4px
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

    #tabsI #current a {
      background-position:0% -42px;
      }
    #tabsI #current a span {
      background-position:100% -42px;
      }