﻿#CommonMenuTop{position:fixed;z-index:100;top:185px;right:10px;z-index:1000}
#CommonMenuTop .item{font:normal 10px/24px 'Arial'; color:#808285;display:block;float:right;height:40px;margin:5px 0}
#CommonMenuTop .imgMenu {float:right;width:38px;height:40px;position:relative;z-index:5;  -webkit-transition: -webkit-transform .8s ease-in-out;transition: transform .8s ease-in-out;}
#CommonMenuTop .textMenu {padding:0 30px 0 18px;border-top-left-radius:10px;border-bottom-left-radius:10px;height:32px;font:normal 11px/32px 'Roboto'; color:#fff;display:none;float:right;margin-top:4px;margin-right:-20px;position:relative;z-index:1;text-transform:uppercase} 
#CommonMenuTop .item:hover .imgMenu{-webkit-transform: rotate(360deg);transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -sand-transform: rotate(360deg);}
#CommonMenuTop .item:hover .textMenu {display:block} 
#CommonMenuTop .item .textMenu:hover {opacity:1!important;filter:alpha(opacity=100)!important;-moz-opacity:1!important;-khtml-opacity:1!important}