﻿.Navigation {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 1000;
}

    .Navigation li {
        text-align: center;
        height: 20px;
    }

        .Navigation LI UL {
            width: 137px;
            text-align: left;
            position: absolute;
            border: solid 1px #ccc;
            border-radius: 2px;
            background-clip: border-box;
            -webkit-box-shadow: 10px 10px 25px #ccc;
            -moz-box-shadow: 10px 10px 25px #ccc;
            box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
            background-color: #fff;
        }

            .Navigation LI UL li {
                list-style-type: none;
                height: 28px;
            }





                .Navigation LI UL LI A:link {
                    line-height: 28px;
                    padding-bottom: 0px;
                    padding-left: 0px;
                    padding-right: 0px;
                    display: block;
                    height: 28px;
                    text-decoration: none;
                    padding-top: 0px;
                    width: 137px;
                    color: #717070;
                    font-family: arial, helvetica, sans-serif;
                    font-size: 13px;
                }

                .Navigation LI UL LI A:visited {
                    line-height: 28px;
                    padding-bottom: 0px;
                    padding-left: 0px;
                    padding-right: 0px;
                    display: block;
                    height: 28px;
                    text-decoration: none;
                    padding-top: 0px;
                    width: 137px;
                    color: #717070;
                    font-family: arial, helvetica, sans-serif;
                    font-size: 13px;
                }

                .Navigation LI UL LI A:hover {
                    line-height: 28px;
                    padding-bottom: 0px;
                    padding-left: 0px;
                    padding-right: 0px;
                    display: block;
                    height: 28px;
                    text-decoration: none;
                    padding-top: 0px;
                    width: 137px;
                    color: #717070;
                    font-family: arial, helvetica, sans-serif;
                    font-size: 13px;
                }
