/*body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  font:x-small/1.5em Georgia,Serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
  } html>body {font-size:small;}
*/
.headerSimple {
  float:left;
  position:relative;
  width:100%;
  min-width:100%;
  background:#DAE0D2 url("../img/PageControl/bg.gif") repeat-x bottom;
  /*background:transparent url("../img/PageControl/bg.gif") repeat-x bottom;
  font-size:93%;*/
  line-height:normal;
  }
.headerSimple ul {
  margin:0;
  padding-top:1px;
  list-style:none;
  }
.headerSimple li {
  position:relative;
  float:left;
  background:url("../img/PageControl/left.gif") no-repeat left top;
  margin:0;
  padding-left:4px;
  }
.headerSimple div {
  position:relative;
	  float:left;
  display:inline;
  background:url("../img/PageControl/right.gif") no-repeat right top;
  padding:5px 15px 4px 4px;
  text-decoration:none;
  /*font-weight:bold;*/
  color:#765;
  cursor:pointer;
}

.headerSimple .current {
  margin-top:0px;
  background-image:url("../img/PageControl/left_on.gif");
  }
.headerSimple .current div {
  background-image:url("../img/PageControl/right_on.gif");
  color:#333;
  padding-bottom:6px;
  }
  