﻿@charset "UTF-8";

/**
 * Horizontal Upward CSS Drop-Down Menu Component
 *
 * @file		dropdown.upward.css
 * @package		Dropdown
 * @version		0.1
 * @type		Transitional
 * @requires	dropdown.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 "dropdown.css";

ul.dropdown-upward ul  {font-family: Tahoma, Arial;
 top: auto !important;
 bottom: 18px;
 /*bottom: 100%;	
 bottom: 30px;		drop up position*/

}

ul.dropdown-upward ul ul  {font-family: Tahoma, Arial;

 bottom: 1px;
}
