/* CSS Document */

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 160px;
	height: 245px;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover>span{
	display: block;
}
#menu .home {
	width: 200px;
	height: 60px;
	background:url(../images/homebutton.gif);
	top:10px;
}

#menu .sculptures {
	width: 200px;
	height: 60px;
	background: url(../images/sculpturesbutton.gif) no-repeat;
	left:50px;
	top: 50px;
}
#menu .paintings {
	width: 200px;
	height: 60px;
	background: url(../images/paintingsbutton.gif) no-repeat;
	top: 90px;
}

#menu .process {
	width: 200px;
	height: 60px;
	background: url(../images/processbutton.gif) no-repeat;
	left:50px;
	top: 130px;
}

#menu .contact {
	width: 200px;
	height: 60px;
	background: url(../images/contactbutton.gif) no-repeat;

	left:50px;
	top: 210px;
}
#menu .onmeeasel {
	width: 200px;
	height: 60px;
	background: url(../images/onmeeaselbutton.gif) no-repeat;
	top: 170px;

}



