﻿.SEM ul.AspNet-Menu /* Tier 1 */
{
    width: 100%;/*13em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.SEM ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 100%;
    top: 100%;
    left: 0;

}

.SEM ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
    
}

.SEM li /* all list items */
{
    width: 143px;
    background: #333333;*/
}
.SEM li li/* all list items */
{	
    width: 140px;
    background: #ffffff;
    border-left :solid 1px silver;
    border-right :solid 1px silver;
    border-bottom:solid 1px silver;
    
}

.SEM li:hover, /* list items being hovered over */
.SEM li.AspNet-Menu-Hover
{
    background:white;
    color:red;
}

.SEM li li:hover, /* list items being hovered over */
.SEM li li.AspNet-Menu-Hover
{
    background:silver;
}


.SEM a, /* all anchors and spans (nodes with no link) */
.SEM span
{
    color: white;
    padding: 4px 2px 4px 8px;
    border:0px solid #cccccc;
}

.SEM li.AspNet-Menu-Leaf a, /* leaves */
.SEM li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.SEM li:hover a, /* hovered text */
.SEM li:hover span,
.SEM li.AspNet-Menu-Hover a,
.SEM li.AspNet-Menu-Hover span,
.SEM li:hover li:hover a,
.SEM li:hover li:hover span,
.SEM li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SEM li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SEM li:hover li:hover li:hover a,
.SEM li:hover li:hover li:hover span,
.SEM li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SEM li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: black;
}

.SEM li:hover li a, /* the tier above this one is hovered */
.SEM li:hover li span,
.SEM li.AspNet-Menu-Hover li a,
.SEM li.AspNet-Menu-Hover li span,
.SEM li:hover li:hover li a,
.SEM li:hover li:hover li span,
.SEM li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SEM li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: black;
    
}

.SEM .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 0px #00ff00 !important;
    color:black !important;
    background:white !important;
    
}

.SEM .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 0px #ff0000 !important;
}

.SEM .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 0px #0000ff !important;
}

#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}
