@charset "UTF-8";
/* CSS Document */

#affiliateMenu {
  list-style: none;
  padding: 0;
  margin: 0;
  width:958x;
  height:100px;
  position: relative;
  overflow: hidden;
	}
	
#affiliateMenu span {
  display: none;
  position: absolute;
}

#affiliateMenu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#affiliateMenu a:hover {
  background-position: left bottom;
}

#affiliateMenu a:hover span {
  display: block;
}

#affiliateMenu .fiveStar {
top:10px;
left:30px;
  width: 190px;
	height: 80px;
	background: url(../image/licensed-css.png) no-repeat;
  overflow: hidden;
}

#affiliateMenu .fiveStar span {
  width: 190px;
	height: 80px;
    background: url(../image/licensed-css.png) no-repeat;
  left: 0px;
  top: -80px;
  overflow: hidden;
}

#affiliateMenu .monroe {
top:10px;
left:290px;
  width: 190px;
	height: 80px;
	background: url(../image/monroe-css.png) no-repeat;
  overflow: hidden;
}

#affiliateMenu .monroe span {
  width: 190px;
	height: 80px;
  background: url(../image/monroe-css.png) no-repeat;
  left: 0px;
  top: -80px;
  overflow: hidden;
}

#affiliateMenu .amsa {
top:10px;
left:512px;
  width: 190px;
	height: 80px;
	background: url(../image/amsa-css.png) no-repeat;
  overflow: hidden;
}

#affiliateMenu .amsa span {
  width: 190px;
	height: 80px;
  background: url(../image/amsa-css.png) no-repeat;
  left: 0px;
  top: -80px;
  overflow: hidden;
}

#affiliateMenu .licensed {
top:10px;
left:720px;
  width: 190px;
	height: 80px;
	background: url(../image/5starr-css.png) no-repeat;
  overflow: hidden;
}

#affiliateMenu .licensed span {
  width: 190px;
	height: 80px;
	background: url(../image/5starr-css.png) no-repeat;
  left: 0px;
  top: -80px;
  overflow: hidden;
}