div.nav {
	height: 186px;
	width: 158px;
}
#nav, #nav * {
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
#nav {
	width: 158px;
	list-style: none;
	height: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-position: left;
	}
#nav li {
	width: 158px;


	}
#nav li a {
	text-decoration: none;
	height: 15px;
	width: 158px;
	display: block;
	color: #996600;
	background-position: left -100px;
	padding: 0.4em;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-image: url(rollover08.jpg);
	background-repeat: no-repeat;

	}
#nav li a:hover {
	color: #666699;
	height: 15px;
	width: 158px;
	background-position: left top;
	padding: 0.4em;
	background-image: url(rollover08.jpg);
	background-repeat: no-repeat;
	}
