/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */
	

	ul.pde a{
	text-decoration:none;
	color:#858585;
	}
	ul.pde a img{
	display:none
	}
	ul.pde a:hover{
	text-decoration:none;
	color:#ff9900;
	}
	ul.pde a:hover{
	text-decoration:none;
	color:#ff9900;
	font-weight: bold;
	padding: 0 7px 0 7px;
	border-bottom: 2px solid #ff9900;
	}
	ul.pde,ul.pde li{
	margin:0;
	padding:0;
	list-style:none;
	}
	ul.pde{
	text-align:center;
	padding:0;
	}
	ul.pde ul{
	margin:0;
	padding: 0px 0 0 0;
	font-size: 14px;
	}
	ul.pde ul li{
	margin:0;
	padding:0 0 3px 30px;
	background-position: 12px 3px;
	font-size: 12px;
	}
	ul.pde li{
	line-height:25px;
	padding:0px 3px 5px 3px;
	margin:0;
	}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
	padding-left:0;
	}
	ul.pde li.parent img{
	display:none;
	height:1px;
	width:1px;
	border:none;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
	/*display:none;  kada se ovaj red komentarise oslabaša se prikazivanje podmenija ispod menija */
	}
	.posecen{
	padding-left:0;
	text-decoration:none;
	color:#ff9900;
	font-weight:bold;
	padding: 0 7px 0 7px;
	border-bottom: 2px solid #ff9900;
	}
/* The class to hide nested ULs */
       .hide{
               position:absolute;
               top:0;
               left:-4000px;
       }

/* The class to show nested ULs */
       .show{
               position:static;
               display: table;
               top:0;
               left:1em;
       }

