#menu a {
	display:block;
	width:162px;
	height:35px;
	margin:2px 0px; /*top&bottom left&right*/
	/* padding:10px 0px 0px 10px;  top right bottom left */
	padding-top:1px;	
	padding-left:0px; /* Pushes text in from the left but causes Mozilla to expand frame */ 
	padding-bottom:0px;	padding-right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	list-style-position:inside;
	font: bold 13px sans-serif;
	line-height:35px; /* needs 35 to keep text centered vertically */
	color:#FFF;
	background:url("up4.jpg") top left no-repeat;
	text-decoration:none;
}
#menu a:visited {
	color:#FFF;
	background:url("up4.jpg") top left no-repeat;
}
#menu a:hover {
	color:#0FF;
	background:url("over4.jpg") top left no-repeat;
}
#menu a:active {
	color:#FFF;
	background:url("up4.jpg") top left no-repeat;
}

#ourlinks a:link {
  color:#0000FF;
}
#ourlinks a:hover {
  color:#0044FF;
}
#ourlinks a:active {
  color:#FF00FF;
}
#ourlinks a:visited {
  color:#880088;
}

