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

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

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

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

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

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

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

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

/* Hack for flax border on language pages. */
#flax {
	width: 240px;
	height: 45px;
	/*margin: 0px 0px 0px 194px;*/
	position: absolute;
	right: -5px;
	top: -5px;
}
	
#flaxBorder {
	width: 240px;
	height: 45px;
	position:relative;
	right: -5px;
	top: -45px;
}

#djListen {
	float: left;
	margin: 14px 0px 0px 2px;
}
