﻿.menuLeague ul.AspNet-Menu /* Tier 1 */
{
    width: 92em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
    text-transform: uppercase;
	font-size: 10px;
	font-family: "trebuchet ms", Tahoma, Arial;
	font-weight: bold;
    z-index:990;
}

.menuLeague ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 8.2em;
    top: 100%;
    left: 0;
    z-index:991;
}

.menuLeague ul.AspNet-Menu ul ul  /* Tier 3 */
{
    top: 0em;
    left: 8.2em;
    z-index:992;
}

.menuLeague ul.AspNet-Menu ul ul ul  /* Tier 4+ */
{
    top: 0em;
    left: 8.2em;
    z-index:993;
}

.menuLeague li /* all list items */
{
    width: 8.2em;
    background: #4396ca url("images/bg_menu.jpg") top left repeat-x;
}

.menuLeague li:hover, /* list items being hovered over */
.menuLeague li.AspNet-Menu-Hover
{
    background: #efefef url("images/bg_menuHvr.gif") top left repeat-x;
}

.menuLeague li a, /* all anchors and spans (nodes with no link) */
.menuLeague span
{
    color: #ffffff;
    padding: 2px 2px 2px 6px;
    border-right:1px solid #4396ca;
    background: transparent url(images/menu_arrowRight.gif) right center no-repeat;
    white-space: nowrap;
    text-align:center;
}

.menuLeague li.AspNet-Menu-Leaf a, /* leaves */
.menuLeague li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.menuLeague li:hover a, /* hovered text */
.menuLeague li:hover span,
.menuLeague li.AspNet-Menu-Hover a,
.menuLeague li.AspNet-Menu-Hover span,
.menuLeague li:hover li:hover a,
.menuLeague li:hover li:hover span,
.menuLeague li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.menuLeague li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.menuLeague li:hover li:hover li:hover a,
.menuLeague li:hover li:hover li:hover span,
.menuLeague li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.menuLeague li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #333333;
    background: transparent url(images/menu_activeArrowRight.gif) right center no-repeat;
}

.menuLeague li:hover li a, /* the tier above this one is hovered */
.menuLeague li:hover li span,
.menuLeague li.AspNet-Menu-Hover li a,
.menuLeague li.AspNet-Menu-Hover li span,
.menuLeague li:hover li:hover li a,
.menuLeague li:hover li:hover li span,
.menuLeague li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.menuLeague li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
.menuLeague li:hover li:hover li:hover li a,
.menuLeague li:hover li:hover li:hover li span,
.menuLeague li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.menuLeague li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #ffffff;
    background: transparent url(images/menu_arrowRight.gif) right center no-repeat;
}
/*
.menuLeague .AspNet-Menu-Selected  this tier is selected 
{
    border: solid 1px #00ff00 !important;
}
*/
/*
.menuLeague .AspNet-Menu-ChildSelected  a tier below this one is selected 
{
    border: solid 1px #ff0000 !important;
}
*/
/*
.menuLeague .AspNet-Menu-ParentSelected  a tier above this one is selected 
{
    border: solid 1px #0000ff !important;
}
*/
.menuLeague li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf a,
.menuLeague li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf span,
.menuLeague li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren a
{
	text-align:left;
}
.menuLeague li.AspNet-Menu-Leaf a:link,
.menuLeague li.AspNet-Menu-WithChildren a:link,
.menuLeague li.AspNet-Menu-Leaf a:visited,
.menuLeague li.AspNet-Menu-WithChildren a:visited,
.menuLeague li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren a:visited,
.menuLeague li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren a:visited,
.menuLeague li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren a:link,
.menuLeague li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren a:link
{
	color: #ffffff;
	text-decoration: none;
}
.menuLeague li.AspNet-Menu-Leaf a:hover, 
.menuLeague li.AspNet-Menu-Leaf a:active, 
.menuLeague li.AspNet-Menu-WithChildren a:hover,
.menuLeague li.AspNet-Menu-WithChildren a:active,
.menuLeague li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren a:hover,
.menuLeague li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren a:active
{
	color: #333333;
	text-decoration: none;
}