/*Rollover css*/
#startHereMenu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 350px;
  height: 73px;
  position: relative;
  overflow: hidden;
  float:right;
	}
	
#startHereMenu span {
  display: none;
  position: absolute;
}

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

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

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

#startHereMenu .startHere {
  width: 173px;
	height: 73px;
	background: url(http://www.nopun.com/images/startHere-css.jpg) no-repeat;
  overflow: hidden;
}

#startHereMenu .startHere span {
  width: 173px;
  height: 73px;
  background: url(http://www.nopun.com/images/startHere-css.jpg) no-repeat;
  left: 0px;
  top: -73px;
  overflow: hidden;
}

#startHereMenu .newProject {
  width: 173px;
	height: 73px;
	background: url(http://www.nopun.com/images/newProject-css.jpg) no-repeat;
  overflow: hidden;
}

#startHereMenu .newProject span {
  width: 173px;
  height: 73px;
  background: url(http://www.nopun.com/images/newProject-css.jpg) no-repeat;
  left: 0px;
  top: -73px;
  overflow: hidden;
}

#startHereMenu .subscribe {
  width: 173px;
	height: 73px;
	background: url(http://www.nopun.com/images/subscribe-css.jpg) no-repeat;
  overflow: hidden;
}

#startHereMenu .subscribe span {
  width: 173px;
  height: 73px;
  background: url(http://www.nopun.com/images/subscribe-css.jpg) no-repeat;
  left: 0px;
  top: -73px;
  overflow: hidden;
}
/*Rollover css end*/
}
