/* CSS Document */

#nav_cont{
	position:relative;
	top: 130px;
	left:20px;
	padding-right:10px;
	}

a.intro {
	display:block;
	background-image:url(../buttons/intrina.gif);
	width:27px; height:25px;
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	}
	
a.intro:hover {
	background-image:url(../buttons/introver.gif);
	width:63px; height:25px;
	}
	
a.vita {
	display:block;
	background-image:url(../buttons/vitaina.gif);
	width:27px; height:25px;
	position:absolute;
	left:0px; top:35px;
	z-index:1;
	}
	
a.vita:hover {
	background-image:url(../buttons/vitaover.gif);
	width:56px; height:25px;
	}
	
a.illu {
	display:block;
	background-image:url(../buttons/illuina.gif);
	width:27px; height:25px;
	position:absolute;
	left:0px; top:70px;
	z-index:1;
	}
	
a.illu:hover {
	background-image:url(../buttons/illuover.gif);
	width:150px; height:25px;
	}
	
a.obj {
	display:block;
	background-image:url(../buttons/objina.gif);
	width:27px; height:25px;
	position:absolute;
	left:0px; top:105px;
	z-index:1
	}
	
a.obj:hover{
	background-image:url(../buttons/objover.gif);
	width:83px; height:25px;
	}
	
a.paint {
	display:block;
	background-image:url(../buttons/paintina.gif);
	width:27px; height:25px;
	position:absolute;
	left:0px; top:140px;
	z-index:1
	}
	
a.paint:hover{
	background-image:url(../buttons/paintover.gif);
	width:82px; height:25px;
	}
	
a.cont {
	display:block;
	background-image:url(../buttons/contina.gif);
	width:27px; height:25px;
	position:absolute;
	left:0px; top:175px;
	z-index:1
	}
	
a.cont:hover{
	background-image:url(../buttons/contover.gif);
	width:82px; height:25px;
	}
