<!--/* NAVIGATION */ul#mainNav {	margin: 0;	padding: 0;	list-style: none;	width: 195px;	border-bottom: 1px dashed #999999;}#mainNav a {	text-decoration: none;	color: #000000;	font-size: 1.1em;	text-transform: uppercase;	border: 1px dashed #999999;	border-bottom: none;	display: block;	padding: 7px 5px 7px 30px;	background: #E7E7E7 url(/images/brown_paw.png) no-repeat left center;}#mainNav a:hover {	font-weight: bold;	background: #6694ef url(/images/blue_paw2.png) no-repeat left center;}/* special formatting for home page link */a#homeLink {	background: #E7E7E7 url(/images/home2.png) no-repeat 5px 52%;}/* styles for the "you are here" buttons */#home #mainNav a#homelink,#feature #mainNav a#featureLink {	background: #FFFFFF url(/images/bg_here.png) no-repeat 95% 50%;	padding-right: 15px;	padding-left: 30px;	font-weight: bold;}#home #mainNav a#homelink:hover,#feature #mainNav a#featureLink:hover {	color: #006699;}/* IE Fixes *//* remove annoying gaps */#mainNav li {		display: inline; }/* force hover on entire width of  link */* html #mainNav a {	height: 1px;}-->