/* Icons Style Sheet */



#ln-list {
	display : table ;
	margin : 0 auto ;
}

#ln-list ul {
	margin : 0 ;
	display : table-row ;
}	

#ln-list li {
	float : none ;
	display : table-cell ;
}


#ln-list li a {
	display : block ;
	padding: 68px 0 2px 0 ;
	width : 8em ;
	min-width : 80px ;
	text-align : center ;
	background-repeat : no-repeat ;
	border : 1px solid transparent
}

#ln-list:hover li a:hover,
#ln-list li a:focus {
	border-color : #000000 ;
	background-color : #FFFDED ;
}

#ln-list:hover li a {
	border-color : transparent ;
	background-color : transparent ;
}

#ln-photos a { /* 45px high */
	background-image : url("camera.gif") ;
	background-position : 50% 12px ;
}

#ln-webtips a { /* 63px high */
	background-image : url("right.gif") ;
	background-position : 50% 3px ;
}

#ln-research a { /* 63px high */
	background-image : url("roadworks.gif") ;
	background-position : 50% 3px ;
}

#ln-useful a { /* 63px high */
	background-image : url("go.gif") ;
	background-position : 50% 3px ;
}

#ln-links a { /* 44px high */
	background-image : url("diversion.gif") ;
	background-position : 50% 12px ;
}

