﻿.PlayhouseMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 8em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
    text-align:center;
    font-family: "Trebuchet MS", Arial;
    padding-bottom:.6em;
    padding-top:0em;
    padding-left:0;
    padding-right:0;
    vertical-align:middle;
}

.PlayhouseMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 6em;
    top: 100%;
    left: 0;
}

.PlayhouseMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: 0em;
    /*padding of next level menu Items*/
    left: 11em;
}

.PlayhouseMenu li /* all list items */
{
    /*width: 11em;*/
    background: #cccccc;
    font-weight:normal;
   /* border-bottom:1px solid #000000;*/
}

.PlayhouseMenu li:hover, /* list items being hovered over */
.PlayhouseMenu li.AspNet-Menu-Hover
{
   /*Background Hover*/
   color:#666666;
   background-color:#999999;
   vertical-align:middle;
}

.PlayhouseMenu a, /* all anchors and spans (nodes with no link) */
.PlayhouseMenu span
{
    color: #FFFFFF;
    width: 12em; 
    background-color:#660066;
    font-weight:normal;
    padding:1px;
    /*padding: 4px 2px 4px 8px;*/
    
}

.PlayhouseMenu li.AspNet-Menu-Leaf a, /* leaves */
.PlayhouseMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
    text-align:left;
    color:#ffffff;
    z-index:10;
}

.PlayhouseMenu li:hover a, /* hovered text */
.PlayhouseMenu li:hover span,
.PlayhouseMenu li.AspNet-Menu-Hover a,
.PlayhouseMenu li.AspNet-Menu-Hover span,
.PlayhouseMenu li:hover li:hover a,
.PlayhouseMenu li:hover li:hover span,
.PlayhouseMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PlayhouseMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PlayhouseMenu li:hover li:hover li:hover a,
.PlayhouseMenu li:hover li:hover li:hover span,
.PlayhouseMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PlayhouseMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #000000;
    text-align:left;
    padding-left: 1px;
    padding-right:9px;
    padding-top:3px;
    padding-bottom:3px;
    background: transparent url(../../_images/activeArrowRight.gif) right center no-repeat;
    /*border-bottom:dotted 1px #666666;*/
    border-top:dotted 1px #666666;
    border-right:dotted 1px #666666; 
    border-left: dotted 1px #666666;
    z-index:10;
}

.PlayhouseMenu li:hover li a, /* the tier above this one is hovered */
.PlayhouseMenu li:hover li span,
.PlayhouseMenu li.AspNet-Menu-Hover li a,
.PlayhouseMenu li.AspNet-Menu-Hover li span,
.PlayhouseMenu li:hover li:hover li a,
.PlayhouseMenu li:hover li:hover li span,
.PlayhouseMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.PlayhouseMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #000000;
    background-color:#999999;
    /*border-bottom:dotted 1px #666666;*/
    border-top:dotted 1px #666666;
    border-right:dotted 1px #666666; 
    border-left: dotted 1px #666666;
    padding-left: 1px;
    padding-right:9px;
    background: transparent url(../../_images/activeArrowRight.gif) right center no-repeat;
    z-index:10;
}

.PlayhouseMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border: none 0px #00ff00 !important;
    color:#FFFFFF;
}

.PlayhouseMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: none 0px #ff0000 !important;
}

.PlayhouseMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: none 0px #0000ff !important;
    color:#FFFFFF;
    font-weight:bold;
}

