/* ------------------------------------------------------------------------- Menu Body ------------------------------------------------------------------------- */
	ul#menu {
		width:804px;
		list-style:none;
		margin-top:-41px;
		padding:0;
		z-index:1;
	}
	

/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	

/* Link - common attributes */
	ul#menu li a {
		background:url(../../images/index/sprite.png) no-repeat scroll top left;
		display:block;
		height:26px;

	}
	
	
/* --------------------------------------- Specify width and background position attributes specifically for the class: "home" ------------------------------------------- */
	ul#menu li a.home {
		width:75px;
		background-position:0px -26px;
	}
	
	/* Specify width and background position attributes specifically for the class: "yogaschule" */
	ul#menu li a.yogaschule {
		width:125px;
		background-position:-75px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "kursbeschreibung" */
	ul#menu li a.kursbeschreibung {
		width:142px;
		background-position:-200px 0px;
	}	
	
		/* Specify width and background position attributes specifically for the class: "kurszeiten" */
	ul#menu li a.kurszeiten {
		width:168px;
		background-position:-342px 0px;
	}	
	
	/* Specify width and background position attributes specifically for the class: "pranayama" */
	ul#menu li a.pranayama {
		width:96px;
		background-position:-510px 0px;
	}	
	
	/* Specify width and background position attributes specifically for the class: "lehrerin" */
	ul#menu li a.lehrerin {
		width:107px;
		background-position:-606px 0px;
	}	
	
	/* Specify width and background position attributes specifically for the class: "kontakt" */
	ul#menu li a.kontakt {
		width:91px;
		background-position:-713px 0px;
	}		
	
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(../../images/index/sprite.png) no-repeat scroll bottom left;
		display:block;

		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -26px;
	}
	
	/* Shift background position on hover for the class: "yogaschule" */
	ul#menu li a.yogaschule span {
		background-position:-75px -26px;
	}
	
	/* Specify width and background position attributes specifically for the class: "kursbeschreibung" */
	ul#menu li a.kursbeschreibung span {
		width:142px;
		background-position:-200px -26px;
	}	
	
	/* Specify width and background position attributes specifically for the class: "kurszeiten" */
	ul#menu li a.kurszeiten span {
		width:168px;
		background-position:-342px -26px;
	}	

	/* Specify width and background position attributes specifically for the class: "pranayama" */
	ul#menu li a.pranayama span {
		width:96px;
		background-position:-510px -26px;
	}	
	
	/* Specify width and background position attributes specifically for the class: "lehrerin" */
	ul#menu li a.lehrerin span {
		width:107px;
		background-position:-606px -26px;
	}		

	/* Specify width and background position attributes specifically for the class: "kontakt" */
	ul#menu li a.kontakt span {
		width:91px;
		background-position:-713px -26px;
	}		
