/*********************************************************************************************
* Left Navigation Bar Styles/Rules
*********************************************************************************************/

.sitemapSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
    text-decoration: none;
}

/* Defines the navigation list container position properties */
#leftnavlist {
	width: 171px;
}

/* Defines the style of the cells containing the left navigation first-level links */
a.leftnavlink {
	font-family: Arial, Helvetica, sans-serif; /* style of left nav. text */
	font-size: 12px; /* size of left nav. text */
	font-weight: bold; /* weight of left nav. text */
	height: 15px;
	color: #666666; /* #333333; */
    text-decoration: none;
}

/* Defines the style of the cells containing the left navigation second-level links */
a.leftnavsublink {
	font-family: Arial, Helvetica, sans-serif; /* style of left nav. text */
	font-size: 12px; /* size of left nav. text */
	font-weight: normal; /* weight of left nav. text */
	height: 15px;
	color: #666666; /* #858585; */
    text-decoration: none;
}

/* Defines the style of the cells containing the separation line */
#leftnavlist td.leftnavseparator {
	height: 1px;
	background-color: #FFFFFF;
	font-size: 1px; /* This is needed for Netscape navigator to force the height of the cell to 1 px */
}

/* Defines the submenu navigation block.  This block is initially disabled until clicked */
#leftnavlist div.submenu {
	display: block;
}

#leftnavlist a:hover {
	color: #FF0000; /* text color */
}
