
.nav {
	width:285px;
	padding:10px 0 0;
	clear:both;
	float:right;
}
.nav li {
	float:left;
}
.nav .lastlink a {
	width:254px;
}
.nav a {
	background:url(../images/graphics/link_button.jpg) no-repeat top left ;
	text-align:left;
	width:123px;
	line-height:25px;
	padding:0 6px 0 20px;
	margin:0 5px;
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.nav a:hover {
	background:url(../images/graphics/link_button.jpg) no-repeat bottom left ;
}
.nav .smaller a {
	width:85px;
}
.nav ul, .nav li {
	padding:0;
	margin:0;
	list-style:none;
}