.nav
	{
	display: block;
	float: left;
	margin: 0 0 0 10px;
	}
ul
	{
	list-style: none;
	}
li
	{
	display: inline;
	}
.nav li a
	{
	display: block;
	float: left;
	background: url(http://thumbs.dreamstime.com/site-img/bull.jpg) no-repeat 0 0;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	}
li.selected a
	{
	background: url(http://thumbs.dreamstime.com/site-img/bull-h.jpg) no-repeat 0 0;
	}