/*--------- Menu images sous-parties ---------*/
#liberty {
	position: absolute;
	width:49px;
	height:33px;
	left:99px;
	top:90px;
}

#toontown {
	position: absolute;
	width:83px;
	height:32px;
	left:178px;
	top:77px;
}

#mainstreet {
	position: absolute;
	width:60px;
	height:50px;
	left:173px;
	top:112px;
}

#frontier {
	position: absolute;
	width:63px;
	height:29px;
	left:83px;
	top:154px;
}

#fantasy {
	position: absolute;
	width:51px;
	height:28px;
	left:179px;
	top:186px;
}

#tomorrow {
	position: absolute;
	width:94px;
	height:23px;
	left:52px;
	top:218px;
	background:url(images/over_tomorrow.gif) no-repeat;
}

#adventureland {
	position: absolute;
	width:61px;
	height:26px;
	left:174px;
	top:227px;
}
/*
*/
#liberty:hover {
	position: absolute;
	width:49px;
	height:33px;
	left:99px;
	top:90px;
	background: url(images/over_liberty.gif) no-repeat;
}

#toontown:hover {
	position: absolute;
	width:83px;
	height:32px;
	left:178px;
	top:77px;
	background:url(images/over_toontown.gif) no-repeat;
}

#mainstreet:hover {
	position: absolute;
	width:60px;
	height:50px;
	left:173px;
	top:112px;
	background:url(images/over_mainstreet.gif) no-repeat;
}

#frontier:hover {
	position: absolute;
	width:63px;
	height:29px;
	left:83px;
	top:154px;
	background:url(images/over_frontier.gif) no-repeat;
}

#fantasy:hover {
	position: absolute;
	width:51px;
	height:28px;
	left:179px;
	top:186px;
	background: url(images/over_fantasy.gif) no-repeat;
}

/*#tomorrow:hover {
	position: absolute;
	width:94px;
	height:23px;
	left:52px;
	top:218px;
}*/

#adventureland:hover {
	position: absolute;
	width:61px;
	height:26px;
	left:174px;
	top:227px;
	background:url(images/over_adventure.gif) no-repeat;
}