#xxnav {margin:2px 0 2px 0;}

/* A modified version of A List Apart - http://alistapart.com/articles/slidingdoors2/ */
    #nav {
      float:left;
      width:100%;
      background:#dae0d2 url("images/bg.gif") repeat-x bottom;
      }
    #nav ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #nav li {
      float:left;
	  display:inline;
      background:url("images/right_both.gif") no-repeat right top;
      margin:0 0 0 9px;
      padding:0;
      }
    #nav a {
      float:left;
      display:block;
      position:relative;
      left:-9px;
      margin-right:-9px;
      width:.1em;
      background:url("images/left_both.gif") no-repeat left top;
      padding:5px 12px;
      text-decoration:none;
	  font-family:arial;
	  font-size: 9pt;
      font-weight:normal;
      color:#765;
      }
    #nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover {
      color:#333;
      }
	#menutab1 #nav-1,
	#menutab2 #nav-2,
	#menutab3 #nav-3,
	#menutab4 #nav-4,
	#menutab5 #nav-5,
	#menutab6 #nav-6,
	#menutab7 #nav-7,
	#menutab8 #nav-8,
	#menutab9 #nav-9,
	#menutab10 #nav-10,
	#menutab11 #nav-11,
	#menutab12 #nav-12
	  {
      background-position:100% -150px;
      }
	#menutab1 #nav-1 a,
	#menutab2 #nav-2 a,
	#menutab3 #nav-3 a,
	#menutab4 #nav-4 a,
	#menutab5 #nav-5 a,
	#menutab6 #nav-6 a,
	#menutab7 #nav-7 a,
	#menutab8 #nav-8 a,
	#menutab9 #nav-9 a,
	#menutab10 #nav-10 a,
	#menutab11 #nav-11 a,
	#menutab12 #nav-12 a 
	  {
      background-position:0 -150px;
      padding-bottom:6px;
      color:#333;
      }
	  /* not for IE5.x or IE6 */
    #nav li:hover, 
	#nav li:hover a {
      background-position:100% -150px;
      color:#333;
      }
	#nav li:hover a {
      background-position:0 -150px;
      }