@charset "UTF-8";
/* CSS Document */

ul.mainnav{
	margin:0; padding:0; list-style-type:none;
}
ul.mainnav li{
	float:left; padding:0 10px;
}
a#home{
	background:url(images/home.png); width:72px; height:30px; display:block;
}
body.home a#home, a:hover#home{
	background-position:-72px;
}
a#mywork{
	background:url(images/mywork.png); width:104px; height:30px; display:block;
}
body.mywork a#mywork, a:hover#mywork{
	background-position:-104px;
}
a#services{
	background:url(images/services.png); width:104px; height:30px; display:block;
}
body.services a#services, a:hover#services{
	background-position:-104px;
}
a#aboutme{
	background:url(images/aboutme.png); width:111px; height:30px; display:block;
}
body.aboutme a#aboutme, a:hover#aboutme{
	background-position:-111px;
}
a#jblog{
	background:url(images/jblog.png); width:79px; height:30px; display:block;
}
body.jblog a#jblog, a:hover#jblog{
	background-position:-79px;
}
a#quote{
	background:url(images/quote.png); width:79px; height:30px; display:block;
}
body.quote a#quote, a:hover#quote{
	background-position:-79px;
}
a#clients{
	background:url(images/clients.png); width:91px; height:30px; display:block;
}
body.clients a#clients, a:hover#clients{
	background-position:-91px;
}
a#contactme{
	background:url(images/contactme.png); width:130px; height:30px; display:block;
}
body.contactme a#contactme, a:hover#contactme{
	background-position:-130px;
}