@charset "UTF-8";

/**
 * Horizontal Upward CSS Drop-Down Menu Component
 *
 * @file		cwMenu.upward.css
 * @package		cwMenu
 * @version		0.1
 * @type		Transitional
 * @requires	cwMenu.upward.css
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

@import "cwMenu.css";

ul.cwMenu-upward ul {
 top: auto !important;
 bottom: 100%;
}

ul.cwMenu-upward ul ul {
 bottom: 1px;
}