/* CSS Document */

#mainnav {
	list-style-type: none;
	height: 56px;
	text-align: center;
	padding:0;
	margin:0;
}

#mainnav li {
	margin: 0;
	float:left;
	list-style:none;
	position: relative;
}

#mainnav a {
	overflow: hidden;
	background: no-repeat;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	height:40px;
	padding-top:14px;
}

#mainnav a:hover{
	background-position: 0px -54px;
}

#homel a {
	width: 63px;
	background: url('images/main_nav/home.jpg') no-repeat top left;
}

#homel.current a {
	width: 63px;
	background: url('images/main_nav/home_sel.jpg') no-repeat top left;
}

.current a:hover {
	background-position: 0 -54px;
}

#aboutl a {
	width: 93px;
	background: url('images/main_nav/about_us.jpg') no-repeat top left;
}

#aboutl.current a {
	width: 93px;
	background: url('images/main_nav/about_us_sel.jpg') no-repeat top left;
	z-index: 9999;
}

#carel a {
	width: 70px;
	background: url('images/main_nav/care.jpg') no-repeat top left;
}

#carel.current a {
	width: 70px;
	background: url('images/main_nav/care_sel.jpg') no-repeat top left;
	z-index: 9999;	
}

#educationl a {
	width: 95px;
	background: url('images/main_nav/education.jpg') no-repeat top left;
}

#educationl.current a {
	width: 95px;
	background: url('images/main_nav/education_sel.jpg') no-repeat top left;
	z-index: 9999;
}

#therapyl a {
	width: 84px;
	background: url('images/main_nav/therapy.jpg') no-repeat top left;
}

#therapyl.current a {
	width: 84px;
	background: url('images/main_nav/therapy_sel.jpg') no-repeat top left;
	z-index: 9999;
}

#our_homesl a {
	width: 106px;
	background: url('images/main_nav/our_homes.jpg') no-repeat top left;
}

#our_homesl.current a {
	width: 106px;
	background: url('images/main_nav/our_homes_sel.jpg') no-repeat top left;
	z-index: 9999;
}

#ypal a {
	width: 162px;
	background: url('images/main_nav/young_peoples_area.jpg') no-repeat top left;
}

#ypal.current a {
	width: 162px;
	background: url('images/main_nav/young_peoples_area_sel.jpg') no-repeat top left;
	z-index: 9999;
}

#contactl a {
	width: 101px;
	background: url('images/main_nav/contact_us.jpg') no-repeat top left;
}

#contactl.current a {
	width: 101px;
	background: url('images/main_nav/contact_us_sel.jpg') no-repeat top left;
	z-index: 9999;
}

ul.dropdown {
    position: absolute;
	display: none;
	top: 47px;
	margin: 0;
	padding: 0;
	width: 250px;
	z-index: 9998;
}

ul.dropdown li {
	text-align: left;
}

#mainnav li ul.dropdown li a {
	display: block;
	width: 224px;
	height: 36px;
	padding-left: 26px;
	font-size: 12px;
	background: url('images/main_nav/drop_bg.jpg') no-repeat top left;
}

#mainnav li ul.dropdown li a:hover {
	background-position: 0 -50px;
}

#mainnav li:hover ul.dropdown {
	display: block;
}