#dhtmlgoodies_listMenu ul {
	/*margin: 0px;*/
}

.menu-level-0 {
	width: 250px; /*širina tablice je 228px, valjda sam ovo stavio kao preventivu da ne bude preusko*/
	padding: 5px 20px 3px 15px;
	border-width: 0px;
	text-align: left;
	background-image: url(../images/croztitlebutton.gif);
	background-repeat: repeat-y;
	
	/*Often the text in a list is longer than one line.
	list-style position:outer lets the second line align with the first line. 
	That is: the bullet is to the left of both lines.
	list-style position:inner lets the second line align with the bullet.*/ 
	/*list-style-position: outer;
	list-style-type: none;
	text-indent: 0px;*/
}
.menu-level-0-hover {
	width: 250px;
	padding: 5px 20px 3px 15px;
	border-width: 0px;
	text-align: left;
	background-image: url(../images/croztitlebuttonover.gif);
	background-repeat: repeat-y;
	
	/*list-style-position: outer;
	list-style-type: none;
	text-indent: 0px;*/
}


.menu-level-1 {
	width: 250px;
	padding: 5px 20px 3px 20px;
	border-width: 0px;
	text-align: left;
	background-image: url(../images/crozback.gif);
	background-repeat: repeat-y;
	
	/*list-style-position: outer;
	list-style-type: none;
	text-indent: 0px;
	margin-left: 0px;*/
}
.menu-level-1-hover {
	width: 250px;
	padding: 5px 20px 3px 20px;
	border-width: 0px;
	text-align: left;
	background-image: url(../images/crozbackover.gif);
	background-repeat: repeat-y;
	
	/*list-style-position: outer;
	list-style-type: none;
	text-indent: 0px;
	margin-left: 0px;*/
}


.menu-level-2 {
	width: 250px;
	padding: 5px 20px 3px 30px;
	border-width: 0px;
	text-align: left;
	background-image: url(../images/crozback.gif);
	background-repeat: repeat-y;
}
.menu-level-2-hover {
	width: 250px;
	padding: 5px 20px 3px 30px;
	border-width: 0px;
	text-align: left;
	background-image: url(../images/crozbackover.gif);
	background-repeat: repeat-y;
}


.menu-level-3 {
	width: 250px;
	padding: 5px 20px 3px 35px;
	border-width: 0px;
	text-align: left;
	background-image: url(../images/crozback.gif);
	background-repeat: repeat-y;
}
.menu-level-3-hover {
	width: 250px;
	padding: 5px 20px 3px 35px;
	border-width: 0px;
	text-align: left;
	background-image: url(../images/crozbackover.gif);
	background-repeat: repeat-y;
}




.link-level-0 {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
/*.link-level-0:hover {
	height: 18px;
	width: 228px;
	background-image: url(..\images\croztitlebuttonover.gif);
	background-repeat: repeat-y;
}*/


.link-level-1 {
	/*padding-left: 6px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
/*.link-level-1:active {
	font-style: italic;
}*/

/*.link-level-1:hover {
	/*height: 25px;
	width: 228px;
	color: #fe2704;
	background-image: url(..\images\crozbackover.gif);
	background-repeat: repeat-y;
}*/


/*div#lijevi_menu table.menutable tr td.menu-level-2 a.link-level-2,*/
.link-level-2 {
	/*padding-left: 15px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

.link-level-3 {
	/*padding-left: 15px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}


.lmenu {
	
}
.menutable {
	/*OVAJ PARAMETAR NEMA UTJECAJA NA ONO STO ZELIM :(*/
	/*padding-top: 8px;*/
}

div#lijevi-menu
{
    padding-top: 8px;
}

.sekcija {
	display: none;
	/*visibility: hidden;*/
}
