<style type="text/css">
@import {
font-family: Smudger;
src: url("http://wwsmudger-let-plain.ttf");
} 


#nav {
	font-family: "Smudger"; 
	display: block;
	position: absolute;
	top: 190px;
	left: 0;
	/*background: url(../i/grey-90pc.png) left top repeat;*/
	width: 180px;
}

#nav ul {
	
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#nav ul li {
	
	margin: 0;
	padding: 0;
	text-indent: 0;
	float: left;
	width: 100%;
}

#nav a {
	
	display: block;
	line-height: 33px;
	padding: 0 10px;
	border-bottom: 1px solid #333;
	text-decoration: none;
	color: #fff;
}

#nav a.last {
	
	border-bottom: none;
}

#nav a:hover, #nav a:active {
	
	color: #f3f3f3;
	background-image: url(../i/black-90pc.png);
	color: #999;
}

</style>
