#mainnavi{
	height:55px;
	width: 510px;
	position: relative;
	left: 212px;
	top: 0px;
	font-weight: bold;
	font-size: 90%;
	display:inline-block;
}

#mainnavi:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#mainnavi div{
	border: 1px solid #BBB;
	width: 100%;
	padding: 0 0;
	margin: 0;
}

#mainnavi div{
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#navphone{
	background: url(../img/puhelin_inactive.png) no-repeat center right;
	padding: 0px 162px 40px 0;
}
#navhome{
	background: url(../img/koti_inactive.png) no-repeat center left;
	padding: 0px 162px 40px 0;
}
#navinfo{
	background: url(../img/about_inactive.png) no-repeat center left;
	padding: 0px 162px 40px 0;
}

#mainnavi a{
	width: 100px;
	margin: 0 4 0 0;
	text-decoration: none;
	cursor:pointer;
	font: 12px Arial;
	outline:none;
}

#navphoneactive{
	background: url(../img/puhelin_active.png) no-repeat center right;
	padding: 0 162px 40px 0;	
}
#navhomeactive{
	background: url(../img/koti_active.png) no-repeat center left;
	padding: 0 162px 40px 0;	
}
#navinfoactive{
	background: url(../img/about_active.png) no-repeat center left;
	padding: 0 162px 40px 0;
}

#engguidelink{
	width: 165px;
	margin: 0 0 0 0;
	position:absolute;
	left:740px;
	margin-top:-35;	
}

#engguidelink a{
	color: #FFF;
	font: bold 12px Arial;
	text-decoration: none;
}

/*
#navphone:hover{
	background: url(../img/puhelin_hover.png) no-repeat center right;
	padding: 0 136px 33 0;
}
#navhome:hover{
	background: url(../img/koti_hover.png) no-repeat center center;
	padding: 0 136px 33 0;
}
#navinfo:hover{
	background: url(../img/about_hover.png) no-repeat center left;
	padding: 0 163px 33 0;
}
*/
