/* Nav Bar 2 Hotspots */

.tabContainer .hotspot1 {
    width: 107px; height: 29px;
    position: absolute;
    left: 10px; /* Left coord of hotspot (right: 20px is also valid); */
    background-image:url('images/button-content.png');
	z-index: 2;
 }
 .tabContainer .hotspot2 {
    width: 90px; height: 29px;
    position: absolute;
    left: 118px; /* Left coord of hotspot (right: 20px is also valid); */
    background-image:url('images/button-content.png');
	z-index: 3;
 }
  .tabContainer .hotspot3 {
    width: 102px; height: 29px;
    position: absolute;
    left: 208px; /* Left coord of hotspot (right: 20px is also valid); */
    background-image:url('images/button-content.png');
	z-index: 3;
 }
  .tabContainer .hotspot4 {
    width: 170px; height: 29px;
    position: absolute;
    left: 307px; /* Left coord of hotspot (right: 20px is also valid); */
    background-image:url('images/button-content.png');
	z-index: 3;
 }
   .tabContainer .hotspot5 {
    width: 115px; height: 29px;
    position: absolute;
    left: 480px; /* Left coord of hotspot (right: 20px is also valid); */
    background-image:url('images/button-content.png');
	z-index: 3;
 }
 .tabContainer .hotspot6 {
    width: 133px; height: 29px;
    position: absolute;
    left: 594px; /* Left coord of hotspot (right: 20px is also valid); */
    background-image:url('images/button-content.png');
	z-index: 3;
 }
 .tabContainer .hotspot7 {
    width: 85px; height: 29px;
    position: absolute;
    left: 726px; /* Left coord of hotspot (right: 20px is also valid); */
    background-image:url('images/button-content.png');
	z-index: 3;
 }