/* Resources for Management of Pain 

4/23/08
	1.  #navlist 
			width: 600px; Change to width: 576px;
	2. ul#navlist	{
			margin-left: 30px; Change to margin-left: 0px; 
			
*/
p.clear {
	clear: both;
}
#navlist { 
	width: 576px;
	}
		
ul#navlist	{
			margin-left: 0px;
			padding-left: 0;
			white-space: nowrap;
		}
		
#navlist li		{
			display: inline;
			list-style-type: none;
		}
		
#navlist a { 
padding: 3px 10px; 
}
		
#navlist a:link, #navlist a:visited 		{
			color: #fff;
			background-color: #036;
			text-decoration: none;
		}
		
#navlist a:hover	{
			color: #fff;
			background-color: #369;
			text-decoration: none;
		}
