/* CSS Document */

#baltmenu li {
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
}
#baltmenu a {
	text-indent: -9999px;
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#baltmenu a#location {
	background-image: url(../area/balt/image/bn_balt.gif);
	background-position: left top;
	width: 203px;
}
#baltmenu a#sightseeing {
	background-image: url(../area/balt/image/bn_balt.gif);
	background-position: -203px top;
	width: 203px;
}
#baltmenu a#products {
	background-image: url(../area/balt/image/bn_balt.gif);
	background-position: -406px top;
	width: 204px;
}

#baltmenu a#location:hover {
	background-position: left -51px;
}
#baltmenu a#sightseeing:hover {
	background-position: -203px -51px;
}
#baltmenu a#products:hover {
	background-position: -406px -51px;
}