/*  -----------------------------------------------------
    Main branding colors will have transparent PNGs
    overlaying for tone. Border colors are meant for 
    light detailing, not harsh division
    ---------------------------------------------------*/
#Mast
{
    background-color: #202c6c;
    border-bottom-color: #3366cc;
}
    #DealershipSelection .dropdown
    {
        background: #202c6c;
    }
    #DealershipSelection li:hover
    {
        background-color: #202c6c;
    }
#Header
{
    background-color: #2e52a2;
}
#MainNav
{
    background-color: #202c6c;
    border-top-color: #333;
    border-bottom-color: #3366cc;
}

/*  -----------------------------------------------------
    Current Application Indicator: should be rendered
    value of #Mast's bg color after overlay is displayed
    (pixel sampling may be necessary).
    ---------------------------------------------------*/
#MastNavigation #ApplicationLinks li.selected
{
    background-color: transparent;
    border-top-color: #ef3d4b;
}
#MastNavigation #ApplicationLinks .selected a .notch
{
    border-top-color: #0a0d21;
}

/*  -----------------------------------------------------
    Following should be same value as #MainNav's
    border color
    ---------------------------------------------------*/
    #MastNavigation #ApplicationLinks .selected a .border-notch
    {
        border-top-color: #3366cc;
    }
    
/*  -----------------------------------------------------
    Light border along the top of the utility tabs
    ---------------------------------------------------*/
#UtilityLinks .tab
{    
    box-shadow: 0 -1px #3366cc;
}

#UtilityLinks li:hover .tab
{
    box-shadow: 0 -3px 5px #3366cc;
}

#UtilityLinks .dropdown
{
    background: #202c6c;
}

#UtilityLinks li:hover .tab
{
    background-color: #202c6c;
}

#UtilityLinks .dropdown
{
    box-shadow: 0px 3px 3px #202c6c;
}

#AppLogo.AutoLoop
{
	width:369px;
	height:41px;
	top:25px;
	background-image:url("../../../Images/_site/skins/easycare.png");
}

#AppLogo.AutoBook
{
	width:369px;
	height:41px;
	top:25px;
	background-image:url("../../../Images/_site/skins/easycare.png");
}

#AppLogo.AutoCampaigns
{
	width:369px;
	height:41px;
	top:25px;
	background-image:url("../../../Images/_site/skins/easycare.png");
}

#MainNav .dropdown
{
    background: #202c6c;
}

#MastNavigation li:hover,
#MainNav li:hover
{
    background-color: #202c6c;
}

#MainNav ul
{
    border-right-color: #202c6c;
}
#ApplicationLinks a,
#MainNav ul a
{
    border-left-color: #202c6c;
}
#MastNavigation li:hover,
#MainNav li:hover
{
    background-color: #202c6c;
}
