a:link, a:visited {	color: gold; /* was 006699 then was 003399*/	text-decoration: none;}a:hover {	color: black; /* was 006699 then was 003399*/	text-decoration: none;}a:hover {	text-decoration: underline;}/* overrides decoration from previous rule for hovered links *//***********************************************//*list menu from the std left nav dw template  *//***********************************************/#nav ul a:link {display: block;}#nav ul a:visited {display: block;}#nav ul {list-style: none; margin: 0; padding: 0; font-size: 110%;}/*#nav ul {list-style: none; margin: 0; padding: 0;  font-size: 110%;}*//* 3/14/07: we aren't using borders in our menu list *//* hack to fix IE/Win's broken rendering of block-level anchors in lists *//* #nav li {border: none}/* was border-bottom: 1px solid #fff; *//* fix for browsers that don't need the hack *//* html>body #nav li {border-bottom: none;} */#menuLinks{	position: relative;	padding: 0px 0px 0px 0px;}#menuLinks a:link{	padding: 0px 0px 0px 0px;}#menuLinks a:visited{	padding: 0px 0px 0px 0px;}#menuLinks a:hover{	background-color: #eeeeee;/*was ccffff*/	border: solid 1px #cccccc;}#bot a:link{	color: #003399;	text-decoration: none;}#bot a:visited{	color: #003399;	text-decoration: none;}#bot a:hover {	color:#FF9900;	text-decoration: none;}