#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
    height: 99px;
    width: 960px;
}
#nav li { 
	float: left;
	display: block;
	height: 99px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
}
#nav a {
	text-decoration: none; 
	display: block;
    float: left;
	padding: 0px;
    height: 99px;
	margin: 0px; /*helps Opera with hover */
	font-size: 18px;
	line-height: 99px;
}

#topNav_home,
#topNav_about_us,
#topNav_my_childs_profile,
#topNav_child_services,
#topNav_family_services,
#topNav_education_training,
#topNav_forms,
#topNav_contact_us{
    background-image: url(../images/menu-background.gif);
    background-repeat: no-repeat;
}

#topNav_home{
    background-position: 0px -99px;
    width: 78px;
}
#topNav_home:hover, body#index #topNav_home{
    background-position: 0px 0px;
}

#topNav_about_us{
    background-position: -78px -99px;
    width: 97px;
}
#topNav_about_us:hover, body#about-us #topNav_about_us{
    background-position: -78px 0px;
}

#topNav_my_childs_profile{
    background-position: -175px -99px;
    width: 150px;
}
#topNav_my_childs_profile:hover, body#my-childs-profile #topNav_my_childs_profile{
    background-position: -175px 0px;
}

#topNav_child_services{
    background-position: -325px -99px;
    width: 132px;
}
#topNav_child_services:hover, body#child-services #topNav_child_services{
    background-position: -325px 0px;
}

#topNav_family_services{
    background-position: -457px -99px;
    width: 139px;
}
#topNav_family_services:hover, body#family-services #topNav_family_services{
    background-position: -457px 0px;
}

#topNav_education_training{
    background-position: -596px -99px;
    width: 173px;
}
#topNav_education_training:hover, body#education-training #topNav_education_training{
    background-position: -596px 0px;
}

#topNav_forms{
    background-position: -769px -99px;
    width: 81px;
}
#topNav_forms:hover, body#forms #topNav_forms{
    background-position: -769px 0px;
}

#topNav_contact_us{
    background-position: -850px -99px;
    width: 110px;
}
#topNav_contact_us:hover, body#contact-us #topNav_contact_us{
    background-position: -850px 0px;
}


#nav-sub {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 242px;
    position: relative;
}
#nav-sub li { 
    display: block;
    margin: 0px;
    font-size: 0px;
    line-height: 0px;
}
#nav-sub a {
    text-decoration: none; 
    display: block;
    padding: 0px 0px 0px 22px;
    margin: 0px; /*helps Opera with hover */
    font-size: 13px;
    line-height: 32px;
    font-weight: bold;
    color: #614B81;
    width: 220px;
}
#nav-sub a:hover {
    color: #ffffff;
    background-color: #98B931;
}
body#child-services #nav-sub .here a{
    color: #ffffff;
    background-color: #98B931;
}

