﻿.SimpleMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 240px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.SimpleMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 6em;
    top: 100%;
    left: 0;
}

.SimpleMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.SimpleMenu li /* all list items */
{
    width: 6em;
    background: #f2f5ea;
}

.SimpleMenu li:hover, /* list items being hovered over */
.SimpleMenu li.AspNet-Menu-Hover
{
    background: White;
}

.SimpleMenu a, /* all anchors and spans (nodes with no link) */
.SimpleMenu span
{
    color: Black;
    padding: 4px 2px 4px 24px;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    line-height: 30px;
}

.SimpleMenu li.AspNet-Menu-Leaf a, /* leaves */
.SimpleMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.SimpleMenu li:hover a, /* hovered text */
.SimpleMenu li:hover span,
.SimpleMenu li.AspNet-Menu-Hover a,
.SimpleMenu li.AspNet-Menu-Hover span,
.SimpleMenu li:hover li:hover a,
.SimpleMenu li:hover li:hover span,
.SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SimpleMenu li:hover li:hover li:hover a,
.SimpleMenu li:hover li:hover li:hover span,
.SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: Black;
/*  background: transparent url(/images/activeArrowRight.gif) right center no-repeat; */
}

.SimpleMenu li:hover li a, /* the tier above this one is hovered */
.SimpleMenu li:hover li span,
.SimpleMenu li.AspNet-Menu-Hover li a,
.SimpleMenu li.AspNet-Menu-Hover li span,
.SimpleMenu li:hover li:hover li a,
.SimpleMenu li:hover li:hover li span,
.SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black;
/*  background: transparent url(/images/arrowRight.gif) right center no-repeat; */
}

.SimpleMenu .AspNet-Menu-Selected /* this tier is selected */
{
/*    border: solid 1px #00ff00 !important; */
}

.SimpleMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px #ff0000 !important;
}

.SimpleMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 1px #0000ff !important;
}

#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}