@charset "utf-8";
#users-online{margin-bottom: 12px; text-align: center; border: 1px solid #fa2398; border-radius: 4px; -moz-border-radius: 4px; padding: 5px;}
#users-online strong{color: #f62698;}
#categories{font-family: Arial,Helvetica,sans-serif; font-size: 9px;}
/* Reset */
#categories ul {margin: 0; padding: 0; text-indent: 0; list-style: none;}
/* Style */
#categories ul li {position: relative; background-color: #ffffff; height: 23px; margin-bottom: 2px; border: 1px solid #febee1; border-top-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px;}
#categories ul li a {color: #555555; text-decoration: none; height: 18px; padding: 5px 0px 0px 10px; display: block;}
#categories ul li a:hover, ul li a:active {background-color: #fa2398; color: #ffffff;}
#categories ul li ul {position: absolute; z-index: 2; top: 0px; left: 100px; display: none; width: 170px; padding: 5px; background-color: #ffffff; -moz-box-shadow: 0 0 10px rgb(0,0,0); box-shadow: 0 0 10px rgb(0,0,0); border: 1px solid #febee1; border-radius: 4px; -moz-border-radius: 4px;}
#categories ul li ul li {float: none; margin: 0; position: relative; background-color: #ffffff; height: 23px; margin-bottom: 2px; border: 1px solid #febee1; border-top-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px;}