/* CSS Document */

#menu {
	width:95px;
	height:385px;
	margin-left:79px;
	position:absolute;
}


ul {
	list-style:none;
	margin-top:16px;
}

#menu a {
	display:block;
	color:#27221c;
}

a:link, a:visited, a:hover {
	width:95px;
	height:55px;
}

a:hover {
	background-image:none;
}


.home {
	background-image:url(buttons/home_up.jpg);
}

.intro {
	background-image:url(buttons/intro_up.jpg);
}			  
              
.figures {
	background-image:url(buttons/figures_up.jpg);
}

.stuff {
	background-image:url(buttons/stuff_up.jpg);
}

.links {
	background-image:url(buttons/links_up.jpg);
}

.email {
	width:95px;
	height:55px;
	margin-top:40px;
	background-image:url(buttons/email_up.jpg); 
}


