﻿#CommonMenuRight{position:fixed;z-index:4;right:0;top:145px;text-align:right;min-width:38px}
#CommonMenuRight .item{position:relative;z-index:1;display:inline-block;height:34px;margin-bottom:3px;width:34px;margin-right:3px;display:block;cursor:pointer;float:right}

#CommonMenuRight .skype {background:url(Skype.png.ashx) no-repeat right center}
#CommonMenuRight .yahoo {background:url(yahoo.png.ashx) no-repeat right center}
#CommonMenuRight .phone {background:url(phone.png.ashx) no-repeat right center}
#CommonMenuRight a {float:left;padding:4px 15px;text-align:left;font:normal 12px/24px 'Tahoma'; color:#fff;opacity:0;display:block}
#CommonMenuRight .skype:hover {background:var(--color-sub) url(Skype_hv.png.ashx) no-repeat right center;border-radius:20px;transition:none}
#CommonMenuRight .yahoo:hover {background:var(--color-sub) url(yahoo_hv.png.ashx) no-repeat right center;border-radius:20px;transition:none }
#CommonMenuRight .phone:hover {background:var(--color-sub) url(phone_hv.png.ashx) no-repeat right center;border-radius:20px;transition:none}
