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


.topnav ul{
	padding-top:10px;
	padding-left: 20px;
}

.topnav ul li{
	float: left;
	list-style:none;
	height:30px;
	text-indent:-9999px;
	overflow: hidden;
	padding-right:5px;
}


#home {
	height:35px;
	width:190px;
	background-image:url(../nav/TopNav-Buttons.png);
	background-position:0px 0px;
}

#home:hover {
	background-position: 0px -30px;
}

#illustration {
	height:35px;
	width:120px;
	background-image:url(../nav/TopNav-Buttons.png);
	background-position: -190px 0px;
}

#illustration:hover {
	background-position: -190px -30px;
}

#concept_art {
	height:35px;
	width:130px;
	background-image:url(../nav/TopNav-Buttons.png);
	background-position: -310px 0px;
}

#concept_art:hover {
	background-position: -310px -30px;
}

#graphic_design {
	height:35px;
	width:150px;
	background-image:url(../nav/TopNav-Buttons.png);
	background-position: -440px 0px;
}

#graphic_design:hover {
	background-position: -440px -30px;
}

#modeling {
	height:35px;
	width:130px;
	background-image:url(../nav/TopNav-Buttons.png);
	background-position: -590px 0px;
}

#modeling:hover {
	background-position: -590px -30px;
}

#resume {
	height:35px;
	width:100px;
	background-image:url(../nav/TopNav-Buttons.png);
	background-position: -720px 0px;
}

#resume:hover {
	background-position: -720px -30px;
}

#store {
	height:35px;
	width:80px;
	background-image:url(../nav/TopNav-Buttons.png);
	background-position: -820px 0px;
}

#store:hover {
	background-position: -820px -30px;
}
