	
	/* Standardni padajuci izbornik */

	.balloon_tail{
		width: 10px;
		height: 10px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		top: -7px;
		margin-left: 25px;
		background: #f2f2f2;
		border-left: solid 1px #ccc;
		border-top: solid 1px #ccc;
		z-index: -1;
	}

	.menu_opt_sel{
		display:inline;
	}

	.menu_opt_sel:hover {
		cursor: pointer;
	}

	.menu_opt, .submenu_opt{
		top: 3px;
		background: #f2f2f2;
		border-left: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		border-right: solid 1px #ccc;
		padding: 1px;
		box-shadow: 0px 0px 3px #888;
		display: none;
		z-index: 1;
	}

	.fire_list{
		margin-top:-10px;
	}

	.fire, .fire_red{
		color: #000;
		font-weight: normal;
		padding: 5px;
		text-decoration: none;
		min-width: 150px;
	}
	.fire:hover{
		color: #fff;
		background: #069;
		text-decoration: none;
		cursor: pointer;
	}
	.fire_red:hover{
		color: #fff;
		background: #c00;
		text-decoration: none;
		cursor: pointer;
	}