/** Navigation **/
#menu {
	width: 510px;
	height: 34px;
	position: absolute;
	top: 150px;
	left: 170px;
	background: url(images/menu.gif);
	margin: 0;    
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu li a {
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	height: 34px;
	background: url(images/menu.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#menu-home a			{left: 0px; width: 50px; background-position: 0px 0px;}
li#menu-the_tour a		{left: 50px; width: 72px; background-position: -50px 0px;}
li#menu-stories a		{left: 122px; width: 67px; background-position: -122px 0px;}
li#menu-gallery a		{left: 189px; width: 74px; background-position: -189px 0px;}
li#menu-arthritis a		{left: 263px; width: 90px; background-position: -263px 0px;}
li#menu-media a			{left: 353px; width: 57px; background-position: -353px 0px;}
li#menu-take_action a	{left: 410px; width: 100px; background-position: -410px 0px;}

li#menu-home a:hover		{background-position: 0px -34px;}
li#menu-the_tour a:hover	{background-position: -50px -34px;}
li#menu-stories a:hover		{background-position: -122px -34px;}
li#menu-gallery a:hover		{background-position: -189px -34px;}
li#menu-arthritis a:hover	{background-position: -263px -34px;}
li#menu-media a:hover		{background-position: -353px -34px;}
li#menu-take_action a:hover	{background-position: -410px -34px;}

#the_tour li#menu-the_tour a		{background-position: -50px 0px;}
#stories li#menu-stories a			{background-position: -122px 0px;}
#gallery li#menu-gallery a			{background-position: -189px 0px;}
#arthritis li#menu-arthritis a		{background-position: -263px 0px;}
#media li#menu-media a				{background-position: -353px 0px;}
#take_action li#menu-take_action a	{background-position: -410px 0px;}


#top_menu {
	width: 170px;
	position: absolute;
	top: 59px;
	left: 610px;
	background: url(images/top_menu.gif);
	margin: 0;    
	padding: 0;
	list-style: none;
}

#top_menu li {
	float: left;
}

#top_menu li a {
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	width: 170px;
	background: url(images/top_menu.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#top_menu-tour_calendar a			{top: 0px; height: 27px; background-position: 0px 0px;}
li#top_menu-workshop_registration a	{top: 27px; height: 28px; background-position: 0px -27px;}
li#top_menu-watch_the_video a		{top: 55px; height: 25px; background-position: 0px -55px;}

li#top_menu-tour_calendar a:hover			{background-position: -170px 0px;}
li#top_menu-workshop_registration a:hover	{background-position: -170px -27px;}
li#top_menu-watch_the_video a:hover			{background-position: -170px -55px;}

#tour_calendar li#top_menu-tour_calendar a					{background-position: 0px 0px;}
#workshop_registration li#top_menu-workshop_registration a	{background-position: 0px 27px;}
#watch_the_video li#top_menu-watch_the_video a				{background-position: 0px 55px;}

#arthritis_community_resources {
	position: absolute;
	width: 104px;
	height: 58px;
	left: 33px;
	background: url(images/arthritis_community_resources.gif);
	margin: 0;    
	padding: 0;
	list-style: none;
}

#arthritis_community_resources li a {
	display: block;
	height: 58px;
	width: 104px;
	background: url(images/arthritis_community_resources.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	background-position: 0px 0px;
}
#arthritis_community_resources li a:hover {
	background-position: -104px 0px;
}

#watch_the_video {
	position: absolute;
	width: 150px;
	height: 160px;
	top: 194px;
	left: 650px;
	background: url(images/watch_the_video-large.gif);
	margin: 0;    
	padding: 0;
	list-style: none;
}

#watch_the_video li a {
	display: block;
	width: 150px;
	height: 160px;
	background: url(images/watch_the_video-large.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	background-position: 0px 0px;
}
#watch_the_video li a:hover {
	background-position: -150px 0px;
}

#tour_calendar {
	position: absolute;
	width: 150px;
	height: 160px;
	top: 194px;
	left: 650px;
	background: url(images/tour_calendar-large.gif);
	margin: 0;    
	padding: 0;
	list-style: none;
}

#tour_calendar li a {
	display: block;
	width: 150px;
	height: 160px;
	background: url(images/tour_calendar-large.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	background-position: 0px 0px;
}
#tour_calendar li a:hover {
	background-position: -150px 0px;
}

