/*========== STILI ZA MENU - ZAČETEK===============*/
.button_left_normal a {
	background:url(../../images/menu/menu_left_normal.gif) no-repeat;
	display:block; 
	width:75px; 
	height:29px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.button_left_normal a:hover {
	background:url(../../images/menu/menu_left_over.gif) no-repeat;
	display:block; 
	width:75px; 
	height:29px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.button_left_active a {
	background:url(../../images/menu/menu_left_active.gif) no-repeat;
	display:block; 
	width:75px; 
	height:29px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.button_center_normal a {
	background:url(../../images/menu/menu_center_normal.gif) no-repeat;
	display:block; 
	width:75px; 
	height:29px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.button_center_normal a:hover {
	background:url(../../images/menu/menu_center_over.gif) no-repeat;
	display:block; 
	width:75px; 
	height:29px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.button_center_active a {
	background:url(../../images/menu/menu_center_active.gif) no-repeat;
	display:block; 
	width:75px; 
	height:29px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.button_right_normal a {
	background:url(../../images/menu/menu_right_normal.gif) no-repeat;
	display:block; 
	width:75px; 
	height:29px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.button_right_normal a:hover {
	background:url(../../images/menu/menu_right_over.gif) no-repeat;
	display:block; 
	width:75px; 
	height:29px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.button_right_active a {
	background:url(../../images/menu/menu_right_active.gif) no-repeat;
	display:block; 
	width:75px; 
	height:29px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*========== STILI ZA MENU - KONEC===============*/