.NavigationTitle { }
.NavigationBody { line-height: 1.4em; overflow: hidden; }

.NavigationCurrentPage { font-size: 1.07em; }
.snv-current-outer { display: block;  }
.snv-current-inner { display: block; padding: 2px 5px 2px 15px; }
a.NavigationCurrentLink:link, a.NavigationCurrentLink:visited { font-weight: normal; color: #000000; text-decoration: none; }
a.NavigationCurrentLink:active, a.NavigationCurrentLink:hover { font-weight: normal; color: #000000; text-decoration: none; text-decoration: underline; }
     
.NavigationSiblingPage { font-size: 1.07em; }
.snv-sibling-outer { display: block; }
.snv-sibling-inner { display: block; padding: 2px 5px 2px 15px; }
a.NavigationSiblingLink:link, a.NavigationSiblingLink:visited { font-weight: normal; color: #666666; text-decoration: none; }
a.NavigationSiblingLink:active, a.NavigationSiblingLink:hover { font-weight: normal; color: #666666; text-decoration: none; text-decoration: underline; }

.NavigationChildPage {  }
.snv-child-outer { display: block; }
.snv-child-inner { display: block; padding: 2px 5px 2px 25px; }
a.NavigationChildLink:link, a.NavigationChildLink:visited { font-weight: normal; color: #666666; text-decoration: none; }
a.NavigationChildLink:active, a.NavigationChildLink:hover { font-weight: normal; color: #666666; text-decoration: none; text-decoration: underline; }
     
.NavigationParentPage { }
.snv-parent-outer { display: block; }
.snv-parent-inner { display: block; padding: 2px 5px 2px 25px; background: url("/EasySiteWeb/EasySite/StyleData/StyleCoOpDefault/Images/snv_parent_icon.gif") no-repeat 14px 10px;  }
a.NavigationParentLink:link, a.NavigationParentLink:visited { font-weight: normal; color: #666666; text-decoration: none; }
a.NavigationParentLink:active, a.NavigationParentLink:hover { font-weight: normal; color: #666666; text-decoration: none; text-decoration: underline; }

