dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
float: left;
}
dl#menu {
width: 220px;
}
dl#menu ul, dl#menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
dl#menu dt {
height: 23px;
line-height: 23px;
text-align: center;
font-weight: bold;
}

dl#menu li {
text-align: left;
text-indent: 40px;
background-image : url(menu_bg_gray.jpg);
background-repeat : repeat-y;
}

dl#menu li a:link, dl#menu li a:visited {
	font: 11px Arial;
	color: #3D3D3D;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 1%; /*  IE hack */
	line-height: 16px;
	background-image : url(menu_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: 15% 47%;
}

dl#menu li a:hover , dl#menu li a:active {
	color: #284F7C;
	background-image : url(menu_arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 15% 47%;
}

dl#menu dt a:link,
dl#menu dt a:visited {
	font: bold 12px Arial;
	color: #3D3D3D;
	text-align: left;
	padding: 4px 0px 0px 0px;
	text-indent: 30px;
	display: block;	
	width: 220px;
	height: 23px;
	background-image: url(menu_category.jpg);
	background-repeat: no-repeat;
}

dl#menu dt a:hover,
dl#menu dt a:active,
dl#menu dt a.active {
	background-image: url(menu_category_on.jpg);
	background-repeat: no-repeat;
}

.slika_bottom {
	float:left; 
	position: relative; 
	left: 0px !important;
	left: -3px; 
}
