/*

@section: general 

*/

ul.nav, ul.nav ul {
	list-style-image		: none;
	list-style-type		: none;
}

ul.nav {
	margin			: 0;
	padding			: 0;
}

ul.nav li {
	margin			: 0;
	padding			: 0;
	background			: none;
	display			: inline;
}

ul.nav li a {
	font-weight			: normal;
}


div#iNavL1 ul.nav {
padding 			: 0 0 0 40px; 
margin 				: 0;
list-style-image :none; 
list-style 				: none;
}

div#iNavL1 ul.nav li {
	padding 			: 0;
	margin 				: 0;
	list-style-image :none;
	list-style 				: none;
	display						: block;
	float							:	left;
	background-image: url(../images/imgiNavSeparator.png);
	background-repeat: no-repeat;
	background-position: 0 12px;
}
div#iNavL1 ul.nav li#iNavHome {
background		:none;
}
div#iNavL1 ul.nav li a {
display						: block;
float						: left;
height						: 15px;
text-decoration				: none;
text-indent					: -999em;
margin						: 10px 8px 0 8px ;
}
*html div#iNavL1 ul.nav li a {
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
}

div#iNavL1 ul li#iNavHome a {
	background				: url("../images/imgiNavHome.png") no-repeat 0 -13px;
	width							: 52px;
}
div#iNavL1 ul li#iNavAboutUs a {
	background				: url("../images/imgiNavAboutUs.png") no-repeat 0 -13px;
	width							: 69px;
}
div#iNavL1 ul li#iNavTheDifference a {
	background				: url("../images/imgiNavTheDifference.png") no-repeat 0 -13px;
	width							: 108px;

}
div#iNavL1 ul li#iNavWhatToExpect a {
	background				: url("../images/imgiNavWhatToExpect.png") no-repeat 0 -13px;
	width							: 115px;
}
div#iNavL1 ul li#iNavFaqs a {
	background				: url("../images/imgiNavFaqs.png") no-repeat 0 -13px;
	width							: 46px;
}
div#iNavL1 ul li#iNavPriceGuide a {
	background				: url("../images/imgiNavPriceGuide.png") no-repeat 0 -13px;
	width							: 86px;
}
div#iNavL1 ul li#iNavGetInTouch a {
	background				: url("../images/imgiNavGetInTouch.png") no-repeat 0 -13px;
	width							: 98px
}



div#iNavL1 ul  li#iNavHome a:hover, div#iNavL1 ul  li#iNavHome a:focus,
div#iNavL1 ul  li#iNavAboutUs a:hover, div#iNavL1 ul li#iNavAboutUs a:focus,
div#iNavL1 ul  li#iNavTheDifference a:hover, div#iNavL1 ul li#iNavTheDifference a:focus,
div#iNavL1 ul  li#iNavWhatToExpect a:hover, div#iNavL1 ul li#iNavWhatToExpect a:focus,
div#iNavL1 ul  li#iNavFaqs a:hover, div#iNavL1 ul  div#iNavL1 ul li#iNavFaqs a:focus,
div#iNavL1 ul  li#iNavPriceGuide a:hover, div#iNavL1 ul  li#iNavPriceGuide a:focus, 
div#iNavL1 ul  li#iNavGetInTouch a:hover, div#iNavL1 ul  li#iNavGetInTouch a:focus,
body.pageHome div#iNavL1 ul li#iNavHome a,
body.pageGetInTouch div#iNavL1 ul li#iNavGetInTouch a, 
body.pageAboutUs div#iNavL1 ul li#iNavAboutUs a,
body.pageTheDifference div#iNavL1 ul li#iNavTheDifference a,
body.pageWhatToExpect div#iNavL1 ul li#iNavWhatToExpect a,
body.pageFaqs div#iNavL1 ul li#iNavFaqs a,
body.pagePriceGuide div#iNavL1 ul li#iNavPriceGuide a,
body.pageGetInTouch div#iNavL1 ul li#iNavGetInTouch a
 {
background-position	: 0 0;
}
