#FloatingBox {
width: 110px; background-color: white; z-index: 1000; padding-top: 16px; margin-top: 30px;
background: url(../../images/floating_menu/floating_top.png) no-repeat top;
}
#FloatingBox div {
height: auto; padding-bottom: 13px; background: url(../../images/floating_menu/floating_bottom.png) no-repeat bottom;
}
ul.floating-menu {
list-style-image: none; list-style-type: none; margin: 0; padding: 0; font-size: 11px; font-weight: bold;
background: url(../../images/floating_menu/floating_middle.png) repeat-y;
}
ul.floating-menu li {
display: block; width: 94px; padding: 8px;
background: url(../../images/floating_menu/floating_divider.png) no-repeat bottom;
}
ul.floating-menu li a {
color: #333; text-decoration: none; display: block; width: 100%; height: 100%;
}
ul.floating-menu li a:hover {
color: #3399cc; text-decoration: underline;
}