@charset "utf-8";
/* CSS Document */

#menu { 
	height:34px; 
	text-align:center;
	padding-top:126px;
}

#menu li { 
	margin:0; 
	padding:0; 
	height:34px; 
	list-style:none; 
	display: inline; 
}

#menu a { 
	float:left; 
	padding:34px 0 0 0px; 
	overflow:hidden; 
	height:0px !important; 
}

#menu a.selected, #menu a.selected:hover { 
	background-position: 0 -34px; 
}

#menu a:hover { 
	background-position: 0 -34px; 
}

#mnuHome a { 
	width: 69px;
	height:34px;
	background: url(/_img/button_home.png) top left no-repeat; 
}

#mnuPartners a { 
	width: 93px;
	height:34px;
	background: url(/_img/button_partners.png) top left no-repeat; 
}

#mnuVoucher a { 
	width: 93px;
	height:34px;
	background: url(/_img/button_voucher.png) top left no-repeat; 
}

#mnuVehicles a { 
	width: 86px;
	height:34px;
	background: url(/_img/button_vehicles.png) top left no-repeat; 
}

#mnuTerms a { 
	width: 72px;
	height:34px;
	background: url(/_img/button_terms.png) top left no-repeat; 
}

#mnuContactUs a { 
	width: 106px;
	height:34px;
	background: url(/_img/button_contactus.png) top left no-repeat; 
}