a:link.footernav { color: white }
a:hover.footernav  { color: #9F995C }
a:focus.footernav { color: white }
a:active.footernav { color: white }
a:visited.footernav { colo:white }
a:link { color: #147CD5; }
a:visited { color: #0A406E; }
a:hover, a:focus { color: #9F995C; }
a:active { color: #999999; text-decoration: none; }
body { margin: 0; padding: 0; color: #000000; }
body, td, input, textarea, option, select  { font-family: Verdana, Arial, Helvetica, sans-serif }
#breadcrumbs  { font-size: small; font-style: italic; font-weight: normal }

/*Vertical Nav menu*/
#menu9 {
	width: 205px;
	margin: 10px;
	}
	
#menu9 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu9 img {
    border: none;
}
	
#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #FFF;
	display: block;
	background:  url(http://www.sofladui.com/images/menu9.gif);
	padding: 8px 0 0 35px;
	}
	
#menu9 li a:hover {
	color: #FFF;
	background:  url(http://www.sofladui.com/images/menu9.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}

