﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */
/* See WhitePaper.aspx for details. */


.MainMenu ul.Menu
{
        /*width: 925px;*/
    
    position: relative;
}


.MainMenu ul.Menu, ul.Menu ul
{
    background:none;
    float: right;
    display: inline-block;
    /*
background-image: url(/images/header4.jpg);
    margin: 0;
    padding: 0;
    display: block;*/
}
.MainMenu ul.Menu li, ul.Menu li a, ul.Menu li span, ul.Menu li a:hover
{
    /*
    height: 50px;*/
   
}
.MainMenu ul.Menu li
{
    
    position: relative;
    list-style: none;
    float: left;
    font-size: 12pt;

}

.MainMenu ul.Menu li a, ul.Menu li span, ul.Menu li a:hover
{
    /*
    padding-top: 15px;
    display: block;
    text-decoration: none;*/
}
.MainMenu ul.Menu li a span
{
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    text-decoration: none;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
    padding-bottom: 2px;
    margin: 0px 2px 0px 0px;
    width: 80px;
    color: #666;
    padding-top: 0px;
    border-bottom: #666 8px solid;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    /*
    color: White;
*/
}
.MainMenu ul.Menu li a, ul.Menu li  span
{
     border-style:none;
}
.MainMenu ul.Menu li a:hover
{
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    /*
    color: #FCCF74;
    background-color: #156391;
    height:32px;*/
}
.MainMenu ul.Menu ul
{
    position: absolute;
    visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
.MainMenu ul.Menu li:hover ul ul, ul.Menu li.Menu-Hover ul ul
{
    visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
.MainMenu ul.Menu li:hover ul, ul.Menu li li:hover ul, ul.Menu li li li:hover ul, ul.Menu li.Menu-Hover ul, ul.Menu li li.Menu-Hover ul, ul.Menu li li li.Menu-Hover ul
{
    visibility: visible;
}

.MainMenu .Menu-Vertical ul.Menu li
{
    width: 100%;
}

/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is 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. */

.MainMenu .Menu-Horizontal
{
    display:inline-block;
    list-style-image: none;
    color: White;
    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. */
.MainMenu .Menu-Horizontal ul.Menu
{
    color: white;
    list-style-type: none;
    
   /* width: 45em; */
}

/* 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. */
.MainMenu .Menu-Horizontal ul.Menu ul
{
    /* first tier */
    list-style-type: none;
    width: 90px;
    left: 0;
    top: 100%;
    border:solid thin grey;
 }
.MainMenu .Menu-Horizontal ul.Menu ul span
{
    border-bottom-style:none;
}
.MainMenu .Menu-Horizontal ul.Menu ul ul
{
    top: -0.3em;
}

.MainMenu .Menu-Horizontal ul.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. */
.MainMenu .Menu-Horizontal ul.Menu li
{
    width: 90px;
    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. */
.MainMenu .Menu-Horizontal ul.Menu ul li
{
    /* second tier - Color this */
    text-align:left;
    width: 90px;
    padding-left:0px;
    margin-left:0px;
    
    background-color: White;
     border:solid thin grey;
       
}

.MainMenu .Menu-Horizontal ul.Menu ul ul li
{
    width: 90px;
}

/* 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. */
.MainMenu .Menu-Horizontal ul.Menu li ul li ul
{
    /* third tier */
    margin: -1.4em 0 0 10.35em;
}
/* Admin Menu 
*/
.AdminMenu
{
    width:100%;
}
.AdminMenu ul.Menu
{
        /*width: 925px;*/
    
    position: relative;
}


.AdminMenu ul.Menu, .AdminMenu  ul.Menu ul
{
    float: left;
    display: inline-block;
    /*
    margin: 0;
    padding: 0;
    display: block;*/
}
.AdminMenu ul.Menu li,.AdminMenu  ul.Menu li a, .AdminMenu ul.Menu li span, .AdminMenu ul.Menu li a:hover
{
    /*
    height: 50px;*/
   
}
.AdminMenu ul.Menu li
{
     padding:0px 10px 0px 30px;
    position: relative;
    list-style: none;
    float: left;
    font-size: 12pt;
    display:inline-block;

}

.AdminMenu ul.Menu li a,.AdminMenu  ul.Menu li span,.AdminMenu  ul.Menu li a:hover
{
    /*
    padding-top: 15px;
    display: block;
    text-decoration: none;*/
}
.AdminMenu ul.Menu li a,.AdminMenu  ul.Menu li span
{
     color: Blue;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    text-decoration: none;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 12px;
    float: right;
    padding-bottom: 2px;
    margin: 0px 2px 0px 0px;
    width: 80px;
    padding-top: 0px;
    /*border-bottom: #666 8px solid;*/
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    /*
    color: White;
*/
}
.AdminMenu ul.Menu li a:hover
{
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    /*
    color: #FCCF74;
    background-color: #156391;
    height:32px;*/
}
.AdminMenu ul.Menu ul
{
    position: absolute;
    visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
.AdminMenu ul.Menu li:hover ul ul, .AdminMenu ul.Menu li.Menu-Hover ul ul
{
    visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
.AdminMenu ul.Menu li:hover ul,.AdminMenu  ul.Menu li li:hover ul, .AdminMenu ul.Menu li li li:hover ul,.AdminMenu  ul.Menu li.Menu-Hover ul,.AdminMenu  ul.Menu li li.Menu-Hover ul, .AdminMenu ul.Menu li li li.Menu-Hover ul
{
    visibility: visible;
}

.AdminMenu .Menu-Vertical ul.Menu li
{
    width: 100%;
}

/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is 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. */

.AdminMenu .Menu-Vertical
{
    display:inline-block;
    list-style-image: none;
    color: White;
    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. */
.AdminMenu .Menu-Vertical ul.Menu
{
    color: white;
    list-style-type: none;
    
   /* width: 45em; */
}

/* 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. */
.AdminMenu .Menu-Vertical ul.Menu ul
{
    /* first tier */
    list-style-type: none;
    width: 10.5em;
    left: 0;
    top: 100%;
 }

.AdminMenu .Menu-Vertical ul.Menu ul ul
{
    top: -0.3em;
}

.AdminMenu .Menu-Vertical ul.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. */
.AdminMenu .Menu-Vertical ul.Menu li
{
    width: 100px;
    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. */
.AdminMenu .Menu-Vertical ul.Menu ul li
{
    /* second tier - Color this */
    text-align:left;
    width: 10.5em;
    padding-left:0px;
    margin-left:0px;
    
    background-color: White;
       
}

.AdminMenu .Menu-Vertical ul.Menu ul ul li
{
    width: 11.5em;
}

/* 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. */
.AdminMenu .Menu-Vertical ul.Menu li ul li ul
{
    /* third tier */
    margin: -1.4em 0 0 10.35em;
}

