/* 
 * This file exists as a place where we can pull the brand-controlled "overwrite*.css" file
 * content into periodically, to preserve those changes in SVN. That content should then
 * be removed from overwrite.css. To preserve precedence, this file
 * will be cumulative. When pulling the overwrite.css content, it should be appended
 * to the end of this file to ensure no change in behavior.
 *
 * It would be helpful to date the section appended.
 */

#sideBox ul li .group ul {position:absolute;top:-9999px;}
#sideBox ul li ul li.on ul {position:static;}


