/* --------------------------------------------- MAIN NAVIGATION */


#navcontainer {
	height: 166px;
	width: 105px;
	}

#nav {
	}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
/* --------------------------------------------- 01 MAIN */
	
#nav ul li {
	text-align: center;
	float: left;
	height: 166px;
	width: 21px;
	}
	
#nav ul li a {
	background-image: url(images/nav_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	outline: none;
	display: block;
	width: 21px;
	height: 166px;
	}
	
#nav ul li a:link, #navlist a:visited {
	text-decoration: none;
	outline: none;
	}

#nav ul li a:hover {
	background-image: url(images/nav_01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	outline: none;
	}

#active a:link, #active a:visited, #active a:hover {
	background-image: url(images/nav_01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	outline: none;
	}

/* --------------------------------------------- 02 COMPANY */

#nav h2 {
	margin: 0px;
	padding: 0px;
	}

#nav ul li h2 {
	text-align: center;
	float: left;
	height: 166px;
	width: 21px;
	}
	
#nav ul li h2 a {
	background-image: url(images/nav_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	outline: none;
	display: block;
	width: 21px;
	height: 166px;
	}
	
#nav ul li h2 a:link, #navlist a:visited {
	text-decoration: none;
	outline: none;
	}

#nav ul li h2 a:hover {
	background-image: url(images/nav_02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	outline: none;
	}

#active h2 a:link, #active h2 a:visited, #active h2 a:hover {
	background-image: url(images/nav_02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	outline: none;
	}

/* --------------------------------------------- 03 SERVICES */

#nav h3 {
	margin: 0px;
	padding: 0px;
	}

#nav ul li h3 {
	text-align: center;
	float: left;
	height: 166px;
	width: 21px;
	}
	
#nav ul li h3 a {
	background-image: url(images/nav_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	outline: none;
	display: block;
	width: 21px;
	height: 166px;
	}
	
#nav ul li h3 a:link, #navlist a:visited {
	text-decoration: none;
	outline: none;
	}

#nav ul li h3 a:hover {
	background-image: url(images/nav_03.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	outline: none;
	}

#active h3 a:link, #active h3 a:visited, #active h3 a:hover {
	background-image: url(images/nav_03.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	outline: none;
	}
	
/* --------------------------------------------- 04 WORK */

#nav h4 {
	margin: 0px;
	padding: 0px;
	}

#nav ul li h4 {
	text-align: center;
	float: left;
	height: 166px;
	width: 21px;
	}
	
#nav ul li h4 a {
	background-image: url(images/nav_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	outline: none;
	display: block;
	width: 21px;
	height: 166px;
	}
	
#nav ul li h4 a:link, #navlist a:visited {
	text-decoration: none;
	outline: none;
	}

#nav ul li h4 a:hover {
	background-image: url(images/nav_04.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	outline: none;
	}

#active h4 a:link, #active h4 a:visited, #active h4 a:hover {
	background-image: url(images/nav_04.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	outline: none;
	}
	
/* --------------------------------------------- 05 CONTACT */

#nav h5 {
	margin: 0px;
	padding: 0px;
	}

#nav ul li h5 {
	text-align: center;
	float: left;
	height: 166px;
	width: 21px;
	}
	
#nav ul li h5 a {
	background-image: url(images/nav_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	outline: none;
	display: block;
	width: 21px;
	height: 166px;
	}
	
#nav ul li h5 a:link, #navlist a:visited {
	text-decoration: none;
	outline: none;
	}

#nav ul li h5 a:hover {
	background-image: url(images/nav_05.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	outline: none;
	}

#active h5 a:link, #active h5 a:visited, #active h5 a:hover {
	background-image: url(images/nav_05.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	outline: none;
	}

