#menu_prepare { display: none; }

#menu, #menu ul {	height: 41px; background: #885D57; }
#menu ul { list-style: none; padding: 0; margin: 0; width: 1000px; }
#menu ul li { display: inline; float: left; }

#menu ul li a, #menu ul li div {
	text-decoration: none;
	display: block;
	height: 41px;
}

li#mstart div		{ width: 43px;  background: url(images/m0start.jpg) no-repeat; }
li#mend div		{ width: 43px;  background: url(images/m99end.jpg) no-repeat; }

#mnews 			{ width: 129px; background: url(images/m1news.jpg) no-repeat; }
#mhistory		{ width: 80px;  background: url(images/m2history.jpg) no-repeat; }
#mmusic			{ width: 89px;  background: url(images/m3music.jpg) no-repeat; }
#mvideo			{ width: 75px;  background: url(images/m4video.jpg) no-repeat; }
#mphotos		{ width: 148px; background: url(images/m5photos.jpg) no-repeat; }
#mconcerts		{ width: 126px; background: url(images/m6concerts.jpg) no-repeat; }
#mpublic		{ width: 106px; background: url(images/m7public.jpg) no-repeat; }
#mcontacts		{ width: 79px;  background: url(images/m8contacts.jpg) no-repeat; }
#mforum			{ width: 82px;  background: url(images/m9forum.jpg) no-repeat; }

#mnews:hover		{ background: url(images/m1news_over.jpg) no-repeat; }
#mhistory:hover		{ background: url(images/m2history_over.jpg) no-repeat; }
#mmusic:hover		{ background: url(images/m3music_over.jpg) no-repeat; }
#mvideo:hover		{ background: url(images/m4video_over.jpg) no-repeat; }
#mphotos:hover		{ background: url(images/m5photos_over.jpg) no-repeat; }
#mconcerts:hover	{ background: url(images/m6concerts_over.jpg) no-repeat; }
#mpublic:hover		{ background: url(images/m7public_over.jpg) no-repeat; }
#mcontacts:hover	{ background: url(images/m8contacts_over.jpg) no-repeat; }
#mforum:hover		{ background: url(images/m9forum_over.jpg) no-repeat; }

#mnews.cur,		#mnews.cur:hover		{ background: url(images/m1news_cur.jpg) no-repeat; }
#mhistory.cur,	#mhistory.cur:hover		{ background: url(images/m2history_cur.jpg) no-repeat; }
#mmusic.cur,	#mmusic.cur:hover		{ background: url(images/m3music_cur.jpg) no-repeat; }
#mvideo.cur,	#mvideo.cur:hover		{ background: url(images/m4video_cur.jpg) no-repeat; }
#mphotos.cur,	#mphotos.cur:hover		{ background: url(images/m5photos_cur.jpg) no-repeat; }
#mconcerts.cur,	#mconcerts.cur:hover	{ background: url(images/m6concerts_cur.jpg) no-repeat; }
#mpublic.cur,	#mpublic.cur:hover		{ background: url(images/m7public_cur.jpg) no-repeat; }
#mcontacts.cur,	#mcontacts.cur:hover	{ background: url(images/m8contacts_cur.jpg) no-repeat; }
#mforum.cur,	#mforum.cur:hover		{ background: url(images/m9forum_cur.jpg) no-repeat; }