.cr_gr{color:#acc37e;}
.cr_cr{color:#ff896f;}

ul#Quick_menu{position:fixed; top:119px; right:0; z-index: 99999 !important; }
ul#Quick_menu a li{list-style:none; width:80px;  background-size: 170px 60px; margin-bottom:0;}
ul#Quick_menu a:nth-of-type(1) li{height:80px; background:url('../images/quick.jpg') no-repeat; background-position: 0 0;}
ul#Quick_menu a:nth-of-type(2) li{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: 0 -80px;}
ul#Quick_menu a:nth-of-type(3) li{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: 0 -161px;}
ul#Quick_menu a:nth-of-type(4) li{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: 0 -242px;}
ul#Quick_menu a:nth-of-type(5) li{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: 0 -323px;}
ul#Quick_menu a:nth-of-type(6) li{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: 0 -404px;}
ul#Quick_menu a:nth-of-type(7) li{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: 0 -485px;}
ul#Quick_menu a:nth-of-type(8) li{height:82px; background:url('../images/quick.jpg') no-repeat; background-position: 0 -566px;}


ul#Quick_menu a:nth-of-type(1) li:hover{height:80px; background:url('../images/quick.jpg') no-repeat; background-position: -80px 0;}
ul#Quick_menu a:nth-of-type(2) li:hover{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: -80px -80px;}
ul#Quick_menu a:nth-of-type(3) li:hover{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: -80px -161px;}
ul#Quick_menu a:nth-of-type(4) li:hover{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: -80px -242px;}
ul#Quick_menu a:nth-of-type(5) li:hover{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: -80px -323px;}
ul#Quick_menu a:nth-of-type(6) li:hover{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: -80px -404px;}
ul#Quick_menu a:nth-of-type(7) li:hover{height:81px; background:url('../images/quick.jpg') no-repeat; background-position: -80px -485px;}
ul#Quick_menu a:nth-of-type(8) li:hover{height:82px; background:url('../images/quick.jpg') no-repeat; background-position: -80px -566px; margin:0;}
@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}