.wrap { position: relative; }
#side-widget { position: absolute; right: 0; margin-top: 90px; width: 60px; z-index: 101; overflow: hidden; }
#side-widget-container { position: absolute; right: -160px; width: 220px; background: url(../images/side-widget-bg.png) no-repeat; }
#side-widget, #side-widget-container { height: 255px; }
#side-widget-header { position: absolute; top: 10px; left: 70px; font-size: 18px; font-weight:bold; line-height: 35px; height: 50px; color: #fff; text-align:left; }
#side-widget-menu { position: absolute; top: 50px; left: 6px; }
#side-widget-menu a { display: block; width: 214px; height: 40px; line-height: 40px; color:#333; font-size: 13px; background: url(../images/side-widget-menu-bg.png) right bottom no-repeat; text-align:left; text-decoration:none;}
#side-widget-menu a:hover { background-color: #fff; text-decoration:none; color:#CF000F; }
#side-widget-menu a .icon { position: relative; float: left; display: block; width:26px; margin: 6px 20px 0 15px; border:0;}
#side-widget-menu a.last { background-image: none; }