@charset "UTF-8";

/** 
 * LWIS Celebrity CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera9+, Firefox2+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2009 Live Web Institute. All Rights Reserved.
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 */

.navi {
	font-family: "Arial Narrow", Arial; font-size: 18px;  
	color: #FFFFFF;
		height: 45px;
     line-height: 45px;
	  background-image: url(/images/bgrline.gif);
 background-position: right bottom;
 background-repeat: no-repeat;

}

.navi2 {
	font-family: "Arial Narrow", Arial; font-size: 18px;  
	color: #FFFFFF;
		height: 45px;
     line-height: 45px;
 background-position: right bottom;
 background-repeat: no-repeat;

}

ul.dropdown {

	
}

	ul.dropdown li {
	 padding: 0 10px;
	 background-color: transparent;
	 color: #FFFFFF;
	}


	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #79a854;
	 color: #000000;
	}




	ul.dropdown a:link { color: #FFFFFF; text-decoration: none; padding-left: 18px; padding-right: 18px;}
	ul.dropdown a:hover		{ color: #000000; text-decoration: none; padding-left: 18px; padding-right: 18px;}
	ul.dropdown a:visited	{ color: #FFFFFF; text-decoration: none; padding-left: 18px; padding-right: 18px;}



	/* -- level mark -- */

	ul.dropdown ul {
	 background-color: #79a854;
	 font-family: Verdana, Tahoma; font-size: 12px; 
	 color: #FFFFFF;
	 font-weight:normal;
	 letter-spacing: normal;
	}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 */


ul.dropdown *.dir {
}

ul.dropdown ul *.dir {
 background-image: none;
  color: #FFFFFF;
}








/** 
 * Default Advanced CSS Drop-Down Menu Theme
 */



/*-------------------------------------------------/
 * @section		Base Style Extension
 */

ul.dropdown li a {
 display: block;
 padding: 0 10px;
}


/*-------------------------------------------------/
 * @section		Base Style Override
 */

ul.dropdown li {
 padding: 0;
}



/*-------------------------------------------------/
 * @section		Custom
 */

ul.dropdown ul {
 padding: 0;
  color: #FFFFFF;
  
}

ul.dropdown ul a {
 width: 400px;
 padding: 4px;
 background: url(/images/dots.png) 0 0 repeat-x;
}

ul.dropdown ul a:hover {
 background-color: #fec502;
 color: #000000;
}

ul.dropdown ul ul {
 padding: 0;
 margin-left: -5px; 
}