﻿
.LeftMenuFrame1
{
    float: left;
    width: 180px;
}  
.LeftMenuItemBottom1
{
    margin-left: 20px;
    margin-right: 20px;
    width: 130px;
    padding-top:5px;
} 

.LeftMenuFrame1 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 */
    margin-left: 20px;
    margin-right: 20px;
    width: 12em;
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 5px;
    padding-top:5px;
}

.LeftMenuFrame1 ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 130px;
    top: 0;
    left: 12em;
}

.LeftMenuFrame1 ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.LeftMenuFrame1 li /* all list items */
{
    height: 20px;
    width: 6em;
    background: #eeeeee;
}

.LeftMenuFrame1 li:hover, /* list items being hovered over */
.LeftMenuFrame1 li.AspNet-Menu-Hover
{
    background: Black;
}

.LeftMenuFrame1 a, /* all anchors and spans (nodes with no link) */
.LeftMenuFrame1 span
{
    color: Black;
    padding: 4px 2px 4px 8px;
    border:1px solid #cccccc;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.LeftMenuFrame1 li.AspNet-Menu-Leaf a, /* leaves */
.LeftMenuFrame1 li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.LeftMenuFrame1 li:hover a, /* hovered text */
.LeftMenuFrame1 li:hover span,
.LeftMenuFrame1 li.AspNet-Menu-Hover a,
.LeftMenuFrame1 li.AspNet-Menu-Hover span,
.LeftMenuFrame1 li:hover li:hover a,
.LeftMenuFrame1 li:hover li:hover span,
.LeftMenuFrame1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LeftMenuFrame1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.LeftMenuFrame1 li:hover li:hover li:hover a,
.LeftMenuFrame1 li:hover li:hover li:hover span,
.LeftMenuFrame1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LeftMenuFrame1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.LeftMenuFrame1 li:hover li a, /* the tier above this one is hovered */
.LeftMenuFrame1 li:hover li span,
.LeftMenuFrame1 li.AspNet-Menu-Hover li a,
.LeftMenuFrame1 li.AspNet-Menu-Hover li span,
.LeftMenuFrame1 li:hover li:hover li a,
.LeftMenuFrame1 li:hover li:hover li span,
.LeftMenuFrame1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.LeftMenuFrame1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.LeftMenuFrame1 .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 1px #00ff00 !important;
}

.LeftMenuFrame1 .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px #ff0000 !important;
}

.LeftMenuFrame1 .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 1px #0000ff !important;
}

#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}
