/* MENU HOME */
#menu-home
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 41px;
}

#menu-home a
{
	background-image: url(/images/menu_home-hover.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu-home a:hover
{
	background-image: url(/images/menu_home-hover.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* MENU ABOUT */
#menu-about
{
	position: absolute;
	left: 100px;
	top: 0px;
	width: 100px;
	height: 41px;
}

#menu-about a
{
	background-image: url(/images/menu_about.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu-about a:hover
{
	background-image: url(/images/menu_about-hover.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* MENU CORRECTIONS */
#menu-corrections
{
	position: absolute;
	left: 200px;
	top: 0px;
	width: 130px;
	height: 41px;
}

#menu-corrections a
{
	background-image: url(/images/menu_corrections.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu-corrections a:hover
{
	background-image: url(/images/menu_corrections-hover.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* MENU COMMUNITY */
#menu-community
{
	position: absolute;
	left: 330px;
	top: 0px;
	width: 140px;
	height: 41px;
}

#menu-community a
{
	background-image: url(/images/menu_community.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu-community a:hover
{
	background-image: url(/images/menu_community-hover.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* MENU TREATMENT */
#menu-treatment
{
	position: absolute;
	left: 470px;
	top: 0px;
	width: 110px;
	height: 41px;
}

#menu-treatment a
{
	background-image: url(/images/menu_newdirections.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu-treatment a:hover
{
	background-image: url(/images/menu_newdirections-hover.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* MENU REFERRING */
#menu-referring
{
	position: absolute;
	left: 580px;
	top: 0px;
	width: 150px;
	height: 41px;
}

#menu-referring a
{
	background-image: url(/images/menu_referring.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu-referring a:hover
{
	background-image: url(/images/menu_referring-hover.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

.nav_home
{
	list-style-image: url(/nav-inc/pointer.gif);
	padding-top: 12px;
}

.foothm { font-weight: bold; }
