div#mainmenu ul
{
	display:			block;
	border:			none;
	border-bottom:		1px solid #bbb;
	height:			32px;
	margin:			0px;
	padding:			0px;
	width:			100%;
}

div#mainmenu li
{
	float:			left;
	list-style-type:	none;
	margin:	0px;
	padding:	0px;
}

div#mainmenu a
{
	background-position:	0px 0px;
	display:				block;
	height:				32px;
	margin:				0px;
	padding:				0px;
	text-decoration:		none;
}

div#mainmenu a:hover
{
	background-position:	0 -36px;
}

a#home
{
	background:	url(./imgs/home.gif);
	width:		102px;
}
a#home_a
{
	background:	url(./imgs/home_a.gif);
	width:		102px;
}

a#aboutme
{
	background:	url(./imgs/aboutme.gif);
	width:		124px;
}
a#aboutme_a
{
	background:	url(./imgs/aboutme_a.gif);
	width:		124px;
}

a#resume
{
	background:	url(./imgs/resume.gif);
	width:		112px;
}
a#resume_a
{
	background:	url(./imgs/resume_a.gif);
	width:		112px;
}

a#photos
{
	background:	url(./imgs/photos.gif);
	width:		107px;
}
a#photos_a
{
	background:	url(./imgs/photos_a.gif);
	width:		107px;
}

a#tryjesus
{
	background:	url(./imgs/tryjesus.gif);
	width:		115px;
}
a#tryjesus_a
{
	background:	url(./imgs/tryjesus_a.gif);
	width:		115px;
}

a#links
{
	background:	url(./imgs/links.gif);
	width:		92px;
}
a#links_a
{
	background:	url(./imgs/links_a.gif);
	width:		92px;
}

a#contact
{
	background:	url(./imgs/contact.gif);
	width:		108px;
}
a#contact_a
{
	background:	url(./imgs/contact_a.gif);
	width:		108px;
}