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

/*
@import "drop_helper.css";
*/

/*-------------------------------------------------/
 * @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: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
 	text-decoration: none;
	text-transform: uppercase;
}



	ul.dropdown li {
	 padding: 10px;
/*	 border-style: solid;
	 border-width: 0px;
	 border-color: #fef8d0;
	 background-color: #fef8d0; */
	 color: #333;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
/*	 background-color: #fef8d0; */
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #333; text-decoration: none; border: 0; }
	ul.dropdown a:hover		{ color: #666633; text-decoration: none; border: 0; }
	ul.dropdown a:active	{ color: #666633; text-decoration: none; border: 0; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 205px;
	 margin-top: 0px;
	 
	 background-color: #fef8d0;
	 line-height: 12px;
	 font-size: 11px;
	 text-transform: none;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		 padding: 4px 5px 3px 10px;
		}




.active {
	background: url(../images/bg_nav.gif) no-repeat center 0px;
	border-bottom: 0;
}

/* ------------------------ */


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


#second ul.dropdown {
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
 	text-decoration: none;
	text-transform: uppercase;
}



	#second ul.dropdown li {
	 padding: 10px;
/*	 border-style: solid;
	 border-width: 0px;
	 border-color: #fef8d0;
	 background-color: #fef8d0; */
	 color: #333;
	}

	#second ul.dropdown li.hover,
	#second ul.dropdown li:hover {
/*	 background-color: #fef8d0; */
	 color: #000;
	}

	#second ul.dropdown a:link,
	#second ul.dropdown a:visited	{ color: #333; text-decoration: none; border: 0; }
	#second ul.dropdown a:hover		{ color: #666633; text-decoration: none; border: 0; }
	#second ul.dropdown a:active	{ color: #ffa500; text-decoration: none; border: 0; }


	/* -- level mark -- */

	#second ul.dropdown ul {
	 width: 205px;
	 margin-top: 0px;
	 
	 background-color: #fef8d0;
	 line-height: 12px;
	 font-size: 11px;
	 text-transform: none;
	}

		#second ul.dropdown ul li {
		 font-weight: normal;
		 padding: 4px 5px 3px 10px;
		}



/*------------------------------------------------- */

#second .active {
	background: url(../images/bg_nav.gif) no-repeat center 0px;
	border-bottom: 0;
}
