@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.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 {
 font-weight: bold;
}

	ul.dropdown li a {
	padding-bottom:11px;
	display:block;
	 
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 color: #000;
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #FFF; text-decoration: none; }
	ul.dropdown a:hover,ul.dropdown .current{ }
	ul.dropdown a:active	{ color: #FFF; }


	/* -- level mark -- */

ul.dropdown ul {
margin:0px;
padding:0px !important;
background:none !important;
float:left;
border:1px solid #FFFFFF;
width: 182px;
}

ul.dropdown ul li {/*
	background:url(../images/dropnav_off.gif) repeat-x !important;
	margin:0px;
	width: 170px;
	height:16px;
	padding:6px !important;
	font-weight: normal;
	display:inline-block !important; */
}
ul.dropdown ul li a{
	font-size:12px !important;
	font-weight:normal !important;
	background:#5e7d14 url(../images/dropnav_off.gif) repeat-x !important;
	margin:0px;
	width: 170px;
	padding:7px 6px !important;
	font-weight: normal;
	display:inline-block !important;
}

ul.dropdown ul li a:hover {
	background: #234b09 url(../images/dropnav_on.gif) repeat-x !important;
	/*font-size:12px;
	font-weight:normal;*/
}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */

