﻿.SimpleMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 756px; /* 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: 84px;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background-image: url('../images/Buttons/SubMenuUpH20.gif'); /*makes no difference */
}

.SimpleMenu a.AspNet-Menu-Link /* all list items */
{
    color: #FFD9FF;
}
.SimpleMenu a.AspNet-Menu-Link:hover /* all list items */
{
    color: #B15297;
}

.SimpleMenu li /* all list items */
{
    width: 84px;
    background: #eeeeee;
    background-image: url('../images/Buttons/ButtonUpH20.gif');
}
.SimpleMenu ul.AspNet-Menu li li  /* sub list items ?????? */
{
    width: 84px;
    background: #eeeeee;
    background-image: url('../images/Buttons/SubMenuUpH20.gif');
}
.SimpleMenu ul.AspNet-Menu li li:hover  /* sub list items ?????? */
{
    width: 84px;
    background: #eeeeee;
    background-image: url('../images/Buttons/SubMenuDownH20.gif');
}


.SimpleMenu ul.AspNet-Menu li li:Hover;  /* sub list items ?????? */
.SimpleMenu ul.AspNet-Menu li li.AspNet-Menu-Hover
{
    width: 84px;
    background: #eeeeee;
    background-image: url('../images/Buttons/SubMenuDownH20.gif');
}


.SimpleMenu li:hover, /* list items being hovered over */
.SimpleMenu li.AspNet-Menu-Hover
{
   /* background: Black;*/
    background-image: url('../images/Buttons/ButtonDownH20.gif');
}

.SimpleMenu a, /* all anchors and spans (nodes with no link) */
.SimpleMenu span
{
    color: #D1BFEC;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.SimpleMenu li.AspNet-Menu-Leaf a, /* leaves */
.SimpleMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

/*.SimpleEntertainmentMenu li:hover a,  hovered text */
/*.SimpleEntertainmentMenu li:hover span,*/
.SimpleMenu li.AspNet-Menu-Hover a,
.SimpleMenu li.AspNet-Menu-Hover span
{
    color: #D199C2;
 /*   background: transparent url(activeArrowRight.gif) right center no-repeat; */
    background-image: url('../images/Buttons/ButtonDownH20.gif');
}


.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
{
    color: #993333;
     background-image: url('../images/Buttons/SubMenuDownH20.gif');
    font-size:x-small;
}



/*   background: transparent url(activeArrowRight.gif) right center no-repeat; */
.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: White;  background: transparent url(activeArrowRight.gif) right center no-repeat; */
    background-image: url('../images/Buttons/SubMenuDownH20.gif');
}

.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: #D1BFEC;
  /*  background: transparent url(arrowRight.gif) right center no-repeat; */
    background-image: url('../images/Buttons/SubMenuUpH20.gif');
      font-size:x-small;                       
}

.SimpleMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 0px #00ff00 !important;
}

.SimpleMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 0px #ff0000 !important;
}



.SimpleMenu li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf a
{
    color: #D199C2;
  /*  background: transparent url(arrowRight.gif) right center no-repeat; */
    background-image: url('../images/Buttons/SubMenuDownH20.gif');
      font-size:x-small;                       
}

.SimpleMenu li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf:hover a
{
    color: #993333;
  /*  background: transparent url(arrowRight.gif) right center no-repeat; */
    background-image: url('../images/Buttons/SubMenuDownH20.gif');
      font-size:x-small;                       
}


#EntertainmentMessage
{
    padding-top: 0em;
    clear: both;
}


/* sub menu suff*/
.SimpleEntertainmentMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 878px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 84px;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background-image: url('../images/Buttons/SubMenuUpH20.gif'); /*makes no difference */
}

.SimpleEntertainmentMenu a.AspNet-Menu-Link /* all list items */
{
    color: #FFD9FF;
}
.SimpleEntertainmentMenu a.AspNet-Menu-Link:hover /* all list items */
{
    color: #B15297;
}

.SimpleEntertainmentMenu li /* all list items */
{
    width: 84px;
    background: #eeeeee;
    background-image: url('../images/Buttons/ButtonUpH20.gif');
}

.SimpleEntertainmentMenu ul.AspNet-Menu li li  /* sub list items ?????? */
{
    width: 84px;
    background: #eeeeee;
    background-image: url('../images/Buttons/SubMenuUpH20.gif');
}

.SimpleEntertainmentMenu ul.AspNet-Menu li li:hover  /* sub list items ?????? */
{
    width: 84px;
    background: #eeeeee;
    background-image: url('../images/Buttons/SubMenuDownH20.gif');
}


.SimpleEntertainmentMenu ul.AspNet-Menu li li:Hover;  /* sub list items ?????? */
.SimpleEntertainmentMenu ul.AspNet-Menu li li.AspNet-Menu-Hover
{
    width: 84px;
    background: #eeeeee;
    background-image: url('../images/Buttons/SubMenuDownH20.gif');
}


.SimpleEntertainmentMenu li:hover, /* list items being hovered over */
.SimpleEntertainmentMenu li.AspNet-Menu-Hover
{
   /* background: Black;*/
    background-image: url('../images/Buttons/ButtonDownH20.gif');
}

.SimpleEntertainmentMenu a, /* all anchors and spans (nodes with no link) */
.SimpleEntertainmentMenu span
{
    color: #D1BFEC;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.SimpleEntertainmentMenu li.AspNet-Menu-Leaf a, /* leaves */
.SimpleEntertainmentMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

/*.SimpleEntertainmentMenu li:hover a,  hovered text */
/*.SimpleEntertainmentMenu li:hover span,*/
.SimpleEntertainmentMenu li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover span
{
    color: #D199C2;
 /*   background: transparent url(activeArrowRight.gif) right center no-repeat; */
    background-image: url('../images/Buttons/ButtonDownH20.gif');
}


.SimpleEntertainmentMenu li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #993333;
     background-image: url('../images/Buttons/SubMenuDownH20.gif');
    font-size:x-small;
}



/*   background: transparent url(activeArrowRight.gif) right center no-repeat; */
.SimpleEntertainmentMenu li:hover li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    
 /* color: White;  background: transparent url(activeArrowRight.gif) right center no-repeat; */
    background-image: url('../images/Buttons/SubMenuDownH20.gif');
}

.SimpleEntertainmentMenu li:hover li a, /* the tier above this one is hovered */
.SimpleEntertainmentMenu li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li span,

.SimpleEntertainmentMenu li:hover li:hover li a,
.SimpleEntertainmentMenu li:hover li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #D1BFEC;
  /*  background: transparent url(arrowRight.gif) right center no-repeat; */
    background-image: url('../images/Buttons/SubMenuUpH20.gif');
      font-size:x-small;                       
}

.SimpleEntertainmentMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 0px #00ff00 !important;
}

.SimpleEntertainmentMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 0px #ff0000 !important;
}



.SimpleEntertainmentMenu li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf a
{
    color: #D199C2;
  /*  background: transparent url(arrowRight.gif) right center no-repeat; */
    background-image: url('../images/Buttons/SubMenuDownH20.gif');
      font-size:x-small;                       
}

.SimpleEntertainmentMenu li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf:hover a
{
    color: #993333;
  /*  background: transparent url(arrowRight.gif) right center no-repeat; */
    background-image: url('../images/Buttons/SubMenuDownH20.gif');
      font-size:x-small;                       
}


#EntertainmentMessage1
{
    padding-top: 0em;
    clear: both;
}