
body {
	margin: 350px 10px;
	padding: 0;
	}
#nav ul{
	margin:0;
	padding:0;
	list-style: none;
	}
#nav li {
	background-image:url("/wri-images/Blue-right-pointer-1.gif");; /* This is to preload the hover state */
	background-repeat: no-repeat; 
	margin-top: 0px; /* For IE5 Mac only - reset to 0 below */
	margin-bottom: 0px; /* For IE5 Mac only - reset to 0 below */
	}
	
#nav a { /* if background is on a:link IE6 won't display properly  */
	background-image:url("/wri-images/Blue-right-pointer-1.gif");;
	background-repeat: no-repeat; /* height and or width in here will stop main image change in IE5 */
	padding-top: 0px; /* For IE5 Mac only - reset to 0 below */
	padding-left: 35px; 
	padding-bottom: 0px; /* For IE5 Mac only - reset to 0 below */
	padding-right: 0px; /* For IE5 Mac only - reset to 10 below */
	color: green;
	font-family: "Arial", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	/*height or width in here will stop main image change in IE5 Win
	luckily, line-height is OK! - hidden from IE5 Mac see below
	a must be block to display background-image in IE Win
	 - but also needs to be hidden from IE5 Mac see below */
	}

#nav a/*Comment hack to hide this from IE5 - needed to extend link over button image in IE6 */{
	height:25px;
	}
 
#nav a:hover {
	background:url("/wri-images/go.gif") no-repeat;;
	color: red; 
	background-color: yellow;
	}
 /* commented backslash hack v2 - hide rules from IE5 Mac \*/
#nav a {
	padding-top: 0; 
	padding-bottom: 0;
	padding-right: 0px; 
	display: block;
	line-height: 25px;
	}	
#nav li {
	margin-top:0;
	margin-bottom:0;
	width: 700px;
	}
/* end hack */


#nav a:hover img {
	visibility:visible;
	}