@charset "utf-8";
.menu a {
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
/* CSS Document */

.menuitem_active_cv {
	list-style-type: none;
	text-align: center;
	height: 30px;
	width: 80px;
	margin-right: 5px;
	float: left;
	margin-top: 7px;
	background-color: #FF9900;
	background-image: url(images/menucv.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}

.menuitem_active_kirjat {
	list-style-type: none;
	text-align: center;
	height: 30px;
	width: 80px;
	margin-right: 5px;
	float: left;
	margin-top: 7px;
	background-color: #FF9900;
	background-image: url(images/menukirjat.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}



.menuitem {
	list-style-type: none;
	text-align: center;
	height: 30px;
	width: 80px;
	background-color: #2669e6;
	margin-right: 5px;
	float: left;
	background-image: url(images/menushadow_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 7px;
}

.menu {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	height: 37px;
	text-align: center;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;

}

.menuiten-corner-left {
	background-image: url(images/corner_LT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menuiten-corner-right {
	background-image: url(images/corner_RT.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menuitem-content {
	padding-top: 7px;
	font-weight: bolder;
}
.menuitem_active_kurssit {
	list-style-type: none;
	text-align: center;
	height: 30px;
	width: 80px;
	margin-right: 5px;
	float: left;
	margin-top: 7px;
	background-color: #FF9900;
	background-image: url(images/menukurssit.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}
.menuitem_active_koulutus {
	list-style-type: none;
	text-align: center;
	height: 30px;
	width: 80px;
	margin-right: 5px;
	float: left;
	margin-top: 7px;
	background-color: #FF9900;
	background-image: url(images/menukoulutus.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}
.menuitem_active_artikkelit {
	list-style-type: none;
	text-align: center;
	height: 30px;
	width: 80px;
	margin-right: 5px;
	float: left;
	margin-top: 7px;
	background-color: #FF9900;
	background-image: url(images/menuartikkelit.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}
.menuitem_active {
	list-style-type: none;
	text-align: center;
	height: 30px;
	width: 80px;
	margin-right: 5px;
	float: left;
	margin-top: 7px;
	background-color: #FF9900;
	text-decoration: underline;
}
