﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal
{
    position:relative;
    left: 0;
    top: 0;
    z-index: 500;
    text-align:center;
    background:#acc3e4;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal ul.AspNet-Menu /* Tier 1 */
{
    text-align:center;
    width: 900px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
    background:#acc3e4;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 112px;
    top: 100%;
    left: 0;
    background:#acc3e4;
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter:alpha(opacity=85);
    text-align:center;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    width: 112px;
    top: -0.3em;
    text-align:center;
    background:#acc3e4;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li /* all list items */
{
    width: 112px;
    text-align:center;
    background:#acc3e4;
    color: #333366;
    text-align:center;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li:hover, /* list items being hovered over */
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover
{
    background:#acc3e4;
    text-align:center;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal a, /* all anchors and spans (nodes with no link) */
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal span
{
    color: #333366;
    padding: 4px 0px 4px 0px;
    border:0px solid #648ABD;
    border-bottom: 0;
    background:#acc3e4;
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter:alpha(opacity=85);
    font-size:9pt;
    font-family: Arial;
    text-align:center;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Leaf a, /* leaves */
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Leaf span
{
    width: 112px;
    background-image: none !important;
    text-align:center;
    background:#acc3e4;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li:hover a, /* hovered text */
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li:hover span,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li:hover li:hover a,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li:hover li:hover span,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li:hover li:hover li:hover a,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li:hover li:hover li:hover span,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    width: 112px;
    color: White;
    background:#acc3e4;
    text-align:center;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li:hover li a, /* the tier above this one is hovered */
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li:hover li span,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li span,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li:hover li:hover li a,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li:hover li:hover li span,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    width: 112px;
    color: #333366;
    background:#acc3e4;
    text-align:center;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.SimpleEntertainmentMenu ul.AspNet-Menu li a:hover,
.SimpleEntertainmentMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    width: 112px;
    color: White;
    background:#acc3e4;
    text-align:center;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal .AspNet-Menu-Selected /* this tier is selected */
{
    width: 112px;
    text-align:center;
    background:#acc3e4;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    width: 112px;
    text-align:center;
    background:#acc3e4;
}

.SimpleEntertainmentMenu .AspNet-Menu-Horizontal .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    width: 112px;
    text-align:center;
    background:#acc3e4;
}

#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}

/* Member Menu */
.MemberMenu .AspNet-Menu-Horizontal
{
    position:relative;
    left: 0;
    top: 0;
    z-index: 500;
    text-align:center;
}

.MemberMenu .AspNet-Menu-Horizontal ul.AspNet-Menu /* Tier 1 */
{
    width: 900px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
	background: #cc9966;
    text-align:center;
}

.MemberMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    text-align:center;
	width: 180px;
	top: 100%;
	left: 0;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #cc9966;
}

.MemberMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.3em;
    text-align:center;
	width: 180px;
}

.MemberMenu .AspNet-Menu-Horizontal li /* all list items */
{
    width: 180px;
    text-align:center;
	background: #cc9966;
    color: white;
}

.MemberMenu .AspNet-Menu-Horizontal li:hover, /* list items being hovered over */
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover
{
    background: Black;
    text-align:center;
	width: 180px;
}

.MemberMenu .AspNet-Menu-Horizontal a, /* all anchors and spans (nodes with no link) */
.MemberMenu .AspNet-Menu-Horizontal span
{
    color: white;
    padding: 4px 0px 4px 0px;
    border:0px solid #648ABD;
    border-bottom: 0;
	background: #cc9966;
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter:alpha(opacity=85);
    font-size:9pt;
    font-family: Arial;
    font-weight:bold;
    text-align:center;
	width: 180px;
}

.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Leaf a, /* leaves */
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Leaf span
{
    background-image: none !important;
    text-align:center;
	width: 180px;
}

.MemberMenu .AspNet-Menu-Horizontal li:hover a, /* hovered text */
.MemberMenu .AspNet-Menu-Horizontal li:hover span,
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover a,
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover span,
.MemberMenu .AspNet-Menu-Horizontal li:hover li:hover a,
.MemberMenu .AspNet-Menu-Horizontal li:hover li:hover span,
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.MemberMenu .AspNet-Menu-Horizontal li:hover li:hover li:hover a,
.MemberMenu .AspNet-Menu-Horizontal li:hover li:hover li:hover span,
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: black;
	background: #cc9966;
    text-align:center;
	width: 180px;
}

.MemberMenu .AspNet-Menu-Horizontal li:hover li a, /* the tier above this one is hovered */
.MemberMenu .AspNet-Menu-Horizontal li:hover li span,
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li a,
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li span,
.MemberMenu .AspNet-Menu-Horizontal li:hover li:hover li a,
.MemberMenu .AspNet-Menu-Horizontal li:hover li:hover li span,
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.MemberMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: white;
	background: #cc9966;
    text-align:center;
	width: 180px;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.MemberMenu ul.AspNet-Menu li a:hover,
.MemberMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: black;
	background: #cc9966;
    text-align:center;
	width: 180px;
}

.MemberMenu .AspNet-Menu-Horizontal .AspNet-Menu-Selected /* this tier is selected */
{
    text-align:center;
	width: 180px;
}

.MemberMenu .AspNet-Menu-Horizontal .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    text-align:center;
	width: 180px;
}

.MemberMenu .AspNet-Menu-Horizontal .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    text-align:center;
	width: 180px;
}

/* Member Menu Content */
.MemberMenuContent .AspNet-Menu-Horizontal
{
    position:relative;
    left: 0;
    top: 0;
    z-index: 500;
    text-align:center;
}

.MemberMenuContent .AspNet-Menu-Horizontal ul.AspNet-Menu /* Tier 1 */
{
    width: 900px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
	background: #cc9966;
}

.MemberMenuContent .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
	width: 150px;
	top: 100%;
	left: 0;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #cc9966;
}

.MemberMenuContent .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.3em;
    width: 11.5em;
}

.MemberMenuContent .AspNet-Menu-Horizontal li /* all list items */
{
    width: 150px;
    text-align:center;
	background: #cc9966;
    color: white;
}

.MemberMenuContent .AspNet-Menu-Horizontal li:hover, /* list items being hovered over */
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Hover
{
    background: Black;
}

.MemberMenuContent .AspNet-Menu-Horizontal a, /* all anchors and spans (nodes with no link) */
.MemberMenuContent .AspNet-Menu-Horizontal span
{
    color: white;
    padding: 4px 2px 4px 8px;
    border:0px solid #648ABD;
    border-bottom: 0;
	background: #cc9966;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    font-size:9pt;
    font-family: Arial;
    font-weight:bold;
}

.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Leaf a, /* leaves */
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.MemberMenuContent .AspNet-Menu-Horizontal li:hover a, /* hovered text */
.MemberMenuContent .AspNet-Menu-Horizontal li:hover span,
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Hover a,
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Hover span,
.MemberMenuContent .AspNet-Menu-Horizontal li:hover li:hover a,
.MemberMenuContent .AspNet-Menu-Horizontal li:hover li:hover span,
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.MemberMenuContent .AspNet-Menu-Horizontal li:hover li:hover li:hover a,
.MemberMenuContent .AspNet-Menu-Horizontal li:hover li:hover li:hover span,
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: black;
	background: #cc9966;
}

.MemberMenuContent .AspNet-Menu-Horizontal li:hover li a, /* the tier above this one is hovered */
.MemberMenuContent .AspNet-Menu-Horizontal li:hover li span,
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li a,
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li span,
.MemberMenuContent .AspNet-Menu-Horizontal li:hover li:hover li a,
.MemberMenuContent .AspNet-Menu-Horizontal li:hover li:hover li span,
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.MemberMenuContent .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: white;
	background: #cc9966;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.MemberMenuContent ul.AspNet-Menu li a:hover,
.MemberMenuContent ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: black;
	background: #cc9966;
}

.MemberMenuContent .AspNet-Menu-Horizontal .AspNet-Menu-Selected /* this tier is selected */
{
}

.MemberMenuContent .AspNet-Menu-Horizontal .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
}

.MemberMenuContent .AspNet-Menu-Horizontal .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}

/* Member Menu */
.MemberMenuFooter .AspNet-Menu-Horizontal
{
    position:relative;
    left: 0;
    top: 0;
    z-index: 500;
    text-align:center;
}

.MemberMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu /* Tier 1 */
{
    width: 600px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
	background: #cc9966;
}

.MemberMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
	width: 200px;
	top: 100%;
	left: 0;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #cc9966;
}

.MemberMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.3em;
    width: 11.5em;
}

.MemberMenuFooter .AspNet-Menu-Horizontal li /* all list items */
{
    width: 200px;
    text-align:center;
	background: #cc9966;
    color: white;
}

.MemberMenuFooter .AspNet-Menu-Horizontal li:hover, /* list items being hovered over */
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Hover
{
    background: Black;
}

.MemberMenuFooter .AspNet-Menu-Horizontal a, /* all anchors and spans (nodes with no link) */
.MemberMenuFooter .AspNet-Menu-Horizontal span
{
    color: white;
    padding: 4px 2px 4px 8px;
    border:0px solid #648ABD;
    border-bottom: 0;
	background: #cc9966;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    font-size:9pt;
    font-family: Arial;
    font-weight:bold;
}

.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Leaf a, /* leaves */
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.MemberMenuFooter .AspNet-Menu-Horizontal li:hover a, /* hovered text */
.MemberMenuFooter .AspNet-Menu-Horizontal li:hover span,
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Hover a,
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Hover span,
.MemberMenuFooter .AspNet-Menu-Horizontal li:hover li:hover a,
.MemberMenuFooter .AspNet-Menu-Horizontal li:hover li:hover span,
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.MemberMenuFooter .AspNet-Menu-Horizontal li:hover li:hover li:hover a,
.MemberMenuFooter .AspNet-Menu-Horizontal li:hover li:hover li:hover span,
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: black;
	background: #cc9966;
}

.MemberMenuFooter .AspNet-Menu-Horizontal li:hover li a, /* the tier above this one is hovered */
.MemberMenuFooter .AspNet-Menu-Horizontal li:hover li span,
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li a,
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li span,
.MemberMenuFooter .AspNet-Menu-Horizontal li:hover li:hover li a,
.MemberMenuFooter .AspNet-Menu-Horizontal li:hover li:hover li span,
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.MemberMenuFooter .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: white;
	background: #cc9966;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.MemberMenuFooter ul.AspNet-Menu li a:hover,
.MemberMenuFooter ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: black;
	background: #cc9966;
}

.MemberMenuFooter .AspNet-Menu-Horizontal .AspNet-Menu-Selected /* this tier is selected */
{
}

.MemberMenu .AspNet-Menu-Horizontal .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
}

.MemberMenu .AspNet-Menu-Horizontal .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}

/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
/* Note that the example menu in this web site uses relative positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */
.PrettyMenu .AspNet-Menu-Vertical
{
    top: 3em;
    left: 0;
    z-index: 300;
    font-size:9pt;
    font-family: Arial;
    background:#ccccff;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenu ul
{
    width: 9em;
    background:#ccccff;
}

/* Top tier */
.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 9em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyMenu ul.AspNet-Menu ul
{
    width: 110px;
    left: 8.9em;
    top: -1em;
    z-index: 500;
    background:#ccccff;
    display: block;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter:alpha(opacity=75);
}

.PrettyMenu ul.AspNet-Menu ul ul
{
    left: 10.4em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyMenu ul.AspNet-Menu li
{
	width: 110px;
    background:#ccccff;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{
    color: #333366;
    padding: 4px 2px 4px 8px;
    border:0px solid #648ABD;
    border-bottom: 0;
    background: transparent;
    font-size:9pt;
    font-family: Arial;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyMenu ul.AspNet-Menu li:hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#ccccff;
}

.PrettyMenu ul.AspNet-Menu li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: White;
}

.PrettyMenu ul.AspNet-Menu li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: #333366;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White;
    background:#ccccff;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


/* --------------------------------------------------------------------------------------------------- */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
/* Note that the example menu in this web site uses relative positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */
.PrettyMenuFooter .AspNet-Menu-Vertical
{
    top: 3em;
    left: 0;
    z-index: 300;
    font-size:9pt;
    font-family: Arial;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenuFooter ul
{
    background:#acc3e4;
}

/* Top tier */
.PrettyMenuFooter .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 9em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyMenuFooter ul.AspNet-Menu ul
{
    width: 180px;
    left: 8.9em;
    top: -1em;
    z-index: 500;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

.PrettyMenuFooter ul.AspNet-Menu ul ul
{
    width: 11.5em;
    left: 10.4em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyMenuFooter ul.AspNet-Menu li
{
    background:#acc3e4;
}

.PrettyMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 180px;
    top: 100%;
    left: 0;
    background:#acc3e4;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter:alpha(opacity=75);
}

.PrettyMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.3em;
    width: 11.5em;
}

.PrettyMenuFooter .AspNet-Menu-Horizontal li /* all list items */
{
    width: 180px;
    text-align:center;
    background:#acc3e4;
    color: #333366;
}
/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyMenuFooter ul.AspNet-Menu li a,
.PrettyMenuFooter ul.AspNet-Menu li span
{
    color: #333366;
    padding: 4px 2px 4px 8px;
    border:0px solid #648ABD;
    border-bottom: 0;
    background: transparent;
    font-size:9pt;
    font-family: Arial;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenuFooter ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyMenuFooter ul.AspNet-Menu li:hover, 
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#acc3e4;
}

.PrettyMenuFooter ul.AspNet-Menu li:hover a, 
.PrettyMenuFooter ul.AspNet-Menu li:hover span, 
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrettyMenuFooter ul.AspNet-Menu li:hover li:hover a, 
.PrettyMenuFooter ul.AspNet-Menu li:hover li:hover span, 
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyMenuFooter ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrettyMenuFooter ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: White;
}

.PrettyMenuFooter ul.AspNet-Menu li:hover ul a, 
.PrettyMenuFooter ul.AspNet-Menu li:hover ul span, 
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrettyMenuFooter ul.AspNet-Menu li:hover li:hover ul a, 
.PrettyMenuFooter ul.AspNet-Menu li:hover li:hover ul span, 
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: #333366;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenuFooter ul.AspNet-Menu li a:hover,
.PrettyMenuFooter ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White;
    background:#acc3e4;
}

.PrettyMenuFooter ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.PrettyMenuFooter .AspNet-Menu-Horizontal
{
    left: 0;
    top: 0;
    z-index: 500;
    text-align:center;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.PrettyMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 900px;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.PrettyMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 180px;
    left: 0;
    top: 100%;
}

.PrettyMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.PrettyMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 11.5em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.PrettyMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 180px;
    text-align:center;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.PrettyMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 180px;
}

.PrettyMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 180px;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.PrettyMenuFooter .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 10.35em;
}


/* 8888888888888888888888888888888888888888 */

.PrettyContentSubMenu .AspNet-Menu-Horizontal
{
    position:relative;
    left: 0;
    top: 0;
    z-index: 500;
    text-align:center;
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal ul.AspNet-Menu /* Tier 1 */
{
    width: 650px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 162px;
    top: 100%;
    left: 0;
    background:#acc3e4;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter:alpha(opacity=75);
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.3em;
    width: 11.5em;
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal li /* all list items */
{
    width: 162px;
    text-align:center;
    background:#acc3e4;
    color: #333366;
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal li:hover, /* list items being hovered over */
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover
{
    background: Black;
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal a, /* all anchors and spans (nodes with no link) */
.PrettyContentSubMenu .AspNet-Menu-Horizontal span
{
    color: #333366;
    padding: 4px 2px 4px 8px;
    border:0px solid #648ABD;
    border-bottom: 0;
    background:#acc3e4;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter:alpha(opacity=75);
    font-size:9pt;
    font-family: Arial;
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Leaf a, /* leaves */
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal li:hover a, /* hovered text */
.PrettyContentSubMenu .AspNet-Menu-Horizontal li:hover span,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover a,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover span,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li:hover li:hover a,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li:hover li:hover span,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li:hover li:hover li:hover a,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li:hover li:hover li:hover span,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
    background:#acc3e4;
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal li:hover li a, /* the tier above this one is hovered */
.PrettyContentSubMenu .AspNet-Menu-Horizontal li:hover li span,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li a,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li span,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li:hover li:hover li a,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li:hover li:hover li span,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.PrettyContentSubMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: White;
    background:#acc3e4;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyContentSubMenu ul.AspNet-Menu li a:hover,
.PrettyContentSubMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White;
    background:#acc3e4;
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal .AspNet-Menu-Selected /* this tier is selected */
{
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}

.PrettyContentSubMenu .AspNet-Menu-Vertical
{
    top: 3em;
    left: 0;
    z-index: 300;
    font-size:9pt;
    font-family: Arial;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyContentSubMenu ul
{
    background:#acc3e4;
}

/* Top tier */
.PrettyContentSubMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 9em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyContentSubMenu ul.AspNet-Menu ul
{
    width: 162px;
    left: 8.9em;
    top: -1em;
    z-index: 500;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

.PrettyContentSubMenu ul.AspNet-Menu ul ul
{
    width: 11.5em;
    left: 10.4em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyContentSubMenu ul.AspNet-Menu li
{
    background:#acc3e4;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyContentSubMenu ul.AspNet-Menu li a,
.PrettyContentSubMenu ul.AspNet-Menu li span
{
    color: #333366;
    padding: 4px 2px 4px 8px;
    border:0px solid #648ABD;
    border-bottom: 0;
    background: transparent;
    font-size:9pt;
    font-family: Arial;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyContentSubMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyContentSubMenu ul.AspNet-Menu li:hover, 
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#acc3e4;
    color:white;
}

.PrettyContentSubMenu ul.AspNet-Menu li:hover a, 
.PrettyContentSubMenu ul.AspNet-Menu li:hover span, 
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrettyContentSubMenu ul.AspNet-Menu li:hover li:hover a, 
.PrettyContentSubMenu ul.AspNet-Menu li:hover li:hover span, 
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyContentSubMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrettyContentSubMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: black;
}

.PrettyContentSubMenu ul.AspNet-Menu li:hover ul a, 
.PrettyContentSubMenu ul.AspNet-Menu li:hover ul span, 
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrettyContentSubMenu ul.AspNet-Menu li:hover li:hover ul a, 
.PrettyContentSubMenu ul.AspNet-Menu li:hover li:hover ul span, 
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: white;
}

.PrettyContentSubMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
    color:White;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.PrettyContentSubMenu .AspNet-Menu-Horizontal
{
    left: 0;
    top: 0;
    z-index: 500;
    text-align:center;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.PrettyContentSubMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 650px;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.PrettyContentSubMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 162px;
    left: 0;
    top: 100%;
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 11.5em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.PrettyContentSubMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 162px;
    text-align:center;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.PrettyContentSubMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 162px;
}

.PrettyContentSubMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 162px;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.PrettyContentSubMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 10.35em;
}

/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
/* Note that the example menu in this web site uses relative positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */
.DynamicMenu .AspNet-Menu-Vertical
{
    position:relative;
    top: 30px;
    left: 0px;
    z-index: 500;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
/* rdh: begin */
.DynamicMenu .AspNet-Menu-Vertical ul.AspNet-Menu, 
.DynamicMenu .AspNet-Menu-Vertical ul.AspNet-Menu ul
{
    width: 130px;
}
.DynamicMenu ul.AspNet-Menu, 
.DynamicMenu ul.AspNet-Menu ul
{
    font-family: Tahoma;
    font-size: 8pt;
    background:#4682B4;
}
/* rdh: end */

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.DynamicMenu ul.AspNet-Menu ul
{
    left: 128px;
    top: 3px;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.DynamicMenu ul.AspNet-Menu li
{
    background:#4682B4 url(bg_nav.gif) repeat-x;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.DynamicMenu ul.AspNet-Menu li a,
.DynamicMenu ul.AspNet-Menu li span
{
    color: black;
    padding: 4px 2px 4px 8px;
    border:1px solid #648ABD;
    border-bottom: 0;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.DynamicMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.DynamicMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.DynamicMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.DynamicMenu ul.AspNet-Menu li:hover, 
.DynamicMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#4682B4;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.DynamicMenu ul.AspNet-Menu li a:hover,
.DynamicMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.DynamicMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.DynamicMenu .AspNet-Menu-Horizontal
{
    position:relative;
    left: 0;
    top: 0;
    z-index: 500;
    text-align:center;
    /*
    position:absolute;
    left: 100px;
    top: 0px;
    margin: 0 0 0 50px;*/
    /*rdh width: 500px; */
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accomodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.DynamicMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
     /*rdh width: 500px; */
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.DynamicMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 130px;
    left: 3px;
    top: 2em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.DynamicMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    /*rdh width:100px; */
    text-align:center;
}

/* This rule can be used to set styles for the menu items in the second tier (and lower) in the menu. */
.DynamicMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
    text-align:left;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.DynamicMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    width:130px;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.DynamicMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.8em 0 0 126px;
}

/* rdh: begin */
.DynamicMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li a,
.DynamicMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li span
{
    display: inline;
    padding: 0 16px 0 5px;
    line-height: 24px;
    vertical-align: middle;
    border: none;
    border-right:1px solid #648ABD;
}

.DynamicMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li a,
.DynamicMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li span
{
    display: block;
    border:1px solid #648ABD;
    border-bottom: 0;
}

.DynamicMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    height: 25px !important;
}
/* rdh: end */

