@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
 *
 * 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 li.hover,
	ul.dropdown li:hover {
	 color: #ffffff;
	}

.Lxevel1 { width: auto; text-align: center; color: #ffffff;  }


.xLevel2 {
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #ffffff #745c6f #745c6f;
	 background-color: #644d63;
	 color: #ffffff;
     text-align: left;
     padding: 3px;
//     background-image: url(/global/images/BG_Menue.jpg); 
	}


	/* -- level mark -- */

	ul.dropdown ul {
	 width: auto;
	 margin-top: 0px;
    white-space : nowrap;
    min-width: 120px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */

