/*
	====================================
	CSS rules for secondary navigation
	====================================
*/

/* secondary navigation */
div#container .about div#header a.about
{
	color: #000;
	cursor: text;
}

/* subnavigation */
div#container .about a.current
{
	color: #000;
	cursor: text;
}

div#container .about div#header a.about:hover, div#container .about a.current:hover
{
	border-bottom-color: #fff;
}
