 /* Format for buttons in header */
a.headerbutton:link {
	text-decoration:none;
	background-repeat: repeat-y; 
	background-position: 0px 0px; 
	height: 45px; 
	display:block;	
	width: 101px;
}

a.headerbutton:visited {
	text-decoration:none;
	display:block;	
	height: 45px;
	width: 101px;  
}

a.headerbutton:hover {
	text-decoration:none;
	background-repeat: repeat-y; 
	background-position: 0px 90px;
}

a.headerbutton:active {
	text-decoration:none;
	display:block;	
	height: 45px; 
	width: 101px; 
	background-repeat: repeat-y; 
	background-position: 0px 45px; 
}

a.headerbuttonactive {
	text-decoration:none;
	background-repeat: repeat-y; 
	background-position: 0px 45px; 
	height: 45px; 
	display:block;
	width: 101px; 	
}

