#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
	height: 250px;
	position:relative;
	left: -10px;
	top: 0px;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	width: 200px;
	left: 2px;
	top: 1px;
	height: 251px;
}
#menu a:hover {
	background-position: left bottom;
}
#menu .intro {
	width: 200px;
	height: 250px;
	background: url(../images/intro.png) no-repeat;
	left: 349px;
	top: 197px;
}
