#nav {
	width: 161px;
	position: absolute;
	top: 130px; left: 0px;
	overflow: visible;
	text-align: left;
	text-indent: 15px;
	}

#nav li {
	list-style: none;
	z-index: auto;
	}

#nav a {
	font-family: ITC Officina Sans, Verdana , Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: ffffff;
	text-decoration: none;
	display: block;
	width: 161px;
	padding: 1px 0px 1px 0px;
	border-bottom: solid #ffffff 1px;
	background: #000000;
	}

#nav a:hover, #nav a:active {
	Color: ffffff;
	background: #000000 url(images/rollover.jpg) repeat-y right;
	}

* html #nav {
	left: -16px;
	}

* html #nav a {
	line-height: 13pt;
	}