@charset "UTF-8";

/** 
 * Horizontal Upward CSS Drop-Down Menu Component
 *
 * @file		dropdown.upward.css
 * @version		0.1
 * @type		transitional
 * @requires	dropdown.upward.css
 *
 * @copyright	2006-2008 Tom@Lwis (www.lwis.net). Some Rights Reserved.                         
 * @license		This style sheet is licensed under a Creative Commons License
 *				http://www.creativecommons.org/licenses/by-nc-sa/3.0/
 */

@import "dropdown.css";

ul.dropdown-upward ul {
 top: auto;
 bottom: 100%;
}

ul.dropdown-upward ul ul {
 bottom: 1px;
}
