@charset "utf-8";
/* CSS Document */

#leftmenu {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 104px;
	height: 63px;
	position: relative;
}
#leftmenu span {
	display: none;
	position: absolute;
}
#leftmenu a {
	text-indent: 0%;
	position: absolute;
}
#leftmenu a:hover {
	background-position: left bottom;
}
#leftmenu a:hover span {
	display: block;
}

#leftmenu .eventService {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/eventService.png);
	left: 0px;
	top: 0px;
}
#leftmenu .eventServiceActive {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/eventServiceActive.png);
	left: 0px;
	top: 0px;
}
#leftmenu .eventService span {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/eventServiceLight.png);
	left: 0px;
	top: 0px;
}

#leftmenu .laserShowGuide {
	width: 104px;
	height: 38px;
	background: url(Images/Menu/laserShowGuide.png);
	left: 0px;
	top: 25px;
}
#leftmenu .laserShowGuideActive {
	width: 104px;
	height: 38px;
	background: url(Images/Menu/laserShowGuideActive.png);
	left: 0px;
	top: 25px;
}
#leftmenu .laserShowGuide span {
	width: 104px;
	height: 38px;
	background: url(Images/Menu/laserShowGuideLight.png);
	left: 0px;
	top: 0px;
}
