/* 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: 160px;
	height: 50px;
	background:url(../images/homebutton.gif);
	top:20px;
}
#menu .home span {
	width: 100px;
	height: 50px;
	background: url(../images/home-over.gif) no-repeat;
	left: 246px;
	top: 40px;
}
#menu .paintings {
	width: 160px;
	height: 50px;
	background: url(../images/paintingsbutton.gif) no-repeat;
	left: 20px;
	top: 75px;
}
#menu .paintings span {
	width: 100px;
	height: 50px;
	background: url(../images/paintings-over.gif) no-repeat;
	left: 226px;
	top: -15px;
}
#menu .process {
	width: 160px;
	height: 50px;
	background: url(../images/processbutton.gif) no-repeat;
	left:100px;
	top: 40px;
}
#menu .process span {
	width: 100px;
	height: 50px;
	background: url(../images/process-over.gif) no-repeat;
	left: 156px;
	top: 20px;
	position:absolute;
}
#menu .sculptures {
	width: 160px;
	height: 50px;
	background: url(../images/sculpturesbutton.gif) no-repeat;
	left:110px;
	top: 110px;
}
#menu .sculptures span {
	width: 100px;
	height: 50px;
	background: url(../images/sculptures-over.gif) no-repeat;
	left: 126px;
	top: -50px;
	position:absolute;
}
#menu .onmeeasel {
	width: 160px;
	height: 50px;
	background: url(../images/onmeeaselbutton.gif) no-repeat;
	left:120px;
	top: 185px;

}
#menu .onmeeasel span {
	width: 100px;
	height: 50px;
	background: url(../images/onmyeasel-over.gif) no-repeat;
	left: 116px;
	top: -130px;
	position:absolute;
}

#menu .contact {
	width: 160px;
	height: 50px;
	background: url(../images/contactbutton.gif) no-repeat;
	left:30px;
	top: 145px;
}
#menu .contact span {
	width: 100px;
	height: 50px;
	background: url(../images/contact-over.gif) no-repeat;
	left: 206px;
	top: -90px;
	position:absolute;}
/* Thanks to Web Designer Wall for the menu idea - www.webdesignerwall.com */