/*========== STILI ZA MENU - ZAČETEK===============*/
.menu_01 {
background-image: url(../../languages/slo/page/head_menu_item_bg.gif);
background-repeat: repeat-x;
font-size:12px;
color:#FFFFFF;
text-align:center;
}

.menu_02 a{
	background: none;
	padding: 6px 8px 7px 8px;
	font-size: 12px;
	font-weight:bold;
	color: #3C3C3C;
	font-family: Arial;
	text-decoration: none;
}

.menu_02 a:hover{
	background-color: #ffa21a;
	padding: 7px 8px 7px 8px;
	height: 29px;
	font-size: 12px;
	font-weight:bold;
	color: #3C3C3C;
	font-family: Arial;
	text-decoration: none;
}





/*=========== men 01*/
.men_01 a {
	background:url(../../images/menu_01_normal.gif) no-repeat;
	display:block; 
	width:97px; 
	height:54px;
	font-size: 11px;
	font-weight:bold;
	color: #5b5b5b;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
}
.men_01 a:hover {
	background:url(../../images/menu_01_over.gif) no-repeat;
	display:block;
	width:97px;
	height:54px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
}
.men_01_active a {
	background:url(../../images/menu_01_active.gif) no-repeat;
	display:block;
	width:97px;
	height:54px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
}
.men_01_active a:hover {
	background:url(../../images/menu_01_active.gif) no-repeat;
	display:block;
	width:97px;
	height:54px;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
}
/*========== STILI ZA MENU - KONEC===============*/
