#lang {
	width: 300px; 
	height: 60px;
	background: url(../images/icons/header-languages.png) no-repeat;
	background-position: center left;
	padding: 40px 0 40px 0;
	line-height: 60px;
}

#lang:hover {
  background: url(../images/icons/header-languagesglow.png) no-repeat;
  background-position: center left;
}

#kiwihead {
	width: 300px; 
	height: 60px;
	background: url(../images/icons/header-kiwiway.png) no-repeat;
	background-position: center left;
	padding: 30px 0 30px 0;
}

#kiwihead:hover {
  background: url(../images/icons/header-kiwiwayglow.png) no-repeat;
  background-position: center left;
}

#libhead {
	width: 300px; 
	height: 60px;
	background: url(../images/icons/header-libraries.png) no-repeat;
	background-position: center left;
	padding: 30px 0 30px 0;
}


#libhead:hover {
  background: url(../images/icons/header-librariesglow.png) no-repeat;
  background-position: center left;
}


#abouthead {
	width: 300px; 
	height: 60px;
	background: url(../images/icons/header-about.png) no-repeat;
	background-position: center left;
	padding: 30px 0 30px 0;
}

#abouthead:hover {
  background: url(../images/icons/header-aboutglow.png) no-repeat;
  background-position: center left;
}