@charset "UTF-8";



/** 

 * Default Advanced CSS Drop-Down Menu Theme

 *

 * @file		default.advanced.css

 * @name		Default

 * @version		beta

 * @type		transitional

 * @browsers	Windows: IE5+, Opera9+, Firefox1+

 *				Mac OS: Safari2+, Firefox2+

 *

 * @link		http://www.lwis.net/

 * @copyright	2008 Live Web Institute. All Rights Reserved.

 *

 */



@import "default.css";





/*-------------------------------------------------/

 * @section		Base Style Extension

 */

 

 a{

	 outline:0;

 }

 

ul.dropdown {

	list-style: none;

	margin-left: 0;

	}

	ul.dropdown li {

		display: inline;

	}

	ul.dropdown li a  {

		text-decoration:none;

		display: block;

		width:195px;

		height: 30px;

		float: left;

			font-family: Calibri, Arial, sans-serif;

	font-size: 19px;

	color:#000;

	padding-left: 50px;

	

		}

	ul.dropdown li a:hover  {

	color:#fff;

		}

/*		ul.dropdown li a.about {

			background: url(images/active-menu.jpg) no-repeat scroll 0 3px transparent;

			height:63px;

			width: 96px;

			}

	

		ul.dropdown li a.values {

			background:url(images/menu_04.png)  no-repeat bottom center;

			width: 93px;

			height:63px;

			}

		ul.dropdown li a.showroom {

			background:url(images/menu_05.png) no-repeat bottom center;

			height:63px;

			width: 128px;

			}

		ul.dropdown li a.building-block {

			height:63px;

			background:url(images/menu_06.png) no-repeat bottom center;

			width: 157px;

			}

		ul.dropdown li a.community {

			background:url(images/menu_07.png) no-repeat bottom center;

			height:63px;

			width: 100px;

			}

			ul.dropdown li a.customercare {

			background:url(images/menu_08.png) no-repeat bottom center;

			height:63px;

			width: 121px;

			}

*/



			body#home ul.dropdown li a.home, ul.dropdown li a.home:hover{

					background: url(images/active-menu.jpg) no-repeat scroll 0 3px transparent;	color:#fff !important;

			}

			body#about ul.dropdown li a.about, ul.dropdown li a.about:hover{

					background: url(images/active-menu.jpg) no-repeat scroll 0 3px transparent;	color:#fff !important;

			}

			body#product ul.dropdown li a.product, ul.dropdown li a.product:hover{

					background: url(images/active-menu.jpg) no-repeat scroll 0 3px transparent;	color:#fff !important;

			}

			body#gallery ul.dropdown li a.gallery, ul.dropdown li a.gallery:hover{

					background: url(images/active-menu.jpg) no-repeat scroll 0 3px transparent; color:#fff !important;

			}

			body#news ul.dropdown li a.news, ul.dropdown li a.news:hover{

					background: url(images/active-menu.jpg) no-repeat scroll 0 3px transparent; color:#fff !important;

			}

			body#contact ul.dropdown li a.contact, ul.dropdown li a.contact:hover {

					background: url(images/active-menu.jpg) no-repeat scroll 0 3px transparent; color:#fff !important;

			} 



/*-------------------------------------------------/

 * @section		Base Style Override

 */



ul.dropdown li, ul.dropdown ul li {

 padding: 0;

}





/*-------------------------------------------------/

 * @section		Base Style Reinitiate: post-override activities

 */



ul.dropdown li.dir {

}



ul.dropdown ul li.dir {

 padding: 5px 15px;

}





/*-------------------------------------------------/

 * @section		Custom

 */



ul.dropdown ul a {

 padding-left: 15px;

 text-indent:inherit !important;

 height:20px;

 padding-top:8px;

}













ul.dropdown li.hover *.open {

 color: #b0d730;

}



/* CSS2 clone */



ul.dropdown li:hover > *.dir {

 color: #b0d730;

}