 
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-family : CI;
  width : 770px;
  background-position : left center;
  background-repeat : repeat-y;
  background-image : url(bg.jpg);
}
.BarClass{
  background-color : white;
  width : 100%;
}
.LabelClass{
  color : #ffffff;
  width : 110px;
  text-align : center;
  height : 0em;
  background-color : #7254fc;
}
.PulldownClass{
  color : white;
  background-color : #7254fc;
  width : 110px;
  height : 1em;
  text-align : center;
  text-decoration : none;
}
A:HOVER{
  background-color : white;
  color : #7254fc;
}