/* CSS MENIU */
.meniu_front {
	background-image: url(../img/bara_meniu.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

.meniu_item {
	background-image: url(../img/bara_meniu_item.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 6px;
	margin-bottom: 6px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 10.5pt;
	width: 141px;
}

.meniu_item a {
	color: #333333;
	text-decoration: none;
}

.meniu_item a:hover {
	color: #005266;
	text-decoration: none;
}

.meniu_item_active {
	background-image: url(../img/bara_meniu_item.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 6px;
	margin-bottom: 6px;
	color: #005266;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 10.5pt;
	width: 141px;
}

.meniu_item_active a {
	color: #005266;
	text-decoration: none;
}

.meniu_item_active a:hover {
	color: #005266;
	text-decoration: none;
}
/* END CSS MENIU */
