/* path.css- Styles that are dependent on the path of a page.
*    Styles for the eds&devs area.
*
* NOTE: Netscape 4.0 handling, see /css/site.css
*/

/* Path styles: Modify to look like the eds&devs area. */
#pathhead {
	background-color: #94b8b8;
	/* HACK: NS4 */
	background-image: url(/eds/graphics/path-bar-long.gif);
	background-repeat: no-repeat;
}
#pathfoot {
	border-top: none;
}
#pathhead p {
	color: #fff;
}
#pathfoot p, #pathfoot a:link, #pathfoot a:visited {
	color: #999999;
}
*#pathfoot p {
	background-image: url(/graphics/green_starguy.gif);
}

/* Left-hand navigation area. Modifications for the eds&devs area. */
.lnavcur, .lnavcur a:link {
	color: #94b8b8
}
.lnavcur a:visited { 
	color: #94c0c0;
}

