﻿@media screen
{
.Menu_Actions div.sectionDivider
{
    border-bottom: #99d3a1 1px dotted;
    height: 2px;
    margin: 0 0 10px 0;
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
}
    
/* Level 1 */
div.Menu_Actions
    {
        margin: 0 0 20px 0;
        padding: 4px 8px 4px 8px;
        width: 92px; 
        height:26px;
        line-height: 16px;   
        background: url(/Images/backgrounds/actionButtonBg.gif) no-repeat 0px 0px;
    }

div.Menu_Actions:hover
{
    background: url(/Images/backgrounds/actionButtonBgHover.gif) no-repeat 0px 0px;
}


/* Top list */
.Menu_Actions ul.AspNet-Menu
{
    width: auto;
}

/* All list items */
.Menu_Actions li 
{
    background-color: Transparent;
    margin: 0 0 0 0;    
}

.Menu_Actions .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    float: none;    
}

.Menu_Actions .AspNet-Menu-Horizontal ul.AspNet-Menu a.AspNet-Menu-Link
{
    color: #1d4122;
    /*background-position: 95% center;
    background-image: url(/Images/Backgrounds/subMenuArrow.gif);
    background-repeat: no-repeat;  */
    font-weight: bold;  
}

.Menu_Actions .AspNet-Menu-Horizontal ul.AspNet-Menu a.AspNet-Menu-Link:hover
{
    text-decoration: underline;
}  

/* List items being hovered over */
.Menu_Actions li:hover,
.Menu_Actions li.AspNet-Menu-Hover
{
}

/* All anchors and spans (nodes with no link) */
.Menu_Actions a, 
.Menu_Actions span
{
    
    
}/* Inactive and visited links. */
.Menu_Actions a:Link,
.Menu_Actions a:Visited
{
    
}

/* Menu item with children */
.Menu_Actions li.AspNet-Menu-WithChildren a
{
}

/* Menu item with children (hover) */
li.AspNet-Menu-WithChildren a:Hover,
li.AspNet-Menu-WithChildren a:Active
{
    
}

/* Hovered text */
.Menu_Actions li:hover a, .Menu_Actions li:hover span, .Menu_Actions li.AspNet-Menu-Hover a, .Menu_Actions li.AspNet-Menu-Hover span, .Menu_Actions li:hover li:hover a, .Menu_Actions li:hover li:hover span, .Menu_Actions li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .Menu_Actions li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .Menu_Actions li:hover li:hover li:hover a, .Menu_Actions li:hover li:hover li:hover span, .Menu_Actions li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .Menu_Actions li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{}

/* Level 2 */

/* List */
.Menu_Actions .AspNet-Menu-Leaf div.AspNet-Menu-Template
{
    padding: 13px 24px 7px 24px;
    border: 1px solid #d1ebd7;
    margin: 4px 0 0 -8px;
    background-color: #f1fbf2;
    background-image: url(/Images/Backgrounds/actionSubMenuTopEdge.gif);
    background-repeat: repeat-x;
}

/* Menu item with children */
.Menu_Actions .AspNet-Menu-Leaf div.AspNet-Menu-Template a
{
    background-position: left center;
    background-image: url(/Images/Backgrounds/subMenuItemArrow.gif);
    background-repeat: no-repeat;
    color: #1D4122;
    padding-left: 15px;
    margin: 0 0 8px 0;
    white-space: nowrap;
    text-decoration: none;
}
.Menu_Actions .AspNet-Menu-Leaf div.AspNet-Menu-Template a:hover
{
    text-decoration: underline;
}

}