.NavigationTitle { }
.NavigationBody { }

.NavigationCurrentPage { clear: both; }
.snv-current-outer { display: block; padding: 4px 0px 4px 0px; }
.snv-current-inner { font-weight: bold; }
a.NavigationCurrentLink:link, a.NavigationCurrentLink:visited { color: #000000; display: block; text-decoration: none; }
a.NavigationCurrentLink:active, a.NavigationCurrentLink:hover { color: #000000; text-decoration: underline; }

.NavigationSiblingPage { clear: both; width: 100%;  }
.snv-sibling-outer { display: block; padding: 4px 0px 4px 0px; }
.snv-sibling-inner { font-weight: bold; }
a.NavigationSiblingLink:link, a.NavigationSiblingLink:visited { color: #000000; width: 100%; display: block; text-decoration: none; }
a.NavigationSiblingLink:active, a.NavigationSiblingLink:hover { background: #eeeeee; color: #000000; text-decoration: underline; }

.NavigationChildPage { clear: both; width: 100%; font-size: 0.92em; }
.snv-child-outer { display: block; padding: 3px 0px 3px 10px; background: url("/EasySiteWeb/EasySite/StyleData/BM_General/Images/snv_child_icon.gif") no-repeat left 0.35em; }
.snv-child-inner { }
.snv-child-icon { }
a.NavigationChildLink:link, a.NavigationChildLink:visited { display: block; width: 100%; color: #000000; text-decoration: none; }
a.NavigationChildLink:active, a.NavigationChildLink:hover { color: #000000; text-decoration: underline; }
     
.NavigationParentPage { clear: both; font-size: 0.92em; margin-bottom: 2px; }
.snv-parent-icon { line-height: 1em; font-size: 1.2em; font-weight: bold; display: block; float: left; padding-top: 1px; }
.snv-parent-outer { display: block; margin-left: 10px; padding: 2px 3px 2px 2px; }
.snv-parent-inner { font-weight: normal; }
a.NavigationParentLink:link, a.NavigationParentLink:visited { background: #ffffff; color: #5B9AAB; display: block; text-decoration: none; }
a.NavigationParentLink:active, a.NavigationParentLink:hover { background: #eeeeee; color: #5B9AAB; display: block; text-decoration: none; }
