@charset "UTF-8";

/** 
 * Default Advanced CSS Drop-Down Menu Theme
 *
 * @file		default.advanced.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.
 *
 */

@import "default.css";


/*-------------------------------------------------/
 * @section		Base Style Extension
 */

ul.dropdown li a {
 display: block;
 padding: 0 10px;
}

/*-------------------------------------------------/
 * @section		Base Style Override
 */

ul.dropdown li {	
	 padding:3px 0 3px 0; /*main navigation item padding*/
}

ul.dropdown li.active {
	background:#3a849f url(../../../../images/interface/navigationbg-over.jpg);
	color:#fff;}

ul.dropdown li.home{	
	 width:116px;
	 text-align:center;
}

ul.dropdown li.sol-serv{
	 width:200px;
	 text-align:center;
}

ul.dropdown li.whyscreen{	
	 width:200px;
	 text-align:center;
}

ul.dropdown li.res-news{	
	 width:173px;
	 text-align:center;
}

ul.dropdown li.comp{	
	 width:143px;
	 text-align:center;
}

ul.dropdown li.contact{	
	 width:138px;
	 text-align:center;
}


/*-------------------------------------------------/
 * @section		Custom
 */

ul.dropdown ul {
	padding:0;
}

ul.dropdown ul a { /*drop-down width*/
 padding:0;
}

ul.dropdown ul a:hover {
 padding: 0;
 color: #fff;
}

ul.dropdown ul ul {
 padding: 0;
}