﻿ul.AspNet-Menu 
{
    position: relative;
}
ul.AspNet-Menu, 
ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;
}
ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
    float: left;
}
ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
}
ul.AspNet-Menu ul
{
    position: absolute;
    visibility: hidden;    
}
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
    visibility: hidden;
}
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
}
.AspNet-Menu-Vertical ul.AspNet-Menu li
{
    width: 100%;
}
.PrettyMenu .AspNet-Menu-Vertical
{
    position:relative;
    top: 0;
    left: 0;
    z-index: 300;
    font-size:90%; font-weight:bold;
}
.PrettyMenu ul
{
    border-bottom:solid 1px #dbdff0;
}
.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 156px;
    background-image: url(../img/left_col_bg.jpg);
    background-repeat:repeat-y;
}

.PrettyMenu ul.AspNet-Menu ul
{
    width: 180px;
    left: 156px;
    top: 0;
    z-index: 400;
    background-color:#CECE74;
}

.PrettyMenu ul.AspNet-Menu ul ul
{
    width: 180px;
    left: 180px;
}
.PrettyMenu ul.AspNet-Menu li
{
    background-color:#edeef7; border-top:solid 1px #dbdff0; border-right:solid 1px #dbdff0; border-left:solid 1px #dbdff0;
}
.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{
    color:Black;
    padding: 4px 2px 4px 5px;
    background: transparent url(../img/arrowRight.gif) right center no-repeat;
}
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}
.PrettyMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}
.PrettyMenu ul.AspNet-Menu li:hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background-color:#dbdff0; border-top:solid 1px #ccd1e9; border-right:solid 1px #dbdff0; border-left:solid 1px #ccd1e9;
}
.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:#000066;
}
.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:Black;
}
.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color:#000066;
}
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


/*********************** TOP MENU **********************************/

.TopMenu { margin:0 auto; font-size:100%; font-weight:bold; padding:0px; }
.TopMenu div { margin:0 auto; }
.TopMenu ul { margin:0 auto; left:100px; }

/* width for the submenu */
.TopMenu ul.AspNet-Menu ul
{
    width:180px;
    z-index: 400;
}

/* There are NO third tier menu items. */
.TopMenu ul.AspNet-Menu ul ul
{
    display:none;
}

/* Format the top, tabbed menu items. */
.TopMenu ul.AspNet-Menu li
{
    min-width:60px; height:27px;
    background-image:url(../img/tab.gif);
    background-repeat:no-repeat;
    background-color:Transparent;
}
.TopMenu ul.AspNet-Menu li li
{
    background-image:none; height:auto;
}

/* 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). */
.TopMenu ul.AspNet-Menu li a,
.TopMenu ul.AspNet-Menu li span
{
    color: #101080;
    padding: 5px 25px 5px 25px;
    margin: 0px 0px 0px 0px;
    border:none;
}
.TopMenu ul.AspNet-Menu ul li a,
.TopMenu ul.AspNet-Menu ul li span
{
    color: #101080;
    padding: 5px 6px 5px 10px;
    background-color:Transparent;
}
/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.TopMenu 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). */

/* Redundant? Definition of topmost "hover" tabbed menu items. */
.TopMenu ul.AspNet-Menu li:hover, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    min-width:60px;
    background-image:url(../img/hover-tab.gif);
    background-repeat:no-repeat;
    background-color:Transparent;
}
.TopMenu ul.AspNet-Menu li:hover li, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li
{
    background-image:none;
}

/* When you hover over the "top" submenu link. (Nonleaf) */
/*
.TopMenu ul.AspNet-Menu li:hover a, 
.TopMenu ul.AspNet-Menu li:hover span, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
*/
.TopMenu ul.AspNet-Menu li:hover li:hover a, 
.TopMenu ul.AspNet-Menu li:hover li:hover span, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.TopMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.TopMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: #101080;
    background-image:url(../img/hovertop-submenu.gif);
    background-repeat:no-repeat;
    background-color:Transparent;
    height:20px;
    padding-top:15px;
    padding-bottom:0px;
}

/************* NOT WORKING *************/
/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
/* The topmost submenu item (the top of the submenu box) is styled this way.  */
/* Case: hover over the submenu (leaves!). */
/* 
  .TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf:hover a,
  .TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf:hover span,
  .TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf ul a:hover,
  .TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf:hover span.Asp-Menu-Hover,
*/
.TopMenu ul.AspNet-Menu li:hover li.AspNet-Menu-Leaf:hover a,
.TopMenu ul.AspNet-Menu li:hover li.AspNet-Menu-Leaf:hover span,
.TopMenu ul.AspNet-Menu li:hover li.AspNet-Menu-Leaf ul a:hover,
.TopMenu ul.AspNet-Menu li:hover li.AspNet-Menu-Leaf:hover span.Asp-Menu-Hover
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Leaf:hover a,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Leaf:hover span,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Leaf ul a:hover,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Leaf:hover span.Asp-Menu-Hover
{
    color: #101080;
    background-image:url(../img/hover-submenu.gif);
    background-repeat:no-repeat;
    background-color:Transparent;
    height:auto;
    padding-top:5px;
    padding-bottom:5px;
}

/* Case: hover over the submenu.  Undo changes to the top menu. */
.TopMenu ul.AspNet-Menu li:hover a, 
.TopMenu ul.AspNet-Menu li:hover span, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover span
{
    background-image:url(../img/hover-tab.gif);
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/* Case: hover over the submenu.  Undo changes to top menu leaves. */
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf:hover a, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf:hover span, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf ul a:hover,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf ul span.Asp-Menu-Hover
{
    background-image:url(../img/hover-tab.gif);
    background-repeat:no-repeat;
    background-color:Transparent;    
}

/*
.TopMenu ul.AspNet-Menu li:hover li:hover a, 
.TopMenu ul.AspNet-Menu li:hover li:hover span, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.TopMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.TopMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
*/

.TopMenu ul.AspNet-Menu li:hover ul a, 
.TopMenu ul.AspNet-Menu li:hover ul span, 
.TopMenu ul.AspNet-Menu li:hover li:hover ul a, 
.TopMenu ul.AspNet-Menu li:hover li:hover ul span,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: #101080;
    background-image:url(../img/top-submenu.gif);
    background-repeat:no-repeat;
    background-color:Transparent;
    vertical-align:bottom;
    height:20px;
    padding-top:15px;
    padding-bottom:0px;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
/* The topmost submenu item (the top of the submenu box) is styled this way.  */
/* Case: submenu, no hover. */
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span.Asp-Menu-Hover,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf ul a:hover,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf ul span.Asp-Menu-Hover,
.TopMenu ul.AspNet-Menu li:hover li.AspNet-Menu-Leaf a,
.TopMenu ul.AspNet-Menu li:hover li.AspNet-Menu-Leaf span,
.TopMenu ul.AspNet-Menu li:hover li.AspNet-Menu-Leaf ul a,
.TopMenu ul.AspNet-Menu li:hover li.AspNet-Menu-Leaf ul span
{
    color: #101080;
    background-image:url(../img/submenu.gif);
    background-repeat:no-repeat;
    background-color:Transparent;
    height:auto;
    padding-top:5px;
    padding-bottom:5px;
}

/* Case: hover over the submenu.  Undo changes to the top menu. */
/*
.TopMenu ul.AspNet-Menu li:hover a, 
.TopMenu ul.AspNet-Menu li:hover span, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover span
{
    background-image:url(../img/hover-tab.gif);
    background-repeat:no-repeat;
    background-color:Transparent;    
}
*/
/* Case: hover over the submenu.  Undo changes to top menu leaves. */

.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf:hover a, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf:hover span, 
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf ul a:hover,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf ul span.Asp-Menu-Hover,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover,
.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span.Asp-Menu-Hover
{
    background-image:url(../img/hover-tab.gif);
    background-repeat:no-repeat;
    background-color:Transparent;    
}
.TopMenu ul.AspNet-Menu li li.AspNet-Menu-Leaf a,
.TopMenu ul.AspNet-Menu li li.AspNet-Menu-Leaf span
{
    background-image:url(../img/submenu.gif);
    background-repeat:no-repeat;
    background-color:Transparent;
    height:auto;
    padding-top:5px;
    padding-bottom:5px;
}
.TopMenu ul.AspNet-Menu li li.AspNet-Menu-Leaf a:hover,
.TopMenu ul.AspNet-Menu li li.AspNet-Menu-Leaf span.Asp-Menu-Hover
{
    background-image:url(../img/hover-submenu.gif);
    background-repeat:no-repeat;
    background-color:Transparent;
    height:auto;
    padding-top:5px;
    padding-bottom:5px;
}

/* 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. */
.TopMenu ul.AspNet-Menu li a:hover,
.TopMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: #101080;
}
.TopMenu ul.AspNet-Menu li a:hover,
.TopMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: #101080;
    background-image:url(../img/hover-tab.gif);
    background-repeat:no-repeat;
    background-color:Transparent;
}
/* Junk?  Doesn't help. */
.TopMenu ul.AspNet-Menu li.Asp-Menu-Leaf ul a:hover,
.TopMenu ul.AspNet-Menu li.Asp-Menu-Leaf ul span.Asp-Menu-Hover
{
    color: #101080;
    background-image:url(../img/hover-tab.gif);
    background-repeat:no-repeat;
    background-color:Transparent;
}

.TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    /* background-image: none; */
}

.TopMenu .AspNet-Menu-Horizontal
{
    z-index: 300;
}

/* 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. */
.TopMenu .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. */
.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width:220px;
    left: -47px;
    top:26px;
}

.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul { }

/* 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. */
.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    text-align:left;
    text-indent:18px;
}

/* 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. */
.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    text-indent:0px;
    /* width: 16em; */
    width:220px;
}

.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    /* width: 16em; */
    width:220px;
}

/* 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. */
.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 10.35em;
}

