a.headerLink, a.headerLink:link, a.headerLink:visited
{
	position: relative;
	top: 2px;
	margin: 0px 16px;
	color: #000000;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}
a.headerLink:hover, a.headerLink:active
{
	text-decoration: underline;
}


a.mainNavItem, span.mainNavItemSelected 
{
	display: block;
	padding: 3px 4px;
	color: #000000;
	font-size: 90%;
	font-weight: bold;
}
a.mainNavItem:link, a.mainNavItem:visited
{
	color: #000000;
	text-decoration: none;
}
a.mainNavItem:hover, a.mainNavItem:active, span.mainNavItemSelected 
{
	color: #000000;
	background-image: url(/shared/images/navoverbg.gif);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	text-decoration: none;
}

a.subNavItem, span.subNavItemSelected 
{
	display: block;
	padding: 3px 4px 3px 10px;
	color: #000000;
	font-size: 90%;
	font-weight: bold;
}
a.subNavItem:link, a.subNavItem:visited
{
	color: #000000;
	text-decoration: none;
}
a.subNavItem:hover, a.subNavItem:active, span.subNavItemSelected 
{
	color: #000000;
	background-image: url(/shared/images/navoverbg.gif);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	text-decoration: none;
}

a.dirNavItem, span.dirNavItemSelected 
{
	display: block;
	padding: 3px 4px 3px 16px;
	color: #000000;
	font-size: 80%;
	font-weight: normal;
}
a.dirNavItem:link, a.dirNavItem:visited
{
	color: #000000;
	text-decoration: none;
}
a.dirNavItem:hover, a.dirNavItem:active, span.dirNavItemSelected 
{
	color: #000000;
	background-image: url(/shared/images/navoverbg.gif);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	text-decoration: none;
}