/* CSS Document */
/* form tabs */
    #topnavtabs {
	font-size:90%;
	line-height:normal;
	min-height: 25px;
	clear: none;
	left: 0px;
	top: 0px;
      }
    #topnavtabs ul {
      margin:0;
      list-style:none;
	  	height: 20px;
      }


#topnavtabs a {
	float:right;
	display:block;
	background:url("../images/topnavtab_right.gif")
      no-repeat right top;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #topnavtabs a {float:none;}
  /* End IE5-Mac hack */

#topnavtabs li a:hover {
	color:#000;
	text-decoration: underline;	
    }
	
 #topnavtabs li {
    float:right;
   background:url("../images/topnavtab_left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    height:25px;
    }
  #topnavtabs a, #topnavtabs strong, #topnavtabs span {
    display:block;
   background:url("../images/topnavtab_right.gif")
      no-repeat right top;
    padding:5px 10px 10px 6px;
    }
  #topnavtabs .current {
    background-image:url("../images/topnavtab_left_on.gif");
    }
  #topnavtabs .current a {
    background-image:url("../images/topnavtab_right_on.gif");
    padding-bottom:10px;
    color:white;
    }