@charset "utf-8";
/* PAGE ELEMENTS */

p { font-size: 1.0em; line-height: 1.3em; margin: 1.2em 0em 1.2em 0em; }
li > p { margin-top: 0.2em; }
pre { font-family: monospace; font-size: 1.0em; }
strong, b { font-weight: bold; }

#val_tab {
  float:left;
  width:100%;
  background:#fff url("../images/bg.gif") repeat-x bottom;
  font-size: 1.0em;
  line-height: normal;
}
#val_tab ul {
  margin:0;
  padding: 0px 10px 0px 10px;
  list-style:none;
}
#val_tab li {
  float:left;
  background:url("../images/left_white.png") no-repeat left top;
  margin:0;
  padding:0 3px 0 9px;
  border-bottom:1px solid #CACACA;
}
#val_tab a {
  float:left;
  display:block;
  width:.1em;
  background:url("../images/right_white.png") no-repeat right top;
  padding:2px 15px 0px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  white-space: nowrap;
}
#val_tab > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#val_tab a {float:none;}
/* End IE5-Mac hack */
#val_tab a:hover {
  color:#333;
}
#val_tab #val_current {
  background-position:0 -150px;
  border-width:0;
}
#val_tab #val_current a {
  background-position:100% -150px;
  padding-bottom:1px;
  color:#000;
}
#val_tab li:hover, #val_tab li:hover a {
  background-position:0% -150px;
  color:#000;
}
#val_tab li:hover a {
  background-position:100% -150px;
}

