@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
 */


ul.dropdown {
	height: 28px;
}

	ul.dropdown li {
	height: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	color: #3C72B2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	color: #3C72B2;
	background-color: #ECECEC;
	}
	ul.dropdown a:hover		{
	color: #3C72B2;
	width: 150px;
	text-decoration: none;
}
ul.dropdown a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3C72B2;
	text-decoration: none;
}



	/* -- level mark -- */

	ul.dropdown ul {
	width: 160px;
	}

		ul.dropdown ul li {
	font-weight: normal;
		}
