/* Default Navigation */

.oNavigationList { margin: 0; padding: 0; font-family: "Times New Roman", Times, serif; }
.oNavigationItemParent { list-style: none; font-size: 1.5em; }
.toNavigationItemChild, .oNavigationItemCurrent, .oNavigationItemSibling, .oNavigationItemChild { list-style: none; font-size: 1.2em; }

li.oNavigationItemCurrent { display: block;   }
.snv-current-icon { }
.snv-current-outer { display: block; }
.snv-current-inner { display: block; padding: 4px 0px 4px 0px; border-bottom: 1px dashed #999; margin: 0 10px 0 18px; }
a.NavigationCurrentLink:link { display: block; text-decoration: none !important; font-weight: bold; color: #663300; }
a.NavigationCurrentLink:visited { color: #9b4e00; font-weight: bold; text-decoration: none !important; }
a.NavigationCurrentLink:hover, a.NavigationCurrentLink:active { color: #ff6600; }

li.oNavigationItemChild { list-style: square; padding-left: 0px; margin-left: 42px; color: #993300; }
.snv-child-icon { }
.snv-child-outer { display: block;}
.snv-child-inner { display: block; padding: 4px 7px 4px 0px; }
a.NavigationChildLink:link { display: block; text-decoration: none !important; color: #663300; padding-left: 0px; font-weight: normal; }
a.NavigationChildLink:visited { color: #9b4e00; text-decoration: none !important; }
a.NavigationChildLink:hover, a.NavigationChildLink:active { display: block; padding-left: 0px; font-weight: normal; color: #ff6600; }

li.oNavigationItemSibling { display: block; border-bottom: 1px dotted #999; }
.snv-sibling-icon { }
.snv-sibling-outer { display: block; }
.snv-sibling-inner { display: block; padding: 4px 5px 4px 18px; }
a.NavigationSiblingLink:link { display: block; text-decoration: none !important; color: #663300; font-weight: normal; }
a.NavigationSiblingLink:visited { color: #9b4e00; text-decoration: none !important; }
a.NavigationSiblingLink:hover, a.NavigationSiblingLink:active { display: block; color: #ff6600; font-weight: normal; }
     
li.oNavigationItemParent { margin-bottom: 2px; }
.snv-parent-icon { font-size: 1.125em; font-weight: bold; padding-right: 3px; color: #9b4e00; border: 1px solid #fffff0; display: block; float: left; clear: right; }
.snv-parent-outer { display: block; }
.snv-parent-inner { display: block; padding: 2px 5px 2px 3px; font-size: 0.95em !important; }
a.NavigationParentLink:link { display: block; text-decoration: none !important; color: #663300; font-weight: bold;  }
a.NavigationParentLink:visited { color: #9b4e00; font-weight: bold; text-decoration: none !important; }
a.NavigationParentLink:hover, a.NavigationParentLink:active {  display: block; text-decoration: none !important; color: #ff6600; font-weight: bold; }

.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; }

