/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */
	
	ul.pde a:link,
	ul.pde a:visited,
	
	ul.pde a:active{
		text-decoration:none;
		color:#00208f;
	}
	ul.pde a:hover {color:#bf016f;}
	ul.pde,ul.pde li{
	margin:0;
	padding:0;
	list-style-type: none;
	}
	ul.pde{
		padding:0;
		border-top: 1px solid #ffffff;
		text-align:left;
		margin:.5em auto;
		width:100%;
	}
	ul.pde ul {
		margin:0;
		padding:0;
		background-color: #f3fbfe;
	}

	ul.pde li{
		line-height:14px;
		padding:0px 0 3px 0;
		margin:0;
	}
	ul.pde li a{
	color: #113963;
	display: block;
	padding: 2px 0;
	padding-left: 15px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	background-image: url(../images/back/dot.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	}
	ul.pde ul li a {
		background-image:none;
		border:none;
		margin:0;
		padding-left:25px;
	}
	/* ul.pde ul li a:hover dodato zbog loseg renderisanja */
	ul.pde ul li a:hover {
		background-color: #ffffff;
		text-decoration: none
	}
	ul.pde ul ul li{
		background-image:none;
	}
	ul.pde ul ul li a {
		background-image:none;
		margin:0;
		padding:0 0 0 35px;
	}
/* dynamically added to LIs with nested ULs 
	ul.pde li.parent{
		padding-left:0;
	}
	ul.pde li.parent img{
		border:none;
		padding-right:5px;
	}*/
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:0;
	}
/* 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;
       }

