    body {
		background-color:#fff;
		margin:0;
		padding:0;
		color:#000;
		font:x-small/1.5em "Lucida Sans Unicode",Georgia,Serif;
		voice-family: "\"}\""; voice-family:inherit;
		font-size:small;
		} html>body {font-size:small;} 
    
    #menu_center {
		width:100%;
		height: 300px;
		background-image:  url("../_pics/menu_bg.jpg");
		background-repeat: repeat-x;
		background-position: top;
		margin:0px; 
	}

    #menu_center2 {
		width:850px;
		margin-right:auto;
		margin-left:auto;
		}
	#header {
		float:left;
		width:700px;
		font-size:90%;
		line-height:normal; }

	*:first-child+html #header ul { margin-top:41px; margin-left:0px; }
	* html #header ul { margin-top:41px; margin-left:0px; }

    #header ul {
		margin-top:49px;
		padding:10px 10px 0 0;
		list-style:none;
      }
	

	#header li {
      float:left;
      background:url("../_pics/menu_bg_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:0px solid #765;
      }
    #header a {
      float:left;
      display:block;
      width:.1em;
      background:url("../_pics/menu_bg_right.gif") no-repeat right top;
      padding:5px 10px 10px 1px;
      text-decoration:none;
      font-weight:100;
      color:#fff;
	  margin-right:1px;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    * html #header ul a {width:auto;}
	
	#header a:hover {
      color:#fff;
      }
    #header #current {
      background-position:0 -65px;
      border-width:0;
      }
    #header #current a {
      background-position:100% -65px;
      padding-bottom:10px;
      color:#fff;
      }
    #header li:hover, #header li:hover a {
      background-position:0% -65px;
      color:#fff;
      }
    #header li:hover a {
      background-position:100% -65px;
      padding-bottom:10px;
      }