@charset "UTF-8";
/* CSS Document */

/* Nav Setup */

#nav {
	height: 43px;
	/*overflow-y: hidden;*/
	clear: both;
	z-index: 1000;
	}

/* html body #nav {
	overflow-y: hidden;
	}*/

#nav ul {
	list-style: none;
	/*position: relative;*/
	padding: 0;
	margin: 0;
	}

#nav li {
	position: relative;
	margin: 0;
	display: block;
	height: 43px;
	float: left;
	z-index: 1050;
	}

#nav li a {
	display: block;
	height: 100%;
	width: 100%;
	}

#nav li a em {
	display: none;
	}

/* Default Look */

#nav li#home {
	background: url(images/HP-Nav.gif) 0 -1px no-repeat scroll;
	width: 93px;
	}

#nav li#aboutus {
	background: url(images/HP-Nav.gif) -94px -1px no-repeat scroll;
	width: 97px;
	}

#nav li#independentliving {
	background: url(images/HP-Nav.gif) -191px -1px no-repeat scroll;
	width: 112px;
	}
	
#nav li#assistedliving {
	background: url(images/HP-Nav.gif) -303px -1px no-repeat scroll;
	width: 99px;
	}

#nav li#value {
	background: url(images/HP-Nav.gif) -403px -1px no-repeat scroll;
	width: 119px;
	}

#nav li#testimonials {
	background: url(images/HP-Nav.gif) -523px -1px no-repeat scroll;
	width: 155px;
	}

#nav li#contactus {
	background: url(images/HP-Nav.gif) -677px -1px no-repeat scroll;
	width: 117px;
	}

/* Hover */

#nav li#home:hover, #nav li#home.active:hover {
	background: url(images/HP-Nav.gif) 0 -49px no-repeat scroll;
	width: 93px;
	}

#nav li#aboutus:hover, #nav li#aboutus.active:hover {
	background: url(images/HP-Nav.gif) -94px -49px no-repeat scroll;
	width: 97px;
	}

#nav li#independentliving:hover, #nav li#independentliving.active:hover {
	background: url(images/HP-Nav.gif) -191px -49px no-repeat scroll;
	width: 112px;
	}
	
#nav li#assistedliving:hover, #nav li#assistedliving.active:hover {
	background: url(images/HP-Nav.gif) -303px -49px no-repeat scroll;
	width: 99px;
	}

#nav li#value:hover, #nav li#value.active:hover {
	background: url(images/HP-Nav.gif) -403px -49px no-repeat scroll;
	width: 119px;
	}

#nav li#testimonials:hover, #nav li#testimonials.active:hover {
	background: url(images/HP-Nav.gif) -523px -49px no-repeat scroll;
	width: 155px;
	}

#nav li#contactus:hover, #nav li#contactus.active:hover {
	background: url(images/HP-Nav.gif) -677px -49px no-repeat scroll;
	width: 117px;
	}

/* Active */

#nav li#home.active {
	background: url(images/HP-Nav.gif) 0 -95px no-repeat scroll;
	width: 93px;
	}

#nav li#aboutus.active {
	background: url(images/HP-Nav.gif) -94px -95px no-repeat scroll;
	width: 97px;
	}

#nav li#independentliving.active {
	background: url(images/HP-Nav.gif) -191px -95px no-repeat scroll;
	width: 112px;
	}
	
#nav li#assistedliving.active {
	background: url(images/HP-Nav.gif) -303px -95px no-repeat scroll;
	width: 99px;
	}

#nav li#value.active {
	background: url(images/HP-Nav.gif) -403px -95px no-repeat scroll;
	width: 119px;
	}

#nav li#testimonials.active {
	background: url(images/HP-Nav.gif) -523px -95px no-repeat scroll;
	width: 155px;
	}

#nav li#contactus.active {
	background: url(images/HP-Nav.gif) -677px -95px no-repeat scroll;
	width: 117px;
	}

/* Dropdown Navs */


#nav ul ul {
	position: absolute;
	display: none;
	z-index: 2000;
	top: 43px;
	left: 0;
	background: white none;
	border: 1px solid #004960;
	border-top: none;
	height: auto;
	}
	
#nav li li {
	display: block;
	clear: both;
	float: none;
	position: relative;
	margin: 2px;
	background-color: #e5dcbf;
	z-index: 2050;
	height: auto;
	}

#nav li li:hover {
	background-color: #004960;
	}

#nav li li a {
	display: block;
	color: #004960;
	padding: 1px 4px 1px 4px;
	width: 200px;
	line-height: 1.4em;
	text-decoration: none;
	height: auto;
	}

#nav li li:hover a {
	color: white;
	font-weight: bold;
	}

#nav li li .active, #nav li li .active a {
	font-weight: bold;
	}

#nav ul li:hover ul {
	display: block;
	}