/* extended nav version
.oNavigationItemPath0 .snv-toplevel-outer { display: none; height: 0; }
.oNavigationItemPath1 .snv-path-sibling-outer { display: none; height: 0; }
.oNavigationItemPath1 .snv-path-outer { display: none; height: 0; }
.oNavigationItemPath2 .snv-sibling-outer { display: none; height: 0; }

.snv-path-inner { display: none; height: 1%; }

.snv-current-inner { font-weight: bold; text-decoration: none; background: #cc6600 url("/EasySiteWeb/EasySite/StyleData/MHF_Right_Here_General/Images/Side-Nav-Young-ro.gif") no-repeat left bottom; }

.snv-child-inner  { background: none; color: #fff; }

a.NavigationPathLink:link .snv-child-inner , a.NavigationPathLink:visited .snv-child-inner  { color: #fff; text-decoration: none; background: #ff9900 url("/EasySiteWeb/EasySite/StyleData/MHF_Right_Here_General/Images/Side-Nav-Young-child.gif") no-repeat left bottom; } 
a.NavigationPathLink:hover .snv-child-inner , a.NavigationPathLink:active .snv-child-inner   { color: #fff; text-decoration: none; background: #ff9900 url("/EasySiteWeb/EasySite/StyleData/MHF_Right_Here_General/Images/Side-Nav-Young-ro-child.gif") no-repeat left bottom; }

annoying duplication because below does not work in ff & safari, but above does silly rollover effects in ies... 
a.NavigationPathLink:link, a.NavigationPathLink:visited  { margin-top: -1px; color: #fff; text-decoration: none; background: #ff9900 url("/EasySiteWeb/EasySite/StyleData/MHF_Right_Here_General/Images/Side-Nav-Young-child.gif") no-repeat left bottom; } 
a.NavigationPathLink:hover, a.NavigationPathLink:active   { color: #fff; text-decoration: none; background: #ff9900 url("/EasySiteWeb/EasySite/StyleData/MHF_Right_Here_General/Images/Side-Nav-Young-ro-child.gif") no-repeat left bottom; }

*/

li.oNavigationItemCurrent { display: block; }
a.NavigationCurrentLink:link, a.NavigationCurrentLink:visited { background: #cc6600 url("/EasySiteWeb/EasySite/StyleData/MHF_Right_Here_General/Images/Side-Nav-young-ro.gif") no-repeat left bottom; }
a.NavigationCurrentLink:hover, a.NavigationCurrentLink:active { }

li.oNavigationItemChild { display: block; }
a.NavigationChildLink:link, a.NavigationChildLink:visited { background: #ff9900 url("/EasySiteWeb/EasySite/StyleData/MHF_Right_Here_General/Images/Side-Nav-young-child.gif") no-repeat left bottom; }
a.NavigationChildLink:hover, a.NavigationChildLink:active { background: #cc6600 url("/EasySiteWeb/EasySite/StyleData/MHF_Right_Here_General/Images/Side-Nav-young-ro-child.gif") no-repeat left bottom; }

li.oNavigationItemSibling { display: none; height: 0; }
a.NavigationSiblingLink:link, a.NavigationSiblingLink:visited { background: #ff9900 url("/EasySiteWeb/EasySite/StyleData/MHF_Right_Here_General/Images/Side-Nav-young-child.gif") no-repeat left bottom; }
a.NavigationSiblingLink:hover, a.NavigationSiblingLink:active { background: #cc6600 url("/EasySiteWeb/EasySite/StyleData/MHF_Right_Here_General/Images/Side-Nav-young-ro-child.gif") no-repeat left bottom; }
     
li.oNavigationItemParent { display: none; height: 0; }

th.oDataGridHeader { border-bottom-color: #ff9900; background: #ff9900;}