/*- Menu Tabs F--------------------------- */
    #tabsF {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	text-align: center;
	vertical-align: middle;
      }

#tabsF ul {
	margin:0;
	list-style:none;
	padding:0px;
}

    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }

    #tabsF a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../img_graf/tableftF.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #031545;
      }

    #tabsF a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#031545;
	background-image: url(../img_graf/tabrightF.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #tabsF a span {float:none;}

    /* End IE5-Mac hack */

    #tabsF a:hover span {

      color:#EB4724;

      }

    #tabsF a:hover {

      background-position:0% -42px;

      }

    #tabsF a:hover span {

      background-position:100% -42px;

      }



	#tabsF #current a {

		background-position:0% -42px;

	}

	#tabsF #current a span {

		background-position:100% -42px;

	}
