@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 "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 {
color: #fff;
 font-weight: normal;
}

	ul.dropdown li {
	 padding: 2px 5px;
	 background-color: #A1CC3B;
	 color: #fff;
	 line-height: 1em;
	 text-align:left;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #5A595E;
	 color: #fff;
	 line-height: 1.2em;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	line-height: 1.2em;
	padding-top:7px;
}
	ul.dropdown a:hover		{
	color: #FFF;
}
	ul.dropdown a:active	{
		font-family: Arial;
		color:#fff;
	line-height: 1em;
}


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 100%;
	 margin-top: 0;
	 line-height: 1em;
	}

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



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


ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down-white.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
