@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
 *
 */


/*-------------------------------------------------/
 * @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: bold;
}

	ul.dropdown li {
	 padding-top: 1px; 
	 padding-bottom: 2px; 
	 padding-left:15px;
	 padding-right:15px;
	 border-top-style: none; 
	 border-top-width: 1px; 
	 border-top-color: #000000;
	 border-left-style: none; 
	 border-left-width: 1px; 
	 border-left-color: #000000;
	 border-right-style: none; 
	 border-right-width: 1px; 
	 border-right-color: #000000;
	 border-bottom-style: solid; 
	 border-bottom-width: 1px; 
	 border-bottom-color: #E85B20;
color:#009900;
font-size:14px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
color:#E85B20;
font-size:14px;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{
	 color: #000; text-decoration: none; 
color:#009900;
font-size:14px;
	 }
	ul.dropdown a:hover		{ 
color:#E85B20;
font-size:14px;
	}
	ul.dropdown a:active	{ color: #ffa500; 
color:#009900;
font-size:14px;
	}


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 260px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 10px;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
}

ul.dropdown-upward *.dir {
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
}

/*-------------------------------------------------/
 * @section		Support Class `sub`
 * @level sep	ul, .class
 */


ul.dropdown *.sub1 {
 padding-right: 10px;
 padding-left: 5px;
 padding-top: 6px;
 padding-bottom: 6px;
 background-color:#d8e4aa;
 border-bottom-style: solid; 
 border-bottom-width: 1px; 
 border-bottom-color: #eeeeee;
 border-left-style: solid; 
 border-left-width: 1px; 
 border-left-color: #eeeeee;
 border-right-style: solid; 
 border-right-width: 1px; 
 border-right-color: #eeeeee;
 }

	ul.dropdown *.sub1 li.hover,
	ul.dropdown *.sub1 li:hover {
color:#E85B20;
font-size:12px;
	}

	ul.dropdown *.sub1 a:link,
	ul.dropdown *.sub1 a:visited	{
	 color: #000; text-decoration: none; 
color:#009900;
font-size:12px;
	 }
	ul.dropdown *.sub1 a:hover		{ 
color:#E85B20;
font-size:12px;
	}
	ul.dropdown *.sub1 a:active	{ 
color:#009900;
font-size:12px;
	}


ul.dropdown *.dir1 {
 padding-right: 20px;
 padding-left: 5px;
 padding-top: 6px;
 padding-bottom: 6px;
 background-color:#d8e4aa;
 border-bottom-style: solid; 
 border-bottom-width: 1px; 
 border-bottom-color: #eeeeee;
 border-left-style: solid; 
 border-left-width: 1px; 
 border-left-color: #eeeeee;
 border-right-style: solid; 
 border-right-width: 1px; 
 border-right-color: #eeeeee;
 font-size:12px;
 }

	ul.dropdown *.dir ul li {
color:#009900;
font-size:12px;
	}

	ul.dropdown *.dir ul li.hover,
	ul.dropdown *.dir ul li:hover {
color:#E85B20;
font-size:12px;
	}


	ul.dropdown *.dir1 li.hover,
	ul.dropdown *.dir1 li:hover {
color:#E85B20;
font-size:12px;
	}

	ul.dropdown *.dir1 a:link,
	ul.dropdown *.dir1 a:visited	{
	 color: #000; text-decoration: none; 
color:#009900;
font-size:12px;
	 }
	ul.dropdown *.dir1 a:hover		{ 
color:#E85B20;
font-size:12px;
	}
	ul.dropdown *.dir1 a:active	{ 
color:#009900;
font-size:12px;
	}


ul.dropdown *.sub2 {
 font-size:12px;
 padding-right: 20px;
 background-color:#eeFFee;
}

