#nav
{
	color: #FFFFFF;
	height: 36px;
	padding-left: 20px;
}

#nav ul
{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 3px 0 0 0;
}

#nav li
{
	float: left;
	margin: 0;
	padding-right: 28px;
	height: 18px;
	font-size: 0px;
}

#nav li span
{
	display: none;
}

#nav li.nav_home div
{
	background: no-repeat url(/images/menu/home.jpg);
	width: 40px;
	height: 18px;
	cursor: pointer;
}

#nav li.nav_home_selected div
{
	background: no-repeat url(/images/menu/home_selected.jpg);
	width: 40px;
	height: 18px;
	cursor: pointer;
}

#nav li.nav_cemetery div
{
	background: no-repeat url(/images/menu/cemetery.jpg);
	width: 158px;
	height: 18px;
	cursor: pointer;
}

#nav li.nav_cemetery_selected div
{
	background: no-repeat url(/images/menu/cemetery_selected.jpg);
	width: 158px;
	height: 18px;
	cursor: pointer;
}

#nav li.nav_petition div
{
	background: no-repeat url(/images/menu/petition.jpg);
	width: 53px;
	height: 18px;
	cursor: pointer;
}

#nav li.nav_petition_selected div
{
	background: no-repeat url(/images/menu/petition_selected.jpg);
	width: 53px;
	height: 18px;
	cursor: pointer;
}

#nav li.nav_vote div
{
	background: no-repeat url(/images/menu/vote.jpg);
	width: 32px;
	height: 18px;
	cursor: pointer;
}

#nav li.nav_vote_selected div
{
	background: no-repeat url(/images/menu/vote_selected.jpg);
	width: 32px;
	height: 18px;
	cursor: pointer;
}

#nav li.nav_reclaim div
{
	background: no-repeat url(/images/menu/reclaim.jpg);
	width: 167px;
	height: 18px;
	cursor: pointer;
}

#nav li.nav_reclaim_selected div
{
	background: no-repeat url(/images/menu/reclaim_selected.jpg);
	width: 167px;
	height: 18px;
	cursor: pointer;
}

#nav li.nav_reclaim
{
	padding-right: 0px;
}

#nav li.nav_reclaim_selected
{
	padding-right: 0px;
}