/* en menu */
a.menu_news { 
	width: 100px;
	background: url('../img/en/menu/news.gif') no-repeat 0 0;
}

a.menu_news:hover, a.news_sel { 
	background: url('../img/en/menu/news.gif') no-repeat 0 -14px;
}

a.menu_calendar {
	width: 100px;
	background: url('../img/en/menu/calendar.gif') no-repeat 0 0;
}

a.menu_calendar:hover, a.calendar_sel {
	background: url('../img/en/menu/calendar.gif') no-repeat 0 -14px;	
}

a.menu_calendar_passed {
	width: 100px;
	background: url('../img/en/menu/passed.gif') no-repeat 0 0;
}

a.menu_calendar_passed:hover, a.calendar_passed_sel {
	background: url('../img/en/menu/passed.gif') no-repeat 0 -14px;	
}

a.menu_calendar_coming {
	width: 100px;
	background: url('../img/en/menu/coming.gif') no-repeat 0 0;
}

a.menu_calendar_coming:hover, a.calendar_coming_sel {
	background: url('../img/en/menu/coming.gif') no-repeat 0 -14px;	
}



a.menu_gallery {
	width: 100px;
	background: url('../img/en/menu/gallery.gif') no-repeat 0 0;
}

a.menu_gallery:hover, a.gallery_sel {
	background: url('../img/en/menu/gallery.gif') no-repeat 0 -14px;
}

a.menu_information {
	width: 110px;
	background: url('../img/en/menu/information.gif') no-repeat 0 0;
}

a.menu_information:hover, a.information_sel {
	background: url('../img/en/menu/information.gif') no-repeat 0 -14px;
}


a.menu_about {
	width: 124px;
	background: url('../img/en/menu/about.gif') no-repeat 0 0;
}

a.menu_about:hover, a.about_sel {
	background: url('../img/en/menu/about.gif') no-repeat 0 -14px;
}

a.menu_specification {
	margin-left: 10px;
	width: 110px;
	background: url('../img/en/menu/specifications.gif') no-repeat 0 0;
}

a.menu_specification:hover, a.specification_sel {
	background: url('../img/en/menu/specifications.gif') no-repeat 0 -14px;
}


a.menu_virtual {
	margin-left: 10px;
	width: 110px;
	background: url('../img/en/menu/virtual.gif') no-repeat 0 0;
}

a.menu_virtual:hover, a.virtual_sel {
	background: url('../img/en/menu/virtual.gif') no-repeat 0 -14px;
}

a.menu_partners {
	width: 90px;
	background: url('../img/en/menu/partners.gif') no-repeat 0 0;
}

a.menu_partners:hover, a.partners_sel {
	background: url('../img/en/menu/partners.gif') no-repeat 0 -14px;
}

a.menu_contacts {
	width: 90px;
	background: url('../img/en/menu/contacts.gif') no-repeat 0 0;
}

a.menu_contacts:hover, a.contacts_sel {
	background: url('../img/en/menu/contacts.gif') no-repeat 0 -14px;
}