/*
Menu related selectors
*/
.jsdomenudiv {
        background-color: #FFFFFF;
        background-image: url(office_xp_menu_left.png);
        background-repeat: repeat-y;
        border: 1px solid #8A867A;
        cursor: hand;
        padding-bottom: 1px;
        padding-top: 1px;
        position: absolute; /* Do not alter this line! */
        visibility: hidden;
        z-index: 10;
}

.jsdomenuitem {
        background: #CC0000;
        border: 1px solid #FFFFFF;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        font-weight: bold;
        padding-bottom: 3px;
        padding-left: 30px;
        padding-right: 15px;
        padding-top: 3px;
        position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
        background: #FF0000;
        border: 1px solid #FFFFFF;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        color: #FFCC99;
        font-weight: bold;
        /*margin-left: 1px;
        margin-right: 1px;*/
        padding-bottom: 3px;
        padding-left: 30px;
        padding-right: 15px;
        padding-top: 3px;
        position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
        background-image: url(office_xp_arrow.png);
        background-repeat: no-repeat; /* Do not alter this line! */
        height: 7px;
        position: absolute; /* Do not alter this line! */
        right: 8px;
        width: 4px;
}

.jsdomenuarrowover {
        background-image: url(office_xp_arrow_o.png);
        background-repeat: no-repeat; /* Do not alter this line! */
        height: 7px;
        position: absolute; /* Do not alter this line! */
        right: 8px;
        width: 4px;
}

.jsdomenusep {
        padding-left: 28px;
}

.jsdomenusep hr {
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
        background:url(/manutd/images/bg_header.gif) top repeat-x;
        border: 1px outset;
        cursor: hand;
        padding-bottom: 3px;
        padding-left: 1px;
        padding-right: 1px;
        padding-top: 3px;
        position: absolute; /* Do not alter this line! */
        visibility: visible;
}

.jsdomenubardragdiv {
        cursor: move;
        display: inline;
        font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
        font-size: 12px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        position: relative; /* Do not alter this line! */
        visibility: hidden;
        width: 9px;
}

.jsdomenubaritem {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        color: #FFFFFF;
        display: inline;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        font-weight: bold;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        margin:1px;
        position: relative; /* Do not alter this line! */

}

.jsdomenubaritemover {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        color: #FFCC99;
        display: inline;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        font-weight: bold;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        margin:1px;
        position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {

        border: 1px solid #FFCC99;
        color: #FFCC99;
        display: inline;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        font-weight: bold;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        position: relative; /* Do not alter this line! */
}

/*
Example of selectors for icons. Change the height and width to match the actual
height and width of the icon image.
*/
.icon1 {
        background-image: url(icon1.png);
        background-repeat: no-repeat; /* Do not alter this line! */
        height: 16px;
        left: 4px;
        position: absolute; /* Do not alter this line! */
        width: 16px;
}

.icon2 {
        background-image: url(icon2.png);
        background-repeat: no-repeat; /* Do not alter this line! */
        height: 16px;
        left: 4px;
        position: absolute; /* Do not alter this line! */
        width: 16px;
}

.icon3 {
        background-image: url(icon3.png);
        background-repeat: no-repeat; /* Do not alter this line! */
        height: 16px;
        left: 4px;
        position: absolute; /* Do not alter this line! */
        width: 16px;
}
