﻿#portal-header 
{
    background: #fff url(../Images/header_portalbanner.png) no-repeat right top;
}

#logo
{
    background: url(../Images/mcfa_logo.gif) no-repeat left center;
}

.sitebanner
{
    height: 30px;
    background: #FFF url(../Images/DealerPortal_bg.gif) no-repeat center top;
}

#menu
{
    background: transparent;
 
}

#menu ul {
    float: right;
}

#menu li {
    display: inline;
    float: left;
    margin: 0 -2px 0 0;
    padding: 0 0 0 0;
    text-decoration: none; /*background set in theme's css*/
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    letter-spacing: 0px;
    height: 18px;
    background-image: none;
}

#menu li a
{
    margin: 0;
    padding: 3px 12px;
    height: 18px;
    text-decoration: none;
    line-height: 17px;
    text-transform: uppercase;
    color: #013398;
}
#menu li.first {
    background-image: none;
}
#menu li.last {
    margin-right: 0;
}
#menu a:hover, .msdnet #menu .activeTab
{
    background-color: #013398;
    color: #FFF;
}

#account-info {
    color: #000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    }

#account-info>div{float:right; padding-right:24px;}

#account-info a:hover {
    text-decoration: none;
}

