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

/********* START NEW NAV ***************/

.nav_bar{width: 1004px;height:30px;z-index:10}
.navholder{z-index:100;width:1004px;height:30px}
.nav_bar,.nav_bar * {margin:0;padding:0;list-style:none;}
.nav_bar ul {position: absolute;top:-999em;width: 1px;}
.nav_bar ul li,.nav_bar li li a {width: 100%;}
.nav_bar li {float:left;position:relative;z-index:999;}
.nav_bar a {display:block;}
/********* END NEW NAV ***************/

ul.dropdown {
 width: 1018px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:15px;
 font-weight: normal; 
}

	ul.dropdown li {
	 height: 15px;
	 padding: 3px 6px;
	 background-color: #6d1511;
	 color: #e3d7d1;
	}

	ul.sub li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 0px 0px 1px 0px;
	 border-color: #CCC;
	 background-color: #6d1511;
	 color: #d7c2b7;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #6d1511;
	 color: #e58c42;
	}

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


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 190px;
	 margin-top: 0px;
	}

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

