﻿.Masthead
{
    height:40px;
    padding:10px 5px 0px 5px;
}

.MastheadLogo
{
    float:left;
    background: url(../images/adp-logo.gif) no-repeat left top;
    width:70px;
    height:40px;
}

.MastheadGreeting
{
    display: inline;
    font-size: 1.2em;
    line-height:30px;
    padding-right: 5px;
    padding-left: 8px;
}

.MastheadMenu
{
    min-width: 250px;
    display:inline;
    float:right;
    text-align:right;
    color:#006699;
}

.MastheadMenuItem
{
    display:inline;
    padding:10px 12px 10px 30px;
    cursor:pointer;
    text-decoration:none;
}

.MastheadMenuItem:hover
{
    background-color:#cde3ed;
    color:#333333;
    text-decoration:none;
}

.Icons
{
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 7px center;
    height: 16px;
    width: 16px;
}