@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
 *
 * 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
 */

.droph1{
	background: #2b4503;
	color: #FFF;	/*white-space: nowrap;*/
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.droph1 a:link, { color: #fff; }
	ul.droph1 a:visited	{ color: #fff; text-decoration: none; }
	ul.droph1 a:hover		{ color: #fff; }
	ul.droph1 a:active	{ color: #fff; }

.droph2{
	background: #2b4503;
	color: #FFF;	/*white-space: nowrap;*/
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}



.droph3{
	background: #2b4503;
	color: #000;	/*white-space: nowrap;*/
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}

#htfix{
	width: 992px;
	margin-left: -13px;
	position: relative;
	z-index: 900;
	
}

ul.dropdown {
	font-weight: bold;
	
}

	ul.dropdown li {
	margin-top: -2px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #93aa4b;
	 color: #FFF;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #fff; }
	ul.dropdown a:active	{ color: #fff; }


	/* -- level mark -- */

	ul.dropdown ul {
	 /* -- width: 280px; --*/
	 width: 250px;
	 margin-top: 1px;
	}

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