#navlist	{
		position: relative;
		top: 50px;
		}
	
#nav 
		{
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
		}

#nav li
		{
		margin: 0 0 0 0;
	        list-style: none;
		}
#nav a 
		{
		display: block;
		padding: 0 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:23px; /* for IE5/Win only */
		}
 
#bio A {
	BACKGROUND-IMAGE: url(img/b_bio.gif); width: 130px; padding-top: 31px;
	background-repeat: no-repeat;
}
#bio A:hover {
	BACKGROUND-IMAGE: url(img/bo_bio.gif);
}
#gallery A {
	BACKGROUND-IMAGE: url(img/b_gallery.gif); width: 130px; padding-top: 31px;
	background-repeat: no-repeat;
}
#gallery A:hover {
	BACKGROUND-IMAGE: url(img/bo_gallery.gif);
}
#reproductions A {
	BACKGROUND-IMAGE: url(img/b_reproductions.gif); width: 130px; padding-top: 31px;
	background-repeat: no-repeat;
}
#reproductions A:hover {
	BACKGROUND-IMAGE: url(img/bo_reproductions.gif);
}
#contact A {
	BACKGROUND-IMAGE: url(img/b_contact.gif); width: 130px; padding-top: 31px;
	background-repeat: no-repeat;
}
#contact A:hover {
	BACKGROUND-IMAGE: url(img/bo_contact.gif);
}
