.home {
	background-image: url(/pic/nav/home.gif);
	height: 20px;
	width: 18px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
}
#homeover:hover{
background-image:url(/pic/nav/home_over.gif);
	height: 20px;
	width: 18px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.mail {
	background-image:url(/pic/nav/mail.gif);
	height: 20px;
	width: 22px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
}
#mailover:hover{
background-image:url(/pic/nav/mail_over.gif);
	height: 20px;
	width: 22px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.eng {
	background-image:url(/pic/nav/eng.gif);
	height: 20px;
	width: 30px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
}
#engover:hover{
background-image:url(/pic/nav/eng_over.gif);
	height: 20px;
	width: 30px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
.srp {
	background-image:url(/pic/nav/srp.gif);
	height: 20px;
	width: 30px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
}
#srpover:hover{
background-image:url(/pic/nav/srp_over.gif);
	height: 20px;
	width: 30px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
