#dirIndex {
	width: 485px;
	float: left;
}


#dirIndex a.dodaj {
	margin-top: 5px;
	width: 222px;
	height: 36px;	
	text-indent: -2000px;
	display: block;
	float: right;
}

#dirIndex div.dirHead {
	clear: both;
	height: 70px;
}

#dirIndex div.dirLinks {
	clear: both;

	padding-left: 20px;
	padding-bottom: 20px;
}

#dirIndex ul {
	list-style-type: none;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

#dirIndex li {
	padding-bottom: 6px;
}

#dirIndex .leftCol {
	float: left;

}

#dirIndex .rightCol {
	width: 217px;
	float: right;
}

#dirIndex a {
	color: rgb(0, 94, 128 );
	text-decoration: none;
}

#dirIndex div.hr {
	height: 20px;
	width: 460px;
	border-bottom: 1px solid rgb( 45, 70, 83 );
	clear: both;
}