.Navigation{
    height: 50px;
    padding: 0;
    width:960px;
    right: 60px;
    margin: 137px 0px 0px -10px;
    position: absolute;
    z-index: 1000;
    line-height: 1;
}

.Navigation li 	{
    position: absolute;
    height: auto;
    width: 200px;
    padding: 5px 3px 5px 3px;
    float: left;
    text-align: center;
    list-style: none;
    font-size: 14px;
    font-family: Verdana;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    border: 1px solid #fff;
    border-radius: 5px 5px 0px 0px;
    margin-left:10px;
    line-height: 16px;
    background: #0E8BB8 linear-gradient(#0A5E7D, #0E8BB8);
    -webkit-animation: pulsate 2.2s linear infinite;
    animation: pulsate 2.2s linear infinite;
}
.Navigation2 li 	{
    height: auto;
    width: 206px;
    padding: 10px 0px 0px 0px;
    float: center;
    text-align: center;
    list-style: none;
    font-size: 14px;
    font-family: Verdana;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 0px 0px 0px 0px;
    margin-left:7px;
    margin-top:5px;
    background: url(../images/pattern.png) repeat;
    margin-bottom:-4px;
}

.Navigation {
    padding:0px;
    text-decoration: none;
    color:#fff;
    text-shadow: 0 1px #fff;
    display: block;
    cursor: pointer;
}
.Navigation2 a{
    padding:15px;
    margin-left:14px;
    text-decoration: none;
    color:#fff;
    text-shadow: 0 1px #fff;
    display: block;
    cursor: pointer;
}
.Navigation li ul{
    display: none;
    height: auto;
    margin-left: -11px;
    padding: 0;
}

.Navigation li:hover ul{
    display: block;
}

.navbar li ul li {
    border: 1px solid #fff;
} 

.Navigation li:hover, a:hover {
    color:#fff;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}
.Navigation2 li:hover, a:hover {
    color:#fff;
}

@-webkit-keyframes pulsate {
    50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
@keyframes pulsate {
    50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}





