/*SECTION NAVIGATION*/
#divSectionNav{	position: absolute;	left: 0px;	top: 10px; width: 165px; }

	/*section title div lolite*/
	.divSectionTitle{ padding: 0px 0px 5px 10px; background: url("../images/x.gif") 0px 4px no-repeat;	}

	/*section title div hilite*/
	.divSectionTitleHilite{ padding: 0px 0px 5px 10px; background: url("../images/arrow1.gif") 3px 5px no-repeat; }

	/*section title anchor*/
	a.aSectionTitle:link,a.aSectionTitle:visited,a.aSectionTitle:active,a.aSectionTitle:hover{ color: #fff; font-size: 11px; text-decoration: none; }
	
	/*subsection div lolite*/
	.divSubsectionLink{ margin: 3px 0px 5px 10px; padding: 0px 0px 0px 10px; background: url("../images/x.gif") 0px 4px no-repeat; }
	.divSubsectionLink_01{ margin: 3px 0px 5px 10px; padding: 0px 0px 0px 25px; background:url("../images/x.gif") 0px 4px no-repeat; }
	.divSubSubsectionLink{ margin: 0px 0px 3px 20px; padding: 0px 0px 0px 10px; background: url("../images/x.gif") 0px 4px no-repeat; }

	/*subsection div hilite*/
	.divSubsectionLinkHilite{ margin: 3px 0px 5px 10px; padding: 0px 0px 0px 10px; background: url("../images/arrow1.gif") 0px 4px no-repeat; }
	
	/*subsection div selected*/
	.divSubsectionLinkSelected{ margin: 3px 0px 5px 10px; padding: 0px 0px 0px 10px; background: url("../images/arrow1.gif") 0px 4px no-repeat; color: #fff; font-size: 11px; text-decoration: none; }
	.divSubSubsectionLinkHilite{ margin: 0px 0px 3px 20px; padding: 0px 0px 0px 10px; background: url("../images/arrow1.gif") 0px 4px no-repeat; }

	/*sub-section link anchor*/
	a.aSubsectionLink:link,a.aSubsectionLink:visited,a.aSubsectionLink:active{ color: #a9a9a9; font-size: 11px; text-decoration: none; }
	a.aSubsectionLink:hover,a.aSubsectionLinkSelected{ color: #fff; font-size: 11px; text-decoration: none; }
	a.aSubsectionLinkHilite:link,a.aSubsectionLinkHilite:visited,a.aSubsectionLinkHilite:active,a.aSubsectionLinkHilite:hover{ color: #fff; font-size: 11px; text-decoration: none; }
	
	/*subsubsection div lolite*/
	.divSSubsectionLink{ margin: 3px 0px 5px 20px; padding: 0px 0px 0px 10px; background: url("../images/x.gif") 0px 4px no-repeat; }

	/*subsubsection div hilite*/
	.divSSubsectionLinkHilite{ margin: 3px 0px 5px 20px; padding: 0px 0px 0px 10px; background: url("../images/arrow1.gif") 0px 4px no-repeat; }
	
	/*subsubsection div selected*/
	.divSSubsectionLinkSelected{ margin: 3px 0px 5px 20px; padding: 0px 0px 0px 10px; background: url("../images/arrow1.gif") 0px 4px no-repeat; color: #fff; font-size: 11px; text-decoration: none; }

	/*sub-subsection link anchor*/
	a.aSSubsectionLink:link,a.aSSubsectionLink:visited,a.aSSubsectionLink:active{ color: #a9a9a9; font-size: 11px; text-decoration: none; }
	a.aSSubsectionLink:hover,a.aSSubsectionLinkSelected{ color: #fff; font-size: 11px; text-decoration: none; }
	
	/*subsubsection div lolite*/
	.divSSubsectionBuffer{padding-top: 5px;}
	
	/*related section title*/
	.divRelatedTitle{ color: #a9a9a9; font-weight: bold; margin: 0px 0px 3px 0px; padding: 0px 0px 0px 10px; }	

	/*related div lolite*/
	.divRelatedLink{ margin: 0px 0px 3px 10px; padding: 0px 0px 0px 10px; background: url("../images/arrow2.gif") 0px 4px no-repeat; }
	/*related div hilite*/

	.divRelatedLinkHilite{ margin: 0px 0px 3px 10px; padding: 0px 0px 0px 10px; background: url("../images/arrow1.gif") 0px 4px no-repeat; }
	/*related link anchor*/

	a.aRelatedLink:link,a.aRelatedLink:visited,a.aRelatedLink:active{ color: #a9a9a9; font-size: 11px; text-decoration: none; }
	a.aRelatedLink:hover{ color: #fff; font-size: 11px; text-decoration: none; }
	
	.sectionNavHLine{ width: 155px; background-color: #666; margin: 0px 0px 5px 10px; }