﻿#menu_home a {

	display: block;
	background: url(images/Menu/0_Home.jpg) top;
	width: 76px;
	height: 26px;
	}
#menu_home a:hover {

	background:  url(images/Menu/0_Home.jpg) no-repeat bottom;
	}


#menu_events a {

	display: block;
	background: url(images/Menu/1_Events.jpg) top;
	width: 91px;
	height: 26px;
	}
#menu_events a:hover {

	background:  url(images/Menu/1_Events.jpg) no-repeat bottom;
	}


#menu_menu a {

	display: block;
	background: url(images/Menu/2_Menu.jpg) top;
	width: 76px;
	height: 26px;
	}
#menu_menu a:hover {

	background:  url(images/Menu/2_Menu.jpg) no-repeat bottom;
	}


#menu_gallery a {

	display: block;
	background: url(images/Menu/3_Gallery.jpg) top;
	width: 104px;
	height: 26px;
	}
#menu_gallery a:hover {

	background:  url(images/Menu/3_Gallery.jpg) no-repeat bottom;
	}


#menu_contactus a {

	display: block;
	background: url(images/Menu/4_ContactUs.jpg) top;
	width: 137px;
	height: 26px;
	}
#menu_contactus a:hover {

	background:  url(images/Menu/4_ContactUs.jpg) no-repeat bottom;
	}


#menu_language a {

	display: block;
	background: url(images/language.jpg) top;
	width: 70px;
	height: 20px;
	}
#menu_language a:hover {

	background:  url(images/language.jpg) no-repeat bottom;
	}


