@charset "utf-8";
/* CSS Document */

#leftmenu {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 104px;
	height: 100px;
	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 .news {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/news.png);
	left: 0px;
	top: 0px;
}
#leftmenu .newsActive {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/newsActive.png);
	left: 0px;
	top: 0px;
}
#leftmenu .news span {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/newsLight.png);
	left: 0px;
	top: 0px;
}

#leftmenu .aboutUs {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/aboutUs.png);
	left: 0px;
	top: 25px;
}
#leftmenu .aboutUsActive {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/aboutUsActive.png);
	left: 0px;
	top: 25px;
}
#leftmenu .aboutUs span {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/aboutUsLight.png);
	left: 0px;
	top: 0px;
}

#leftmenu .siteMap {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/siteMap.png);
	left: 0px;
	top: 50px;
}

#leftmenu .siteMapActive {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/siteMapActive.png);
	left: 0px;
	top: 50px;
}

#leftmenu .siteMap span {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/siteMapLight.png);
	left: 0px;
	top: 0px;
}

#leftmenu .contact {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/contact.png);
	left: 0px;
	top: 75px;
}

#leftmenu .contactActive {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/contactActive.png);
	left: 0px;
	top: 75px;
}

#leftmenu .contact span {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/contactLight.png);
	left: 0px;
	top: 0px;
}