﻿.AdminMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 13em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.AdminMenu li.AspNet-Menu-Leaf /* all list items */
{
    width: 6em;
    background: #00804E;
    color:White;
}

/* list items being hovered over */
.AdminMenu li.AspNet-Menu-Hover
{ 
    color:#00804E; 
    background: White;
}

.AdminMenu a.AspNet-Menu-Link /* all anchors */
{
    color:White;
    padding: 4px 2px 4px 4px;
    border:1px solid #00804E;
}