.mainNavItem
{
	padding-right: 8px;
	display: block;
	font-weight: bold;
	font-size: 9pt;
	text-transform: none;
	color: #ffffff;
	line-height: 120%;
}
.mainNavItem a:link, .mainNavItem a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}
.mainNavItem a:hover, .mainNavItem a:active 
{
	color: #FFFFFF;
	text-decoration: underline;
}
.mainNavCurrentDir 
{
	border-top: solid 2px white;
	border-bottom: solid 2px white;
	margin: 2px 0px;
}
.mainNavItemSelected 
{
	color: #CCCCCC;
	font-size: 11pt;
	font-weight: bold;
	line-height: 190%;
	text-transform: uppercase;
	padding-right: 8px;
}
a.mainNavItemSelected:link, a.mainNavItemSelected:visited 
{
	color: #D05833;
	text-decoration: none;
}
a.mainNavItemSelected:hover, a.mainNavItemSelected:active 
{
	color: #FF5800;
	text-decoration: none;
}
#SubNav 
{
	border-top: dotted 2px white;
}
.subNavItem 
{
	display: block;
	font-size: 8pt;
	font-weight: bold;
	line-height: 160%;
	color: #F7E39C;
	padding-right: 8px;
}
.subNavItem a:link, .subNavItem a:visited 
{
	color: #F7E39C;
	text-decoration: none;
}
.subNavItem a:hover, .subNavItem a:active 
{
	text-decoration: underline;
}
.subNavItemSelected 
{
	display: block;
	background-image: url(images/subselect.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	line-height: 190%;
	color: #F7E39C;
	padding-right: 8px;
}
