#navmem{
	width:175px;
	height:auto;
	margin:0;
	padding:0;
}
.nav {
	width:175px;
	height:auto;
	list-style-type:none;
	margin:0;
	padding:0;
	}
.nav a, .nav a:visited {
	display:block;
	}
.nav a:hover, .nav ul ul a:hover{
	color:#a694c6; 
	background:#432466; 
	background-position:bottom;
	}
.nav :hover > a, .nav ul ul :hover > a {color:#a694c6;background:#432466; background-position:bottom;}

.nav li a span {
	display:none;
	}
#welcome {
	width:175px;
	height:45px;
	background-image: url(../../media/img/nav/welcome.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	}
#calendar {
	width:175px;
	height:45px;
	background-image: url(../../media/img/nav/calendar.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	}
#resources {
	width:175px;
	height:45px;
	background-image: url(../../media/img/nav/resources.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	}
#practitioners {
	width:175px;
	height:45px;
	background-image: url(../../media/img/nav/practitioners.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	}
#teachers {
	width:175px;
	height:45px;
	background-image: url(../../media/img/nav/teachers.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	}
#chairpeople {
	width:175px;
	height:45px;
	background-image: url(../../media/img/nav/chairpeople.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	}
#admin {
	width:175px;
	height:45px;
	background-image: url(../../media/img/nav/admin.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	}
#account {
	width:175px;
	height:45px;
	background-image: url(../../media/img/nav/myaccount.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	}

#profile {
	width:175px;
	height:45px;
	background-image: url(../../media/img/nav/profile.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	}
	/* Navigation links */
a.delete_link {
  background:url(../../media/img/nav/delete.gif) no-repeat center;
  padding-left:20px;
	text-decoration:none;
}  
a.edit_link {
  background:url(../../media/img/nav/edit.gif) no-repeat center;
  padding-left:10px;
	text-decoration:none;
}  
a.view_link {
  background:url(../../media/img/nav/search.gif) no-repeat center;
  padding-left:10px;
	text-decoration:none;
}  
.next_link {
  background:url(../../media/img/nav/next.gif) no-repeat center;
  font-size:16px;
	text-decoration:none;
}  
.prev_link {
  background:url(../../media/img/nav/prev.gif) no-repeat center;
  font-size:16px;
	text-decoration:none;
}  
.noprev_link {
  background:url(../../media/img/nav/noprev.gif) no-repeat center;
  font-size:16px;
}  
.nonext_link {
  background:url(../../media/img/nav/nonext.gif) no-repeat center;
  font-size:16px;
}  
#refresh_link {
  background:url(../../media/img/nav/refresh.gif) no-repeat center;
  font-size:16px;
	text-decoration:none;
}  
