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


ul.dropdown {
	font-weight: normal;
	font-family: Myriad Pro, sans-serif;
	font-size: 18px;
	color: #0071BB;
}

ul.dropdown li {
	 background-color: #F6F2E6;
	 color: #0071BB;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	background-color: #fff;
	color: #0B4211;
	width: 100%;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #0071BB; text-decoration: none; }
ul.dropdown a:hover		{ color: #0B4211; }
ul.dropdown a:active	{ color: #0B4211; }


/* -- level mark -- */

ul.dropdown ul {
	background-color: #fff;
	width: 125px;
	margin: 0 0 10px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}

ul.dropdown ul li {
	font-size: 14px;
	background-color: #fff;
	line-height: 20px;
	width: 125px;
}



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


ul.dropdown *.dir {

 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
	text-align: center;
}

ul.dropdown-upward *.dir {
 
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 
}

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