﻿
.menu {
    width: 100.0%;
    background: rgb(98,202,255);
    background: -moz-linear-gradient(top, rgb(98,202,255) 0%, rgb(98,202,255) 20%, rgb(1,152,230) 80%, rgb(1,152,230) 100%);
    background: -webkit-linear-gradient(top, rgb(98,202,255) 0%,rgb(98,202,255) 20%, rgb(1,152,230) 80%,rgb(1,152,230) 100%);
    background: linear-gradient(to bottom, rgb(98,202,255) 0%,rgb(98,202,255) 20%,rgb(1,152,230) 80%,rgb(1,152,230) 100%);
}


    .menu ul a {
        font-size: 13px;
        font-weight: bold;
        color: black;
    }

        .menu ul a .disabled {
            color: #777;
            font-weight: bold;
        }


    .menu ul li li {
        width: 100%;
    }

    .menu ul li a{
        line-height: 50px;
        margin: 0px 15px;
    }

    .menu ul li a .disabled{
        margin: 0px -17px;
        padding:0px 15px;
    }


    .menu ul li a div{
        margin:0px 10px;
    }


    .menu > ul > li:hover {
        color: white;

        background: #494949;
        background: -moz-linear-gradient(top, #494949 0%, #494949 20%, #6A6A6A 80%, #6A6A6A 100%);
        background: -webkit-linear-gradient(top, #494949 0%, #494949 20%, #6A6A6A 80%, #6A6A6A 100%);
        background: linear-gradient(to bottom, #494949 0%, #494949 20%, #6A6A6A 80%, #6A6A6A 100%);
    }

    .menu > ul > li > a:hover .disabled {
        background: -moz-linear-gradient(top, rgb(98,202,255) 0%, rgb(98,202,255) 20%, rgb(1,152,230) 80%, rgb(1,152,230) 100%);
    background: -webkit-linear-gradient(top, rgb(98,202,255) 0%,rgb(98,202,255) 20%, rgb(1,152,230) 80%,rgb(1,152,230) 100%);
    background: linear-gradient(to bottom, rgb(98,202,255) 0%,rgb(98,202,255) 20%,rgb(1,152,230) 80%,rgb(1,152,230) 100%);
    }


    .menu > ul li:hover ul {
        background: #494949;
        background: -moz-linear-gradient(top, #6A6A6A 0%, #6A6A6A 20%, #494949 80%, #494949 100%);
        background: -webkit-linear-gradient(top, #6A6A6A 0%, #6A6A6A 20%, #494949 80%, #494949 100%);
        background: linear-gradient(to bottom, #6A6A6A 0%, #6A6A6A 20%, #494949 80%, #494949 100%);
    }

    .menu > ul > li:hover a {
        color: white;
    }

    .menu >ul > li > ul > li .disabled 
    {
        color:#aaa;
        font-weight :normal;
    }
    .menu ul > li > ul li a:hover {
        text-shadow: 0px 0px 3px white;
    }

    .menu ul > li a > .disabled:hover {
        text-shadow: 0px 0px 0px gray;
    }

    .menu ul li li a {
        text-align: left;
        line-height: 30px;
        padding: 0px 0px 0px 0px;
        font-size: 12px;
        font-weight: normal;
    }


.tralala {
    border: 1px solid black;
}
