
/* HOME */
.nav1 {
	background:url(../images/nav1.png) no-repeat;
	z-index:5;
}


.nav1:hover {
	background:url(../images/nav1-over.png) no-repeat;
	z-index:5;
}
/* END HOME */


/* PRODUCTS */
.nav2 {
	background:url(../images/nav2-bottom.png) no-repeat;
	z-index:4;
}

.nav2:hover {
	background:url(../images/nav2-bottom-over.png) no-repeat;
	z-index:4;
}
/* END PRODUCTS */


/* POLICIES */
.nav3 {
	background:url(../images/nav3-bottom.png) no-repeat;
	z-index:3;
}

.nav3:hover {
	background:url(../images/nav3-bottom-over.png) no-repeat;
	z-index:3;
}
/* END POLICIES */


/* AFFILIATES */
.nav4 {
	background:url(../images/nav4-bottom.png) no-repeat;
	z-index:2;
}

.nav4:hover {
	background:url(../images/nav4-bottom-over.png) no-repeat;
	z-index:2;
}
/* END AFFILIATES */

/* COMPONENTS */
.nav5 {
	background:url(../images/nav5-bottom.png) no-repeat;
	z-index:1;
}

.nav5:hover {
	background:url(../images/nav5-bottom-over.png) no-repeat;
	z-index:1;
}
/* END COMPONENTS */


.nav-piece {
	background:url(../images/nav-piece.jpg) no-repeat;
	width:550px;
	height:8px;
	position:absolute;
	top: 185px;
	left: 35px;
}

ul.list {
	list-style-type:none;
}

/* START NAV */

.nav1 {
	width:59px;
	height:35px;
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	top: 155px;
	left: 10px;
	text-indent:-999em;
}

.nav2 {
	width:144px;
	height:35px;
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	top: 155px;
	left: 62px;
	text-indent:-999em;
}

.nav3 {
	width:139px;
	height:35px;
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	left: 199px;
	top: 155px;
	text-indent:-999em;
}

.nav4 {
	width:137px;
	height:35px;
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	left: 330px;
	top: 155px;
	text-indent:-999em;
}

.nav5 {
	width:122px;
	height:35px;
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	left: 458px;
	top: 155px;
	text-indent:-999em;
}

