/*- Menu Tabs F--------------------------- */

    #tabsF {
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-position: center;
	width: 100%;
	float: left;
      }
    #tabsF ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
      }
    #tabsF li {
	display:inline;
	margin:0;
	padding:0;
      }
    #tabsF a {
      float:left;
      background:url("tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#006600;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #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;
        }
		

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
		
		#menu8 {
	width: 180px;
	margin-top: 10px;
	height: auto;
        }

#menu8 li a {
	height: 24px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	margin: 0px;
	padding: 0px;
        }

#menu8 li a:link, #menu8 li a:visited {
        color: #777;
        display: block;
        background: url(menu8.gif);
        padding: 8px 0 0 20px;
        }

#menu8 li a:hover, #menu8 li #current {
        color: #257EB7;
        background: url(menu8.gif) 0 -32px;
        padding: 8px 0 0 25px;
        }

#menu8 li a:active {
        color: #fff;
        background: url(menu8.gif) 0 -64px;
        padding: 8px 0 0 25px;
        }
