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