﻿@media screen and (min-width:511px)
{

    #MP_Header_Top_Container
    {
        height: 50px;
        min-width: 1000px;
    }

    #MP_Menu
    {
        min-width: 1000px;
        width: 80%;
        height: 48px;
        margin: 0 auto;
    }

        #MP_Menu ul
        {
            margin: 0 auto;
            list-style-type: none;
            height:48px;
        }

            #MP_Menu ul li
            {
                padding: 0 10px;
                display: block;
                float: left;
                background-image: url(Images/Structure/Separatore_Menu.png);
                background-position: right center;
                background-repeat: no-repeat;
            }



                #MP_Menu ul li:last-of-type
                {
                    background-image: none;
                    color: #e20a17;
                
                }

                #MP_Menu ul li a
                {
                    display: block;
                    float: left;
                    line-height: 42px;
                    font-family: 'Oswald';
                    font-weight: 400;
                    font-size: 13px;
                    letter-spacing: 1px;
                    color: #4c4b4b;
                    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
                    text-transform: uppercase;
                    border-top: 3px solid transparent;
                }

                    #MP_Menu ul li a:hover
                    {
                        border-bottom: 3px solid #016831;
                    }

                    #MP_Menu ul li a.selected
                    {
                        border-bottom: 3px solid #016831;
                    }
                      


}


