/* traditional nav */
/*.oNavigationList { margin: 0; padding: 0; clear: both; }
.oNavigationItemParent, .oNavigationItemCurrent, .oNavigationItemSibling, .oNavigationItemChild { list-style-type: none; }

li.oNavigationItemCurrent { display: block; width: 160px; }
.snv-current-icon { }
.snv-current-outer { display: block; }
.snv-current-inner { display: block; padding: 4px 5px 4px 0; }
a.NavigationCurrentLink:link, a.NavigationCurrentLink:visited { display: block; text-decoration: none; font-weight: normal; color: #666666; background: transparent url("/EasySiteWeb/EasySite/StyleData/BDRC_General/Images/snv-current-bg.gif") no-repeat right top; }
a.NavigationCurrentLink:hover, a.NavigationCurrentLink:active { text-decoration: none; color: #cc6600; }

li.oNavigationItemChild { width: 160px; font-size: .9em; }
.snv-child-icon { }
.snv-child-outer { display: block;}
.snv-child-inner { display: block; padding: 3px 7px 4px 10px; }
a.NavigationChildLink:link, a.NavigationChildLink:visited { display: block; text-decoration: none; color: #4c69ab; }
a.NavigationChildLink:hover, a.NavigationChildLink:active { background: none; text-decoration: none; color: #cc6600; }

li.oNavigationItemSibling { display: block; width: 160px; }
.snv-sibling-icon { }
.snv-sibling-outer { display: block; }
.snv-sibling-inner { display: block; padding: 4px 5px 4px 0; }
a.NavigationSiblingLink:link, a.NavigationSiblingLink:visited { display: block; text-decoration: none; color: #666666; }
a.NavigationSiblingLink:hover, a.NavigationSiblingLink:active { text-decoration: none; color: #cc6600; }
     
li.oNavigationItemParent { width: 160px; }
.snv-parent-icon { display: none; }
.snv-parent-outer { display: block; }
.snv-parent-inner { display: block; padding: 2px 5px 2px 0; }
a.NavigationParentLink:link, a.NavigationParentLink:visited { display: block; text-decoration: none; color: #666666; }
a.NavigationParentLink:hover, a.NavigationParentLink:active {  text-decoration: none; color: #cc6600; }

.oNavigationItemParentPremium { background: Blue; color: Red; }
.oNavigationItemCurrentPremium { background: Green; color: Red; }
.oNavigationItemSiblingPremium { background: Lime; color: Red; font-weight: bold; }
.oNavigationItemChildPremium { background: Yellow; color: Red; font-weight: bold; }
*/

/* Extended Navigation */

.snv-outer { }
.snv-inner { }

.oNavigationList { margin: 0; padding: 0;  clear: both; list-style-type: none; }
.snv-toplevel-inner, .snv-current-inner, .snv-sibling-inner, .snv-child-inner, ul.oNavigationList li { list-style-type: none; padding: 1px 0; }

a.NavigationPathLink:link, a.NavigationPathLink:visited { text-decoration: none; color: #666666; background: #fff; }
a.NavigationPathLink:hover, a.NavigationPathLink:active { text-decoration: none; color: #cc6600; background: #fff; }

ul.oNavigationList li span { display: block; }
ul.oNavigationList li ul li { display: block; }

ul.oNavigationList ul { margin: 0; padding: 0; }
ul.oNavigationList ul { }

li.oNavigationItemPath { list-style-type: none; }

.snv-path-outer {}
.snv-path-inner { font-weight: normal; }

.snv-current-outer {}
.snv-current-inner { font-weight: normal; background: transparent url("/EasySiteWeb/EasySite/StyleData/BDRC_General/Images/snv-current-bg.gif") no-repeat right top; }

.snv-child-outer {}
.snv-child-inner { }

.oNavigationItemPath0 a.NavigationPathLink:link, .oNavigationItemPath0 a.NavigationPathLink:visited { display: block; text-decoration: none; color: #666666; padding: 4px 5px 4px 0; }
.oNavigationItemPath0 a.NavigationPathLink:hover, .oNavigationItemPath0 a.NavigationPathLink:active { text-decoration: none; color: #cc6600; }

.oNavigationItemPath1 a.NavigationPathLink:link, .oNavigationItemPath1 a.NavigationPathLink:visited { font-size: .9em; display: block; text-decoration: none; color: #4c69ab; padding: 2px 7px 2px 8px; }
.oNavigationItemPath1 a.NavigationPathLink:hover, .oNavigationItemPath1 a.NavigationPathLink:active { text-decoration: none; color: #cc6600; }

.oNavigationItemPath2 a.NavigationPathLink:link, .oNavigationItemPath2 a.NavigationPathLink:visited { font-size: .9em; display: block; text-decoration: none; color: #4c69ab; padding: 2px 7px 2px 16px; }
.oNavigationItemPath2 a.NavigationPathLink:hover, .oNavigationItemPath2 a.NavigationPathLink:active { text-decoration: none; color: #cc6600; }