.menu_neaktivni {
	background-image: url(img/button_red.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 203px;
}
.menu_aktivni {
	background-image: url(img/button_gray.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 203px;
}
.menu_aktivni,.menu_neaktivni {
	text-align: center;
}
.odskok_podmenu {
	padding-top: 6px;
}
.podmenu {
	background-color: #DCDCDC;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	width: 190px;
	text-align: center;
	padding-top: 0px;
}
.patka_podmenu {
	background-image: url(img/patka_podmenu.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 10px;
}
