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

#bar {
	width: 800px;
	height: 40px;
	visibility: visible;
	background-image: none;
	position: absolute;
	background-color: transparent;
		text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

ul.dropdown {
	padding-left: 100px;
	padding-bottom: 0;
	padding-right: 100px;
	opacity:  1.9;
	
	
}

	ul.dropdown li {
	padding: 8px 10px 7px;
	background-color: transparent;
	border-bottom-right-radius: 0px 0px;
	border-bottom-left-radius: 0px 0px;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 0px 0px;
	opacity:  1.0;
}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 opacity:  1.0;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ 
	color: #fff;
	font-size : 14px;
	font-family : Didot, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-shadow: 0px -1px 0px #222;
}

/* My Comment */
	ul.dropdown a:hover		{ color: maroon; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 170px;
	 margin-top: 0;
	 opacity: 1;
	 font-size: 12px;
	 line-height: 16px;
	
}

ul.dropdown ul a:link {
	 margin-top: 0;
	 opacity: 1;

	
}

ul.dropdown ul a:hover {
	 margin-top: 0;
	 opacity: 1;
}

		ul.dropdown ul li {
		font-weight: normal;
		opacity: .8;
		background-color: gray;
}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
	background: none no-repeat 90% 0;
	padding-right: 10px;
	margin-left: -5px;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: none;
 background-position: 65px 3px;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: none;
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: none;
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: none;
 background-position: 0 50%;
}