#nav {
	display: block;
	width: 175px;
	height: 411px;
	z-index: 99;
}
li span {
	display: none;
}
#nav ul {
	list-style-type: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}
#nav ul li {
	height: 31px;
	line-height: 31px;
	width: 175px;
	cursor: pointer;
	display: block;
}
#nav ul li:hover {
	background-color: transparent;
	position: relative;
	z-index: 99;
}
#nav ul ul li {
	display: inline;
	float: left;
	width: 172px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav ul li:hover ul li {
	display: none;
}
/* -- imported style pieces --*/




/*-- individual nav elements --*/
/*-- home --*/
#nav ul li#home a:link, #nav ul li#home a, #nav ul li#home {
	display:block;
	height:31px;
	width:175px;
	clip: rect(auto,auto,31px,auto);
	overflow: hidden;
	background-image: url(images/home_nova.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav ul li#home a:hover {
	background:url(images/home_nova.gif) no-repeat 0px -62px;
}

#nav ul li#home a:active {
	background:url(images/home_nova.gif) no-repeat 0px -31px;
}

#nav ul li#home a:visited {
	background:url(images/home_nova.gif) no-repeat 0px -93px;
}

/*-- home - Bethesda --*/
#nav ul li#home-bethesda a:link, #nav ul li#home-bethesda a, #nav ul li#home-bethesda {
	display:block;
	height:31px;
	background:url(images/home-beth.gif) no-repeat 0px 0px;
	width:175px;
	clip: rect(auto,auto,31px,auto);
	overflow: hidden;
}

#nav ul li#home-bethesda a:hover {
	background:url(images/home-beth.gif) no-repeat 0px -62px;
}

#nav ul li#home-bethesda a:active {
	background:url(images/home-beth.gif) no-repeat 0px -31px;
}

#nav ul li#home-bethesda a:visited {
	background:url(images/home-beth.gif) no-repeat 0px -93px;
}

/*-- psychoeducational --*/
#nav ul li#psychoeducational a:link, #nav ul li#psychoeducational, #nav ul li#psychoeducational a {
	display:block;
	height:31px;
	background:url(images/psychoeducational.gif) no-repeat 0px 0px;
	width:175px;
}

#nav ul li#psychoeducational a:hover {
	background:url(images/psychoeducational.gif) no-repeat 0px -62px;
}

#nav ul li#psychoeducational a:active {
	background:url(images/psychoeducational.gif) no-repeat 0px -31px;
}

#nav ul li#psychoeducational a:visited {
	background:url(images/psychoeducational.gif) no-repeat 0px -93px;
}

/*-- emotional --*/
#nav ul li#emotional a:link, #nav ul li#emotional a, #nav ul li#emotional {
	display:block;
	height:31px;
	background:url(images/emotional.gif) no-repeat 0px 0px;
	width:175px;
}

#nav ul li#emotional a:hover {
	background:url(images/emotional.gif) no-repeat 0px -62px;
}

#nav ul li#emotional a:active {
	background:url(images/emotional.gif) no-repeat 0px -31px;
}

#nav ul li#emotional a:visited {
	background:url(images/emotional.gif) no-repeat 0px -93px;
}

/*-- developmental --*/
#nav ul li#developmental a:link, #nav ul li#developmental a, #nav ul li#developmental {
	display:block;
	height:31px;
	background:url(images/developmental.gif) no-repeat 0px 0px;
	width:175px;
}

#nav ul li#developmental a:hover {
	background:url(images/developmental.gif) no-repeat 0px -62px;
}

#nav ul li#developmental a:active {
	background:url(images/developmental.gif) no-repeat 0px -31px;
}

#nav ul li#developmental a:visited {
	background:url(images/developmental.gif) no-repeat 0px -93px;
}

/*-- adulteval --*/
#nav ul li#adulteval a:link, #nav ul li#adulteval a, #nav ul li#adulteval {
	display:block;
	height:31px;
	background:url(images/adult_services.gif) no-repeat 0px 0px;
	width:175px;
}

#nav ul li#adulteval a:hover {
	background:url(images/adult_services.gif) no-repeat 0px -62px;
}

#nav ul li#adulteval a:active {
	background:url(images/adult_services.gif) no-repeat 0px -31px;
}

#nav ul li#adulteval a:visited {
	background:url(images/adult_services.gif) no-repeat 0px -93px;
}

/*-- therapyservices --*/
#nav ul li#therapyservices a:link, #nav ul li#therapyservices a, #nav ul li#therapyservices {
	display:block;
	height:31px;
	background:url(images/therapy.gif) no-repeat 0px 0px;
	width:175px;
}

#nav ul li#therapyservices a:hover {
	background:url(images/therapy.gif) no-repeat 0px -62px;
}

#nav ul li#therapyservices a:active {
	background:url(images/therapy.gif) no-repeat 0px -31px;
}

#nav ul li#therapyservices a:visited {
	background:url(images/therapy.gif) no-repeat 0px -93px;
}
#nav ul li#therapyservices ul {
	display: none;
	position: absolute;
	left: 175px;
	top: 0px;
	z-index: 99;
}
#nav ul li#therapyservices:hover ul {
	display: block;
	z-index: 99;
}
#nav #therapyservices #child, #nav #therapyservices #child a:link, #nav #therapyservices #child a {
	background-color: transparent;
	width: 172px;
	background-image: url(images/ChildTherapy_sidesliders.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 31px;
	position: relative;
}
#nav #therapyservices #child a:hover {
	background-image: url(images/ChildTherapy_sidesliders.gif);
	background-repeat: no-repeat;
	background-position: 0px -62px;
}
#nav #therapyservices #child a:active {
	background:url(images/ChildTherapy_sidesliders.gif) no-repeat 0px -31px;
}
#nav #therapyservices #child a:visited {
	background:url(images/ChildTherapy_sidesliders.gif) no-repeat 0px -93px;
}
#nav #therapyservices #adolescent, #nav #therapyservices #adolescent a, #nav #therapyservices #adolescent a:link {
	background-color: transparent;
	background-image: url(images/AdolescentTherapy_sidesliders.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 31px;
	width: 172px;
}
#nav #therapyservices #adolescent a:hover {
	background:url(images/AdolescentTherapy_sidesliders.gif) no-repeat 0px -62px;
}
#nav #therapyservices #adolescent a:active {
	background:url(images/AdolescentTherapy_sidesliders.gif) no-repeat 0px -31px;
}
#nav #therapyservices #adolescent a:visited {
	background:url(images/AdolescentTherapy_sidesliders.gif) no-repeat 0px -93px;
}
#nav #therapyservices #family, #nav #therapyservices #family a, #nav #therapyservices #family a:link {
	background-color: transparent;
	background-image: url(images/FamilyTherapy_sidesliders.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 31px;
	width: 172px;
}
#nav #therapyservices #family a:hover {
	background: url(images/FamilyTherapy_sidesliders.gif) no-repeat 0px -62px;
}

#nav #therapyservices #family a:active {
	background: url(images/FamilyTherapy_sidesliders.gif) no-repeat 0px -31px;
}

#nav #therapyservices #family a:visited {
	background: url(images/FamilyTherapy_sidesliders.gif) no-repeat 0px -93px;
}
#nav #therapyservices #adult_therapy, #nav #therapyservices #adult_therapy a, #nav #therapyservices #adult_therapy a:link {
	background-color: transparent;
	background-image: url(images/AdultTherapy_sidesliders.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 31px;
	width: 172px;
}
#nav #therapyservices #adult_therapy a:hover {
	background: url(images/AdultTherapy_sidesliders.gif) no-repeat 0px -62px;
}

#nav #therapyservices #adult_therapy a:active {
	background: url(images/AdultTherapy_sidesliders.gif) no-repeat 0px -31px;
}

#nav #therapyservices #adult_therapy a:visited {
	background-image: url(images/AdultTherapy_sidesliders.gif);
	background-repeat: no-repeat;
	background-position: 0px -93px;
}

/*-- wellchild --*/
#nav ul li#wellchild a:link, #nav ul li#wellchild a, #nav ul li#wellchild {
	display:block;
	height:31px;
	background:url(images/wellchild.gif) no-repeat 0px 0px;
	width:175px;
}

#nav ul li#wellchild a:hover {
	background:url(images/wellchild.gif) no-repeat 0px -62px;
}

#nav ul li#wellchild a:active {
	background:url(images/wellchild.gif) no-repeat 0px -31px;
}

#nav ul li#wellchild a:visited {
	background:url(images/wellchild.gif) no-repeat 0px -93px;
}

/*-- contact --*/

#nav #contact a:link, #nav #contact a, #nav #contact {
	display:block;
	height:31px;
	margin:0px;
	padding:0;
	border-top:0px solid #fff;
	background:url(images/contact.gif) no-repeat 0px 0px;
	width:175px;
}

#nav #contact a:hover {
	background:url(images/contact.gif) no-repeat 0px -62px;
}

#nav #contact a:active {
	background:url(images/contact.gif) no-repeat 0px -31px;
}

#nav #contact a:visited {
	background:url(images/contact.gif) no-repeat 0px -93px;
}
#wrapper #content #Contact_MindWorks {
	text-align: center;
}
#nav ul #contact ul {
	display: none;
	position: absolute; 
	left: 175px;
	top: 0px;
}
#nav ul #contact:hover ul {
	display: block;
	z-index: 99;
}
#nav ul #contact ul:hover {
	display: block;
	z-index: 99;
}
#nav #contact #contactVA, #nav #contact #contactVA a, #nav #contact #contactVA a:link {
	height: 31px;
	width: 172px;
	background-color: transparent;
	background-image: url(images/contactVA_sidesliders.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	display: block;
}
#nav #contact li#contactVA a:hover {
	background: url(images/contactVA_sidesliders.gif) no-repeat 0px -62px;
}
#nav #contact li#contactVA a:active {
	background: url(images/contactVA_sidesliders.gif) no-repeat 0px -31px;
}
#nav #contact li#contactVA a:visited {
	background: url(images/contactVA_sidesliders.gif) no-repeat 0px -93px;
}
#nav #contact li#contactMD, #nav #contactMD a, #nav #contactMD a:link {
	height: 31px;
	width: 172px;
	background-color: transparent;
	background-image: url(images/contactMD_sidesliders.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	display: block;
}
#nav #contact #contactMD a:hover {
	background: url(images/contactMD_sidesliders.gif) no-repeat 0px -62px;
}
#nav #contact #contactMD a:active {
	background: url(images/contactMD_sidesliders.gif) no-repeat 0px -31px;
}
#nav #contact #contactMD a:visited {
	background: url(images/contactMD_sidesliders.gif) no-repeat 0px -93px;
}
	
/*-- doctors --*/

#nav #doctors a:link, #nav #doctors a, #nav #doctors {
	display:block;
	height:31px;
	background:url(images/clinicians.gif) no-repeat 0px 0px;
	width:175px;
}

#nav ul li#doctors a:hover {
	background: url(images/clinicians.gif) no-repeat 0px -62px;
}

#nav ul li#doctors a:active {
	background: url(images/clinicians.gif) no-repeat 0px -31px;
}

#nav ul li#doctors a:visited {
	background: url(images/clinicians.gif) no-repeat 0px -93px;
}
#nav ul li#doctors ul {
	display: none;
	position: absolute; 
	left: 175px;
	top: 0px;
}
#nav ul li#doctors:hover ul {
	display: block;
	z-index: 99;
}
#nav #doctors #beth, #nav #doctors #beth a , #nav #doctors #beth a:link {
	height: 31px;
	width: 172px;
	background-color: transparent;
	background-image: url(images/StaffBeth_sidesliders.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	display: block;
}
#nav #doctors #beth a:hover {
	background:url(images/StaffBeth_sidesliders.gif) no-repeat 0px -62px;
}
#nav #doctors #beth a:active {
	background: url(images/StaffBeth_sidesliders.gif) no-repeat 0px -31px;
}
#nav #doctors #beth a:visited {
	background: url(images/StaffBeth_sidesliders.gif) no-repeat 0px -93px;
}
#nav #doctors #nova, #nav #doctors #nova a, #nav #doctors #nova a:link {
	height: 31px;
	width: 172px;
	background-color: transparent;
	background-image: url(images/StaffNoVa_sidesliders.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	display: block;
}
#nav #doctors #nova a:hover {
	background: url(images/StaffNoVa_sidesliders.gif) no-repeat 0px -62px;
}
#nav #doctors #nova a:active {
	background: url(images/StaffNoVa_sidesliders.gif) no-repeat 0px -31px;
}
#nav #doctors #nova a:visited {
	background: url(images/StaffNoVa_sidesliders.gif) no-repeat 0px -93px;
}
/*-- Contact sliders --*/
#nav ul li#contact ul {
	display: none;
	position: absolute; 
	left: 175px;
	top: 0px;
}
#nav ul li#contact:hover ul {
	display: block;
	z-index: 99;
}
#nav #contact #portallink, #nav #contact #portallink a , #nav #contact #portallink a:link {
	height: 31px;
	width: 172px;
	background-color: transparent;
	background-image: url(images/patient_portal_slider.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	display: block;
}
#nav #contact #portallink a:hover {
	background:url(images/patient_portal_slider.gif) no-repeat 0px -62px;
}
#nav #contact #portallink a:active {
	background: url(images/patient_portal_slider.gif) no-repeat 0px -31px;
}
#nav #contact #portallink a:visited {
	background: url(images/patient_portal_slider.gif) no-repeat 0px -93px;
}
#nav #contact #contactus, #nav #contact #contactus a, #nav #contact #contactus a:link {
	height: 31px;
	width: 172px;
	background-color: transparent;
	background-image: url(images/contactMW_slider.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	display: block;
}
#nav #contact #contactus a:hover {
	background: url(images/contactMW_slider.gif) no-repeat 0px -62px;
}
#nav #contact #contactus a:active {
	background: url(images/contactMW_slider.gif) no-repeat 0px -31px;
}
#nav #contact #contactus a:visited {
	background: url(images/contactMW_slider.gif) no-repeat 0px -93px;
}

/*-- questions --*/
#nav ul li#questions a:link, #nav ul li#questions a, #nav ul li#questions {
	display:block;
	height:31px;
	background:url(images/questions.gif) no-repeat 0px 0px;
	width:175px;
}

#nav ul li#questions a:hover {
	background:url(images/questions.gif) no-repeat 0px -62px;
}

#nav ul li#questions a:active {
	background:url(images/questions.gif) no-repeat 0px -31px;
}

#nav ul li#questions a:visited {
	background:url(images/questions.gif) no-repeat 0px -93px;
}

/*-- Testimonials --*/
#nav ul li#testimonial a:link, #nav ul li#testimonial a, #nav ul li#testimonial {
	display:block;
	height:31px;
	width:175px;
	background-image: url(images/testimonials_slider.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav ul li#testimonial a:hover {
	background:url(images/testimonials_slider.gif) no-repeat 0px -62px;
}

#nav ul li#testimonial a:active {
	background:url(images/testimonials_slider.gif) no-repeat 0px -31px;
}

#nav ul li#testimonial a:visited {
	background:url(images/testimonials_slider.gif) no-repeat 0px -93px;
}

/*-- blog --*/
#nav ul li#blog a:link, #nav ul li#blog a, #nav ul li#blog {
	display:block;
	height:31px;

	background:url(http://www.mindwellpsychology.com/images/minds_blog.gif) no-repeat 0px 0px;
	width:175px;
}

#nav ul li#blog a:hover {
	background:url(http://www.mindwellpsychology.com/images/minds_blog.gif) no-repeat 0px -62px;
}

#nav ul li#blog a:active {
	background:url(http://www.mindwellpsychology.com/images/minds_blog.gif) no-repeat 0px -31px;
}

#nav ul li#blog a:visited {
	background:url(http://www.mindwellpsychology.com/images/minds_blog.gif) no-repeat 0px -93px;
}

/*-- Comprehensive Testing --*/
#nav ul li#comptesting a:link, #nav ul li#comptesting a, #nav ul li#comptesting {
	display: block;
	height: 31px;
	width: 175px;
	z-index: 50;
	background-image: url(images/comptesting.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav ul li#comptesting a:hover {
	background-image: url(images/comptesting.gif);
	background-repeat: no-repeat;
	background-position: 0px -62px;
}
#nav ul li#comptesting a:active {
	background-image: url(images/comptesting.gif);
	background-repeat: no-repeat;
	background-position: 0px -31px;
}
#nav ul li#comptesting a:visited {
	background-image: url(images/comptesting.gif);
	background-repeat: no-repeat;
	background-position: 0px -93px;
}

#nav ul li#closer {
	background-image: url(images/menubottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 175px;
}

