
.valueModel {
   position: relative;
   font-family: Arial, Helvetica, sans-serif;
   width: 578px;
   height: 368px;
   font-size: 9px;

}

.valueModelBackground {
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: -1;
}

#valueLevel4 {
   width: 100%;
   display: block;
   color: #7031b1;
   height: 111px;
   background-image: url("../images/empty.png");
   background-repeat: no-repeat;

}

#valueLevel4:hover {
   background-image: url("../images/level4overlay.png");
   background-repeat: no-repeat;
   cursor: hand;
   background-color: transparent;
}

.levelLeft4 {
   width: 108px;
   text-align: center;
   float: left;
   margin: 0;
   padding: 0;
   margin-top: 40px;
   line-height: 10px;
}
.levelRight4 {
   width: 470px;
   float: right;
   text-align: center;
   margin: 0;
   padding: 0;
   margin-top: 40px;
   line-height: 10px;
}

#valueLevel3 {
   width: 100%;
   display: block;
   height: 99px;
   color: #0070c0;
   background-image: url("../images/empty.png");
   background-repeat: no-repeat;
}

#valueLevel3:hover {
   background-image: url("../images/level3overlay.png");
   background-repeat: no-repeat;
   cursor: hand;
   background-color: transparent;
}


.levelRight3 {
   width: 470px;
   float: right;
   text-align: center;
   margin: 0;
   padding: 0;
   margin-top: 10px;
   line-height: 10px;
}

#valueLevel2 {
   width: 100%;
   display: block;
   height: 55px;
   color: #00b050;
   background-image: url("../images/empty.png");
   background-repeat: no-repeat;
}

#valueLevel2:hover {
   background-image: url("../images/level2overlay.png");
   background-repeat: no-repeat;
   cursor: hand;
   background-color: transparent;
}


.levelRight2 {
   width: 470px;
   float: right;
   text-align: center;
   margin: 0;
   padding: 0;
   margin-top: 10px;
   line-height: 10px;
}

#valueLevel1 {
   width: 100%;
   display: block;
   height: 79px;
   color: #ff0000;
   background-image: url("../images/empty.png");
   background-repeat: no-repeat;
}

#valueLevel1:hover {
   background-image: url("../images/level1overlay.png");
   background-repeat: no-repeat;
   cursor: hand;
   background-color: transparent;
}

.levelRight1 {
   width: 470px;
   float: right;
   text-align: center;
   margin: 0;
   padding: 0;
   margin-top: 15px;
   line-height: 10px;
}

.clearDiv {
  clear: both;
  }


