/* local page nav */	 
	 
.display_list_wrapper 
 {margin:0; padding:0}
.display_list 
 {
		font-size:small; 
		margin-left: 0em; 
		margin-top: 0em; 
		list-style: none;
	}
	

.display_list a
 	{
 		padding-left: 0.2em; 
		background-image: none
 	}

	
DIV.inpagenav UL LI.display_list a 
	{
		color: #666666;
		padding-left: 1.2em; 
		text-decoration: none;
		background-image: url(/Resources/Graphics/home-bullets/visitors-guide.gif);
		background-position: left;
		background-repeat: no-repeat
	}
	
DIV.inpagenav UL LI.display_list a:hover {text-decoration: underline}
