

#main-menu {
	position: absolute;
	left: -10px;
	bottom: -10px;
	width: 950px;
	height: 35px;
	padding: 10px;
	margin: 0;
	background: url(main-menu.gif) no-repeat 0 0;
	}
	
	
#main-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
	
	#main-menu a {
		display: block;
		height: 35px;
		text-indent: -9000px;
		overflow: hidden;
		background-image: url(main-menu-a.gif);
		}
		
#mm-home 			{	width: 75px; background-position: 0 0; }
#mm-experiences 	{ 	width: 205px; background-position: -75px 0; }
#mm-instructors 	{ 	width: 180px; background-position: -280px 0; }
#mm-outcomes 		{ 	width: 191px; background-position: -460px 0; }

#mm-home:hover 			{	background-position: 0 -35px; }
#mm-experiences:hover	{ 	background-position: -75px -35px; }
#mm-instructors:hover 	{ 	background-position: -280px -35px; }
#mm-outcomes:hover 		{ 	background-position: -460px -35px; }

#mm-home.selected 			{	background-position: 0 -70px; }
#mm-experiences.selected 	{ 	background-position: -75px -70px; }
#mm-instructors.selected 	{ 	background-position: -280px -70px; }
#mm-outcomes.selected 		{ 	background-position: -460px -70px; }

#mm-enquire				{	width: 135px; background-position: -810px 0; position: absolute; right: 15px; top: 10px; }
#mm-enquire:hover		{	background-position: -810px -35px;}
		