@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


.dropdown ul {
	
}

	.dropdown ul li {

	}
	.dropdown ul li li { border-bottom: 1px solid #ffffff; }

	.dropdown ul li.hover,
	.dropdown ul li:hover {
	 color: #ffffff;
	}

	.dropdown ul a { }
	.dropdown ul li li a { display: inline; height: 25px; line-height: 25px; }


	/* -- level mark -- */

	.dropdown ul ul {
	 width: 150px;
	 margin-top: 1px;
	}

		.dropdown ul ul li {
		 font-weight: normal;
		}

	.dropdown ul ul ul {
	 width: 220px;
	 margin-top: 1px;
	}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */

