﻿.R2BMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 52em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.R2BMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 6em;
    top: 100%;
    left: 0;
}

.R2BMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: 0.5em;
    left: 20em;
}

.R2BMenu li /* all list items */
{
	font-weight:bold;
    width: 20em;
    background: #D0D0D0;
    vertical-align:middle;
}

.R2BMenu li.AspNet-Menu-TopMenuItem /* parent nodes */
{
	width: 10em;
	color:White;
	background:#2C5F93 url(/Images/SiteMapPathBackground.gif);
}

.R2BMenu li.AspNet-Menu-TopMenuItem:hover /* parent nodes being hovered over */
{
	color:White;
	background-image: url(/Images/SiteMapPathBackground_hl.gif);
}

.R2BMenu li.AspNet-Menu-WithChildren /* parent nodes */
{
    background:#D0D0D0 url(/Images/arrowRight.gif) right center no-repeat;
}

.R2BMenu li.AspNet-Menu-WithChildren:hover /* parent nodes being hovered over */
{
    background:#C0C0C0 url(/Images/arrowRight.gif) right center no-repeat;
}

.R2BMenu li:hover, /* list items being hovered over */
.R2BMenu li.AspNet-Menu-Hover
{
    background: #B0B0B0;
}

.R2BMenu a, /* all anchors and spans (nodes with no link) */
.R2BMenu span
{
    color: White;
    padding: 4px 2px 4px 8px;
    border:0px solid #cccccc;
}

.R2BMenu li.AspNet-Menu-Leaf a, /* leaves */
.R2BMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

/*
.R2BMenu li:hover a, 
.R2BMenu li:hover span,
*/
.R2BMenu li.AspNet-Menu-Hover a, /* hovered text */
.R2BMenu li.AspNet-Menu-Hover span,
.R2BMenu li:hover li:hover a,
.R2BMenu li:hover li:hover span,
.R2BMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.R2BMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.R2BMenu li:hover li:hover li:hover a,
.R2BMenu li:hover li:hover li:hover span,
.R2BMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.R2BMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: Black;
}

.R2BMenu li:hover li a, /* the tier above this one is hovered */
.R2BMenu li:hover li span,
.R2BMenu li.AspNet-Menu-Hover li a,
.R2BMenu li.AspNet-Menu-Hover li span,
.R2BMenu li:hover li:hover li a,
.R2BMenu li:hover li:hover li span,
.R2BMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.R2BMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black;
}

.R2BMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 0px #00ff00 !important;
}

.R2BMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 0px #ff0000 !important;
}

.R2BMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 0px #0000ff !important;
}
