    
     #tabHeaderTop {
      	float:left;
      	width:100%;
      	background:#DAE0D2 url(../images/bg_top.gif) repeat-x bottom;
     	font-family:Verdana, small Georgia, Arial, Helvetica, sans-serif;
      	font-size:93%;
      	line-height:normal;
	text-align:center;
     }
    #tabHeaderTop ul {
      	margin:0;
      	padding:0px 0px 0;
      	list-style:none;
      }
    #tabHeaderTop li {
      	display:inline;
      	margin:0;
      	padding:0;
      }
    #tabHeaderTop a {
      	float:left;
      	background:url(../images/left_both_top.gif) no-repeat left top;
      	margin:0;
      	padding:0 0 0 9px;
      	border-bottom:1px solid #765;
      	text-decoration:none;
      }
    #tabHeaderTop a span {
      	float:left;
      	display:block;
      	background:url(../images/right_both_top.gif) no-repeat right top;
      	padding:5px 15px 4px 6px;
      	font-weight:bold;
      	color:#765;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabHeaderTop a span {float:none;}
    /* End IE5-Mac hack */
    #tabHeaderTop a:hover span {
      color:#333;
      }
    #tabHeaderTop #currentTab a {
      background-position:0 -150px;
      border-width:0;
      }
    #tabHeaderTop #currentTab a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    #tabHeaderTop a:hover {
      background-position:0% -150px;
      }
    #tabHeaderTop a:hover span {
      background-position:100% -150px;
      }

      
     
     #tabHeaderBottom {
      	float:left;
      	width:100%;
      	background:#DAE0D2 url(../images/bg_bottom.gif) repeat-x top;
     	font-family:Verdana, small Georgia, Arial, Helvetica, sans-serif;
      	font-size:93%;
      	line-height:normal;
		text-align:center;
		padding-bottom:10px;
     }
     
    #tabHeaderBottom ul {
      	margin:0;
      	padding: 0px 0px 0px;
      	list-style:none;
      }
      
    #tabHeaderBottom li {
      	display:inline;
      	margin:0;
      	padding:0;
      }
      
    #tabHeaderBottom a {
      	float:left;
     	background:url(../images/left_both_bottom.gif) no-repeat left bottom;
      	margin:0;
      	padding:0 0 0 9px;
      	border-top:1px solid #765;
      	text-decoration:none;
      }
      
    #tabHeaderBottom a span {
      	float:left;
      	display:block;
      	background:url(../images/right_both_bottom.gif) no-repeat right bottom;
      	padding:5px 15px 4px 6px;
      	font-weight:bold;
      	color:#765;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabHeaderBottom a span {float:none;}
    /* End IE5-Mac hack */
    #tabHeaderBottom a:hover span {
      color:#333;
      }
    #tabHeaderBottom #currentTab a {
      background-position:100% -300px;
      border-width:0;
      }
    #tabHeaderBottom #currentTab a span {
      background-position:100% -300px;
      padding-bottom:5px;
      color:#333;
      }
    #tabHeaderBottom a:hover {
      background-position:100% -300px;
      }
    #tabHeaderBottom a:hover span {
      background-position:100% -300px;
      }
 