
/* Member Tab Nav */
#subnav {
  float:left;
  background: url("/images/members/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  text-align: center;

  width: 94%;
  }
#subnav ul {
  margin:1;
  padding:1px 1px 0;
  list-style:none;
  }
#subnav li {
  float:left;
  background:url("/images/members/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#subnav a {
  float:left;
  display:block;
  background:url("/images/members/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#333;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subnav a {float:none;}
/* End IE5-Mac hack */
#subnav a:hover {
  color:#345b97;
  }
#subnav #current {
  background-image:url("/images/members/left_on.gif");
  margin-bottom:-1;
  }
#subnav #current a {
  background-image:url("/images/members/right_on.gif");
  color:#345b97;
  padding-bottom:5px;
  }
  
  
/* Member Tab Nav */
#subsubnav {
  float:left;
  background: url("/images/members/bg_sm.gif") repeat-x bottom;
  font-size:10px;
  line-height:normal;
  text-align: center;
  }
#subsubnav ul {
  margin:1;
  padding:1px 1px 0;
  list-style:none;
  }
#subsubnav li {
  float:left;
  background:url("/images/members/left_sm.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#subsubnav a {
  float:left;
  display:block;
  background:url("/images/members/right_sm.gif") no-repeat right top;
  padding:3px 11px 2px 3px;
  text-decoration:none;
  font-weight:bold;
  color:#494d50;
  font-size: 10px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subsubnav a {float:none;}
/* End IE5-Mac hack */
#subsubnav a:hover {
  color:#000000;
  }
#subsubnav #current {
  background-image:url("/images/members/left_on_sm.gif");
  margin-bottom:-1;
  }
#subsubnav #current a {
  background-image:url("/images/members/right_on_sm.gif");
  color:#333;
  padding-bottom:3px;
  }
