#tablist {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  line-height:normal;
  background-color:transparent;
	font-size:12px;
	margin-left:16px;
  } /*html>tablist {font-size:small;}*/
  
#tablist ul {
  margin:0;padding:0;
	margin-top:4px;
  list-style:none;
  }
#tablist .stnd {
  float:left;
  background:url("/layout/images/tabs/left_blue.gif") no-repeat left top;
  margin-left:1px;
  padding:0 0 0 9px;
  }
#tablist .stnd a {
  float:left;
  display:block;
  background:url("/layout/images/tabs/right_blue.gif") no-repeat right top;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  color:#152435;
  }
#tablist .nnc {
  float:left;
  background:url("/layout/images/tabs/left_orange.gif") no-repeat left top;
  margin-left:3px;
  padding:0 0 0 9px;
  }
#tablist .nnc a {
  float:left;
  display:block;
  background:url("/layout/images/tabs/right_orange.gif") no-repeat right top;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  color:#152435;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tablist a {float:none;}
/* End IE5-Mac hack */
#tablist a:hover {
  color:#666;
  }
#tablist #current {
  background-image:url("/layout/images/tabs/left_blue_on.gif");
  }
#tablist #current a {
  background-image:url("/layout/images/tabs/right_blue_on.gif");
  color:#152435;
  padding-bottom:6px;
  }
#tablist #current_nnc {
  background-image:url("/layout/images/tabs/left_blue_on.gif");
  }
#tablist #current_nnc a {
  background-image:url("/layout/images/tabs/right_blue_on.gif");
  color:#152435;
  padding-bottom:6px;
  }