
/* Styles for navigation tabs */
/* See http://www.alistapart.com/articles/slidingdoors2/ */

/*
    body {
      color:#000;
      background:		#D3D3D3;
      margin:0;
      padding:0;
      font:x-small/1.5em Georgia,Serif;
      voice-family: "\"}\""; voice-family:inherit;
      font-size:small;
      } html>body {font-size:small;}
  */
  
    .tab_header {
      float:left;
      width:100%;
      background:#D3D3D3 url("bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
		white-space:	nowrap;
      }
    .tab_header ul {
      margin:0;
      padding:0.2em 10px 0;
      list-style:none;
      }
    .tab_header li {
      float:left;
      background:url("left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid black;
      }
    .tab_header a {
      float:left;
      display:block;
      width:.1em;
      background:url("right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:black;
      }
    .tab_header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tab_header a {float:none;}
    /* End IE5-Mac hack */
    .tab_header a:hover {
      color:#333;
      }
    .tab_header .cltabselect {
      background-position:0 -150px;
      border-width:0;
      }
    .tab_header .cltabselect a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }

    .tab_header li:hover, #header li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    .tab_header li:hover a {
      background-position:100% -150px;
      }

	.clhiddentab {
		display:			none;
	}

