@charset "UTF-8";
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 130px;
	height: 380px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	z-index: 1;
	visibility: visible;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	left: -15px;
	top: -580px;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span {
	display: block;
}
#menu .denny {
	width: 125px;
	height: 60px;
	background-image: url(../images/denny.gif);
	background-repeat: no-repeat;
	left: 2px;
	top: 2px;
}
#menu .denny span {
	width: 125px;
	height: 60px;
	left: 2px;
	top: 2px;
	background-image: url(../images/denny-over.gif);
	background-repeat: no-repeat;
}
#menu .mls {
	width: 125px;
	height: 60px;
	left: 2px;
	top: 67px;
	background-image: url(../images/mls.gif);
	background-repeat: no-repeat;
}	
#menu .mls span {
	width: 125px;
	height: 60px;
	left: 2px;
	top: 130px;
	background-image: url(../images/mls-over.gif);
	background-repeat: no-repeat;
}
#menu .virtual {
	width: 125px;
	height: 60px;
	background-image: url(../images/virtual.gif);
	background-repeat: no-repeat;
	left: 2px;
	top:138px;
}
#menu .virtual span {
	width: 125px;
	height: 60px;
	left: 2px;
	top: 200px;
	background-image: url(../images/virtual-over.gif);
	background-repeat: no-repeat;
}
#menu .client {
	width: 125px;
	height: 60px;
	left: 2px;
	top:206px;
	background-image: url(../images/clients.gif);
	background-repeat: no-repeat;
}
#menu .client span {
	width: 125px;
	height: 60px;
	left: 2px;
	top: 200px;
	background-image: url(../images/clients-over.gif);
	background-repeat: no-repeat;
}
#menu .resource {
	width: 125px;
	height: 60px;
	left: 2px;
	top:274px;
	background-image: url(../images/resource.gif);
	background-repeat: no-repeat;
}
#menu .resource span {
	width: 125px;
	height: 60px;
	left: 2px;
	top: 270px;
	background-image: url(../images/resource-over.gif);
	background-repeat: no-repeat;
}
