.oNavigationList { margin: 0; padding: 0; }

.oNavigationItemParent, .oNavigationItemCurrent, .oNavigationItemSibling, .oNavigationItemChild, ul.oNavigationList li { list-style-type: none; }

/* Traditional Navigation */

a.NavigationPathLink:link, a.NavigationPathLink:visited { color: #e20a17; display: block; background: #fff; text-decoration: none; margin-bottom: 2px; }

a.NavigationPathLink:hover, a.NavigationPathLink:active { color: #fff; background: #e20a17; }

ul.oNavigationList li span { display: block; }

ul.oNavigationList li span span { display: block; padding: 3px 8px 3px 8px; }

ul.oNavigationList ul { margin-left: 0px; padding: 0; margin-bottom: 8px; }

.snv-path-outer {}

.snv-path-inner { font-weight: bold; color: #e20a17 !important; }

.snv-current-outer {}

.snv-current-inner { font-weight: bold; color: #fff; background: #e20a17 !important;  }

.snv-child-inner { font-weight: normal; color: #e20a17; background: #f8dedf !important;  }

a.NavigationPathLink:hover span.snv-child-inner, a.NavigationPathLink:active span.snv-child-inner { color: #fff; background: #e20a17 !important; }

a.NavigationPathLink:hover span.snv-path-inner, a.NavigationPathLink:active span.snv-path-inner { color: #fff !important; background: #67256d !important; }