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

/* NAV BAR */

#profileNav {
	list-style: none;
	height: 50px;
	width: 450px;
	background-image: url(../images/profilenavbgd.gif);
	background-repeat: repeat-x;
}

#profileNav li {
	float:left;
}

#profileNav a {
	border: none;
	font-size: 0px;
	text-indent: -8000px;
	background-repeat: no-repeat;
	display: block;
}

li.webpage, li.webpage a {
	background-image: url(../images/profilenav.gif);
	height: 50px;
	width: 175px;
	background-position: 0px 0px;
}

li.pdfdoc, li.pdfdoc a {
	background-image: url(../images/profilenav.gif);
	height: 50px;
	width: 154px;
	background-position: -175px 0px;
}

li.walkthrough, li.walkthrough a {
	background-image: url(../images/profilenav.gif);
	height: 50px;
	width: 121px;
	background-position: -329px 0px;
}


/*HOVER*/

li.webpage a:hover {
	height: 50px;
	width: 175px;
	background-position: 0px -50px;
}
li.webpage a.current{background-position: -64px 0px;}

li.pdfdoc a:hover {height: 50px; width: 154px; background-position: -175px -50px;}
li.pdfdoc a.current{background-position: -175px -50px;}

li.walkthrough a:hover {height: 50px;	width: 121px; background-position: -329px -50px;}
li.walkthrough a.current{background-position: -329px -50px;}


/*HOVER*/

/* #navwidebar li {
	background-position: 0px -23px;
	background-repeat: no-repeat;
}

#navwidebar a:hover {
	background: none;
	background-position: 0px -80px;
} */

.webpage li.webpage a,
.pdfdoc li.pdfdoc a,
.walkthrough li.walkthrough a,{
	background: none;
}
