/** BEGIN MODULE
 *
 * Style module name: QUICKMENU
 * Description: create "pop-up" menus within the page
 * Each menu must have a unique ID.
 *
 * Version: 1.1
 * Copyright: (c) 2007 Tellart LLC
 *
*/

/*
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 * Module core from here to end of file
 **********************************************************************************
 */

.QUICKMENU {
        position: absolute; 
	display: none;
	visibility: hidden;
	z-index: 6000;
}

/** END MODULE **/
 
