/* link rollver */
#links li a.home {
	background: url(/template/links_roll_over_home_01.png) no-repeat;

}
#links li a.special {
	background: url(/template/links_roll_over_featured_hostels_03.png) no-repeat;
}
#links li a.links {
	background: url(/template/links_roll_over_links_03.png) no-repeat;
}
#links li a.photo {
	background: url(/template/links_roll_over_photo_galleryl_04.png) no-repeat;
	
}
#links li a.hostel {
	background: url(/template/links_roll_over_hostel_search_02.png) no-repeat;
	
}
#links li a.about {
	background: url(/template/links_roll_over_about_05.png) no-repeat;
	
}
#links li a.contact {
	background: url(/template/links_roll_over_contact_06.png) no-repeat;
	
}


#links li a.selected {
background: url(none);
}
#links li a.home:hover {
	background: url(none);
		color: #5DAE4B;
}
#links li a.special:hover {
	background: url(none);
	color: #844FAA;
}
#links li a.links:hover {
	background: url(none);
	color: #844FAA;
}
#links li a.photo:hover {
	background: url(none);
	color: #AA4F4F;
}
#links li a.hostel:hover {
	background: url(none);
	color: #AA4F98;
}
#links li a.about:hover {
	background: url(none);
	color: #4F66AA;
}
#links li a.contact:hover {
	background: url(none);
	color: #A88848;
}



#links li.home{
	background: url(/template/links_roll_over_home_01.png) no-repeat -221px;
}
#links li.special{
	background: url(/template/links_roll_over_featured_hostels_03.png) no-repeat -221px;
}
#links li.links{
	background: url(/template/links_roll_over_links_03.png) no-repeat -221px;
}
#links li.photo{
	background: url(/template/links_roll_over_photo_galleryl_04.png) no-repeat -221px;
}
#links li.hostel{
	background: url(/template/links_roll_over_hostel_search_02.png) no-repeat -221px;
}
#links li.about{
	background: url(/template/links_roll_over_about_05.png) no-repeat -221px;
}
#links li.contact{
	background: url(/template/links_roll_over_contact_06.png) no-repeat -221px;
}

