@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 li {
	 padding: 7px 16px;

	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #a9a8a6;
	 color: #fff;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #82817f;
	 background-image: url(_img/bbg.gif);
	 color: #fff;
	}

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


	/* -- level mark -- */

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

		ul.dropdown ul li {
		   font-size:11px; 
		}



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


ul.dropdown *.dir {
 padding-right: 10px;

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


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 10px;

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

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-image: url(../_img/nav-arrow-left.png);
 background-position: 0 50%;
}









ul.dropdown2 li {
	padding: 3px 0px;
	border-color: #fff #cccccc #cccccc;
	background-color: #ffffff;
	color: #82817f;
	font-family: Arial, Helvetica, sans-serif;	
	}

	ul.dropdown2 li.hover,
	ul.dropdown2 li:hover {
	 background-color: #eeeeee;
	 background-image: url(_img/bbg2.gif);
	 color: #82817f;
	}

	ul.dropdown2 a:link,
	ul.dropdown2 a:visited	{ color: #82817f; text-decoration: none; }
	ul.dropdown2 a:hover		{ color: #82817f; }
	ul.dropdown2 a:active	{ color: #eb3301; }


	/* -- level mark -- */

	ul.dropdown2 ul {
	 width: 170px;
	 margin-top: 0px;
	 border-bottom: 1px solid #cccccc;
	}

		ul.dropdown2 ul li {
	font-size:11px;
	padding-left: 7px;
	border: 1px solid #cccccc;
	border-top: 1px solid #cccccc;	   
	border-bottom: 1px solid #ffffff;
		}



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


ul.dropdown2 *.dir {
 padding-right: 10px;

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


/* -- Components override -- */

ul.dropdown-horizontal2 ul *.dir {
 padding-right: 10px;

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

ul.dropdown-upward2 *.dir {

}

ul.dropdown-vertical2 *.dir,
ul.dropdown-upward2 ul *.dir {

}

ul.dropdown-vertical2-rtl *.dir {
 padding-right: 10px;
 padding-left: 5px;
 background-image: url(../_img/nav-arrow-left.png);
 background-position: 0 50%;
}













