﻿

.nav {
    width: 1000px;
    height: 123px;
    background: url(/images/links.jpg) no-repeat;
    position: relative;
    margin-top:0px;
    margin-bottom:0px;
    text-indent: 0px;
    margin-left: 1px;
}
.nav li {
	display: inline;
	margin-left: 0px;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 123px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

	/*blog*/

	.nav .blog a:link, .nav .blog a:visited {
		left: 0px;
		width: 150px;
	}
	.nav .blog a:hover, .nav .blog a:focus {
		background: url(/images/links.jpg) no-repeat -0px -123px;
	}
	.nav .blog a:active {
		background: url(/images/links.jpg) no-repeat -0px -123px;
	}
	.current-blog .blog a:link, .current-blog .blog a:visited {
		background: url(/images/links.jpg) no-repeat -0px -123px;
		cursor: default;
	}
	.nav-blog, .nav-blog-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 150px;
		height: 123px;
		background: url(/images/links.jpg) no-repeat -0px -123px;
	}
	.nav-blog-click {
		background: url(/images/links.jpg) no-repeat -0px -123px;
	}




	/*resume*/

	.nav .resume a:link, .nav .resume a:visited {
		left: 150px;
		width: 132px;
	}
	.nav .resume a:hover, .nav .resume a:focus {
		background: url(/images/links.jpg) no-repeat -150px -123px;
	}
	.nav .resume a:active {
		background: url(/images/links.jpg) no-repeat -150px -123px;
	}
	.current-resume .resume a:link, .current-resume .resume a:visited {
		background: url(/images/links.jpg) no-repeat -150px -123px;
		cursor: default;
	}
	.nav-resume, .nav-resume-click {
		position: absolute;
		top: 0;
		left: 150px;
		width: 132px;
		height: 123px;
		background: url(/images/links.jpg) no-repeat -150px -123px;
	}
	.nav-resume-click {
		background: url(/images/links.jpg) no-repeat -150px -123px;
	}
	
	
	/*home*/
	.nav .home a:link, .nav .home a:visited {
		left: 290px;
		width: 420px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(/images/links.jpg) no-repeat -290px -123px;
	}
	.nav .home a:active {
		background: url(/images/links.jpg) no-repeat -290px -123px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(/images/links.jpg) no-repeat -290px -123px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 290px;
		width: 420px;
		height: 123px;
		background: url(/images/links.jpg) no-repeat -290px -123px;
	}
	.nav-home-click {
		background: url(/images/links.jpg) no-repeat -290px -123px;
	}
	
		/*portfolio*/
	.nav .portfolio a:link, .nav .portfolio a:visited {
		left: 715px;
		width: 130px;
	}
	.nav .portfolio a:hover, .nav .portfolio a:focus {
		background: url(/images/links.jpg) no-repeat -715px -123px;
	}
	.nav .portfolio a:active {
		background: url(/images/links.jpg) no-repeat -715px -123px;
	}
	.current-portfolio .portfolio a:link, .current-portfolio .portfolio a:visited {
		background: url(/images/links.jpg) no-repeat -715px -123px;
		cursor: default;
	}
	.nav-portfolio, .nav-portfolio-click {
		position: absolute;
		top: 0;
		left: 715px;
		width: 130px;
		height: 123px;
		background: url(/images/links.jpg) no-repeat -715px -123px;
	}
	.nav-portfolio-click {
		background: url(/images/links.jpg) no-repeat -715px -123px;
	}
	
			/*contact*/
	.nav .contact a:link, .nav .contact a:visited {
		left: 845px;
		width: 155px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(/images/links.jpg) no-repeat -845px -123px;
	}
	.nav .contact a:active {
		background: url(/images/links.jpg) no-repeat -845px -123px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(/images/links.jpg) no-repeat -845px -123px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 845px;
		width: 155px;
		height: 123px;
		background: url(/images/links.jpg) no-repeat -845px -123px;
	}
	.nav-contact-click {
		background: url(/images/links.jpg) no-repeat -845px -123px;
	}