﻿/*
    Styles specific to the WebApplication master page.
*/

#web-application-header {
    border-bottom: 1px solid #a3a3a3;
    margin-bottom: 1em;
    min-height: 1.75em;
    text-align: right;
}

#web-application-menu {
    margin-top: 0;
}

/* Apply this style only to li elements that are immediate descendants because we don't want to apply it to the sub-menu. */
#web-application-menu > li {
    float: right;
    list-style-type: none;
    margin-left: .25em;
    margin-right: .25em;
}

#web-application-menu img {
    vertical-align: text-top;
}

#web-application-menu ul {
    background-color: #ffffff;
    border: 1px solid #565656;
    display: none;
    padding: .5em;
    position: absolute;
    text-align: left;
}

#web-application-menu ul li {
    list-style-type: none;
}