
*{outline: none;}
img {border: 0;}
.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}


ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 23px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.about {
	background: url(http://www.newlifecleaning.com/wp-content/themes/newlife/megamenu/nav_about.png) no-repeat;
	width: 116px; 
}
ul#topnav a.structure {
	background: url(http://www.newlifecleaning.com/wp-content/themes/newlife/megamenu/nav_structure.png) no-repeat;
	width: 123px; 
}
ul#topnav a.corporate {
	background: url(http://www.newlifecleaning.com/wp-content/themes/newlife/megamenu/nav_corporate.png) no-repeat;
	width: 132px; 
}
ul#topnav a.services {
	background: url(http://www.newlifecleaning.com/wp-content/themes/newlife/megamenu/nav_services.png) no-repeat;
	width: 122px; 
}
ul#topnav a.careers {
	background: url(http://www.newlifecleaning.com/wp-content/themes/newlife/megamenu/nav_careers.png) no-repeat;
	width: 116px; 
}
ul#topnav a.contact {
	background: url(http://www.newlifecleaning.com/wp-content/themes/newlife/megamenu/nav_contact.png) no-repeat;
	width: 129px; 
}
ul#topnav div.menugap {
	background: url(http://www.newlifecleaning.com/wp-content/themes/newlife/megamenu/nav_menugap.png) no-repeat;
	width: 126px; 
}

ul#topnav li .sub {
	position: absolute;	
	top: 23px; left: -497px;
	background: rgba(255, 255, 255, 0.93);

	padding: 0px 10px 0px;
	float: left;

	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px; }
ul#topnav li .sub ul{

	list-style: none;
	margin: 0; padding: 0;
	width: 211px;
	float: left;

}
ul#topnav .sub ul li {
	width: 100%;
	color: #000000;

}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #000000;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;

	padding: 3px 5px 3px 15px;
	display: block;
	text-decoration: none;
	color: #666666;
	
}
ul#topnav .sub ul li a:hover {color: #ddd; 	background: #333333; background-position: 5px 12px ;}