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

#nav_resume a {
	background: url(images/resume.jpg) no-repeat left top;
	display: block; /* this is necessary for rollOvers to work */
	width: 238px;
	height: 39px;
}
#nav_resume a:hover {
	background:transparent none repeat scroll 0%;
	width: 238px;
	height: 39px;
}



#nav_design a {
	background: url(images/design.jpg) no-repeat left top;
	display: block;
	width: 238px;
	height: 39px;
}
#nav_design a:hover {
	background:transparent none repeat scroll 0%;
	width: 238px;
	height: 39px;
}



#nav_art a {
	background: url(images/art.jpg) no-repeat left top;
	display: block;
	width: 238px;
	height: 34px;
}
#nav_art a:hover {
	background:transparent none repeat scroll 0%;
	width: 238px;
	height: 34px;
}

