#master_nav {z-index: 5; width:960px;	height: 25px;
}

/*- Menu Tabs 8------------------ --------- */

    #tab_topnav {
      float:left;
      width:960px;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
   #tab_topnav ul {
          margin:0;
          padding:0px 10px 0 10px;
          list-style:none;
      }
    #tab_topnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tab_topnav a {
      float:left;
      background:url("../images/menu/header_tableft_2.gif") no-repeat left top;
      margin-right:3px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tab_topnav a span {
      float:left;
      display:block;
      background:url("../images/menu/header_tabright_2.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      }
#tab_topnav a span strong {
font-weight:bold; font-size:11px;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tab_topnav a span {float:none;}
    /* End IE5-Mac hack */
    #tab_topnav a:hover span {
      text-decoration:none;
       color:#666;
      }
    #tab_topnav a:hover {
      background-position:0% -42px;
      }
    #tab_topnav a:hover span {
      background-position:100% -42px;
      }



      #tab_topnav #current a {
              background-position:0% -42px;
      }
      #tab_topnav #current a span {
color:#666;
              background-position:100% -42px;
      }
      #tab_topnav #current a:hover span {
color:#666;
         text-decoration:none;
      }


	#flagsection .flags a {
      float:right;
      margin-right:10px;
      padding:0 0 0 4px;
      background:url("../images/menu/empty.gif") no-repeat right top;
      text-decoration:none;
      }
      
    #flagsection .flags a:hover {
      text-decoration:underline;
      }