#mm {
	clear: both;
	padding: 0;
	list-style: none;
	position: absolute;
    top: 165px;
    left: 0px;
	margin: 0;
	height: 24px;
	color: #666666;
	background-image: url(../img/bg-treci.gif);
	background-repeat: repeat-x;
    background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 620px;
}

#mm span {
	display: block;
	height: 22px;
	padding: 4px 5px 0 5px;
	float: left;
	margin-right: 1px;
	color: #fff;
	font-weight: bold;
}
#mm li:hover span, #mm li.c span {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/bg-treci-roll.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#mm li:active span {
	background-image: url(../img/bg-treci-active.gif);
	background-repeat: repeat-x;
}

#mm div {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	width: 700px;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-size: 11px;
}

#mm li.c div {
	display: block;
}

#mm li a {
	color: #FFFFFF;
	text-decoration: none;
}
#mm li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#mm li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#mm div a:link, #mm div a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;	
}

#mm div a:hover {
	color: #33bbee;
	text-decoration: none;
}