.meniu {
	width: 600px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 4px; background-repeat:no-repeat; background-attachment:fixed; background-image:url('../images/menuback.png')
}

.meniu2 {
	width: 136px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 4px; 
}

.meniu a {
	font-weight: bold;
	color: #0c2a2e;
	text-decoration: none;
	margin-right: 20px;
}

.meniu a:hover {
	color: #537d7c;
	text-decoration: none;	
	margin-right: 20px;	
}
.meniu2 a {
	font-weight: bold;
	color: #0c2a2e;
	text-decoration: none;
	margin-right: 20px;
}

.meniu2 a:hover {
	color: #537d7c;
	text-decoration: none;	
	margin-right: 20px;	
}
