﻿@media only screen and (max-device-width : 500px)  
{
    
    .Menu-Background
    {
	    position:fixed;
	    left:0px;
	    top:0px;
	    right:0px;
	    height:37px;
	    line-height:37px;
	    background-image:url('/Common/Images/Gradients/Menu/Menu.png');
	    display:none;
    }

    .Menu 
    {
	    position:fixed;
	    left:0px;
	    top:0px;
	    right:0px;
        font-family:NewFont,Trebuchet MS;
	    color:#ffffff;
	    width:1000px;
	    margin-left:auto;
	    margin-right:auto;
	    text-align:center;
	    display:none;
    }

    .Menu a:link
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#ffffff;
	    text-decoration:none;
	    display:none;
    }

    .Menu a:visited
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#ffffff;
	    text-decoration:none;
	    display:none;
    }

    .Menu a:hover
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#ff0000;
        display:none;
    }
    
}

@media only screen and (min-width : 0px) and (min-device-width : 501px) 
{

    .Menu-Background
    {
	    position:fixed;
	    left:0px;
	    top:0px;
	    right:0px;
	    height:37px;
	    line-height:37px;
	    background-image:url('/Common/Images/Gradients/Menu/Menu.png');
    }

    .Menu 
    {
	    position:fixed;
	    left:0px;
	    top:0px;
	    right:0px;
        font-family:NewFont,Trebuchet MS;
	    color:#ffffff;
	    width:1000px;
	    margin-left:auto;
	    margin-right:auto;
	    text-align:center;
    }

    .Menu a:link
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#ffffff;
	    text-decoration:none;
    }

    .Menu a:visited
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#ffffff;
	    text-decoration:none;
    }

    .Menu a:hover
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#ff0000;

    }
    
}