.menu_home {
	width: 105px;
	height:36px;
	background: url(../images/home_non.jpg) no-repeat;
}
.menu_home:hover,.menu_home_active{
	background: url(../images/home_active.jpg) no-repeat;
}
.menu_introduction {
	width: 140px;
	height:36px;
	background:url(../images/introduction_non.jpg) no-repeat;
}
.menu_introduction:hover,.menu_introduction_active {
	background: url(../images/introduction_active.jpg) no-repeat;
}
.menu_news {
	width: 106px;
	height:36px;
	background: url(../images/news_non.jpg) no-repeat;
}
.menu_news:hover,.menu_news_active {
	background: url(../images/news_active.jpg) no-repeat;
}
.menu_teacher{
	width: 115px;
	background: url(../images/leturer_non.jpg) no-repeat;
}
.menu_teacher:hover,.menu_teacher_active {
	background: url(../images/leturer_active.jpg) no-repeat;
}
.menu_training {
	width: 185px;
	height:36px;
	background: url(../images/training_non.jpg) no-repeat;
}
.menu_training:hover,.menu_training_active {
	background: url(../images/training_active.jpg) no-repeat;
}
.menu_students {
	width: 70px;
	height:36px;
	background: url(../images/nav-students.jpg) no-repeat;
}
.menu_students:hover,.menu_students_active {
	background: url(../images/nav-students-o.jpg) no-repeat;
}
.menu_photos {
	width: 115px;
	height:36px;
	background: url(../images/photos_non.jpg) no-repeat;
}
.menu_photos:hover,.menu_photos_active {
	background: url(../images/photos_active.jpg) no-repeat;
}
.menu_forum {
	width: 67px;
	height:36px;
	background: url(../images/forum_non.jpg) no-repeat;
}
.menu_forum:hover,.menu_forum_active {
	background: url(../images/forum_active.jpg) no-repeat;
}
.menu_contact {
	width: 125px;
	height:36px;
	background: url(../images/contact_non.jpg) no-repeat;
}
.menu_contact:hover,.menu_contact_active {
	background: url(../images/contact_active.jpg) no-repeat;
}
.menu_service {
	width: 115px;
	height:36px;
	background: url(../images/service.jpg) no-repeat;
}
.menu_service:hover,.menu_service_active {
	background: url(../images/service_active.jpg) no-repeat;
}
ul#altnav {
	margin: 0 auto; padding: 0;
	width: 65em;
	list-style: none;
}
html.en ul#altnav {
	width: 65em;
}

#altnav li {
	float: left;
	padding: 0 12px;
	border-right: 1px solid white;
}
#altnav li a {
	color: white;
	text-decoration: none;
}
#altnav li a:hover {
	color: white;
	text-decoration: underline;
}
#altnav li.last {
	border-right: none;
	padding-right: 0;
}

/*	Footer navigation menu	*/
ul#altnav {
	margin: 0 auto; padding: 0;
	width: 65em;
	list-style: none;
}
html.en ul#altnav {
	width: 65em;
}

#altnav li {
	float: left;
	padding: 0 12px;
	border-right: 1px solid white;
}
#altnav li a {
	color: white;
	text-decoration: none;
}
#altnav li a:hover {
	color: white;
	text-decoration: underline;
}
#altnav li.last {
	border-right: none;
	padding-right: 0;
}

/*	Sub navigation menu	*/
ul#subnav {
	margin: 0; padding: 0;
	list-style: none;
	height: 20px;
	border-bottom: 1px dashed #888;
	margin-bottom: 20px;
}
#subnav li {
	float: left;
	padding: 0 12px;
	border-right: 1px solid black;
}
#subnav li a {
	color: black;
	font-size: 90%;
	text-decoration: none;
}
#subnav li a:hover {
	color: red;
	text-decoration: underline;
}
#subnav li.last {
	border-right: none;
	padding-right: 0;
}

