/* MENU */
#menu {
    height: 72px;
    background: transparent url(../images/bg_menu.jpg) no-repeat;
    text-align: left;
}

#menuSpace {
    height: 10px;
}

#menuButtons {
    height: 40px;
    padding: 13px 0 0 25px;
    width: 750px;
	float: left;
}

#wykladowcy {
		float:left;
		height:38px;
		width:125px;
	}
#wykladowcy a {
		background:url(../images/b_wykladowcy_en.gif) no-repeat scroll 0 0;
		display:block;
		height:38px;
		width:125px;
	}
#wykladowcy a:hover {
		background-position:100% -38px;
		display:block;
	}
	
#szkolenia {
		float:left;
		height:38px;
		width:147px;
	}
#szkolenia a {
		background:url(../images/b_szkolenia_en.gif) no-repeat scroll 0 0;
		display:block;
		height:38px;
		width:147px;
	}
#szkolenia a:hover {
		background-position:100% -38px;
		display:block;
	}

#linki {
		float:left;
		height:38px;
		width:75px;
	}
#linki a {
		background:url(../images/b_linki_en.gif) no-repeat scroll 0 0;
		display:block;
		height:38px;
		width:75px;
	}
#linki a:hover {
		background-position:100% -38px;
		display:block;
	}
	
#dlakursantow {
		float:left;
		height:38px;
		width:190px;
	}
#dlakursantow a {
		background:url(../images/b_dlakursantow_en.gif) no-repeat scroll 0 0;
		display:block;
		height:38px;
		width:190px;
	}
#dlakursantow a:hover {
		background-position:100% -38px;
		display:block;
	}
	
#kontakt {
		float:left;
		height:38px;
		width:125px;
	}
#kontakt a {
		background:url(../images/b_kontakt_en.gif) no-repeat scroll 0 0;
		display:block;
		height:38px;
		width:125px;
	}
#kontakt a:hover {
		background-position:100% -38px;
		display:block;
	}
