#nav_left {
	position: absolute;
	top: 160px;
}

#nav {
	padding: 0;
	list-style-type: none;
	margin: 0;
	z-index: 30;
	position: relative;
}

#nav li {
	height: 45px;
	display: block;
	background: url('images/li_nav_bg.png') top left no-repeat;
	margin: 0 0 5px 0;
	position: relative;
	text-indent: -10000000px;
	z-index: 20!important;
	width: 200px;
}

#nav li.active, #nav li:hover {
	background: url('images/li_nav_bg_active.png') top left no-repeat;
}

#nav li a.top {
	width: 190px;
	height: 37px;
	display: block;
	overflow: hidden;
	cursor: pointer
	text-indent: -100000px;
}
#nav a span { display:none; }
#nav li {
	cursor:pointer;
	/*display:inline;
	float:left;*/
}
#nav li ul {
	background: #97999B;
	position:absolute;
	left:-1001em;
	z-index: 30;
	border: 1px solid #162934;
	border-left: 0;
	margin-top: -38px!important;
	padding: 0 0 0 20px;
	background: #979A9B;
	z-index: 10!important;
}
#nav li ul ul {
	background: #97999B;
	position:absolute;
	left:-901em;
	z-index: 30;
	border: 1px solid #162934;
	border-left: 0;
	margin-top: -27px!important;
	padding: 0 0 0 20px;
	background: #979A9B;
	z-index: 10!important;
	margin-left: 170px!important;
}
#nav li ul li {
	background: #97999B;
	text-indent: 0;
	height: auto;
	display: inline;
	min-height: auto;
}
#nav li ul a {
	width: 160px;
	padding: 5px 10px 5px 0;
	display: block;
	color: white;
	background: #979A9B;
	z-index: 50;
	position: relative;
}
#nav li ul {
/*	margin:-2.40em 0 0 15.5em;*/
	margin:-2.39em 0 0 190px;
}
#nav li ul ul {
/*	margin:-2.40em 0 0 15.5em;*/
	margin:-2.38em 0 0 165px;
}
#nav li:hover ul, #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left:-999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left:auto;
}


.nav_pg_1 {
	background: url('images/title_home.png') 10px center no-repeat;
}

.nav_pg_2 {
	background: url('images/title_architectural.png') 10px center no-repeat;
}

.nav_pg_3 {
	background: url('images/title_internal_glazing.png') 10px center no-repeat;
}

.nav_pg_4 {
	background: url('images/title_retail.png') 10px center no-repeat;
}

.nav_pg_5 {
	background: url('images/title_products.png') 10px center no-repeat;
}

.nav_pg_6 {
	background: url('images/title_technical_information.png') 10px center no-repeat;
}

.nav_pg_7 {
	background: url('images/title_news.png') 10px center no-repeat;
}

.nav_pg_8 {
	background: url('images/title_contact.png') 10px center no-repeat;
}



