

/* A modified version of A List Apart - http://alistapart.com/articles/slidingdoors2/ 

    #navcontainer ul {
      margin:0;
      padding:8px 10px 0;
      list-style:none;
      }
    #navcontainer li {
      float:left;
      background:url("../images/tab-right.jpg") no-repeat right top;
      margin:0 0 0 9px;
      padding:0;
      }
    #navcontainer a {
      float:left;
      display:block;
      position:relative;
      left:-9px;
      margin-right:-9px;
      width:.1em;
      background:url("../images/tab-left.jpg") no-repeat left top;
      padding:5px 20px;
      text-decoration:none;
      font-weight:bold;
      color:#3c4919;
      text-transform: uppercase;
      }
    #navcontainer > ul a {width:auto;}*/
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    /*#navcontainer a {float:none;}*/
    /* End IE5-Mac hack 
    #navcontainer a:hover {
      color:#333;
      }
    #home #navcontainer-home, 
    #about #navcontainer-about,
    #experts #navcontainer-experts, 
    #sponsors #navcontainer-sponsors,
    #contact #navcontainer-contact,
     {
	
      background-position:100% -150px;
      }
    #home #navcontainer-home a, 
    #about #navcontainer-about a,
    #experts #navcontainer-experts a, 
    #sponsors #navcontainer-sponsors a,
    #contact #navcontainer-contact a,
	 {
      background-position:0 -150px;
      padding-bottom:6px;
      color:#333;
      }
	  /* not for IE5.x or IE6 
    #navcontainer li:hover, 
	#navcontainer li:hover a {
      background-position:100% -150px;
      color:#333;
      }
    #navcontainer li:hover a {
      background-position:0 -150px;
      }
	  */