.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 130px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 100px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #89b51e;
	padding: 4px 5px;
	border: 0px solid #ffffff;
	border-bottom: 0;
	font-style: normal;
	font-weight: bold;
	color: white;
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
background-image:url('grafika/pozadina.meni.gif');
}

.suckerdiv .subfolderstyle{
	background-color: #89B51E;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/*PODEŠAVANJA ZA FONTOVE I OSTALO*/

body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.sadrzaj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #d8d8d7;
	text-decoration: none;
}
a:active {
	color: #d8d8d7;
	text-decoration: none;
}

/*LINKOVI NA BIJELOJ PODLOZI*/

a:link.bijeli {
	text-decoration: none;
	color: #89b51e;
}
a:visited.bijeli {
	text-decoration: none;
	color: #89b51e;
}
a:hover.bijeli {
	text-decoration: none;
	color: #82acd6;
}
a:active.bijeli {
	text-decoration: none;
	color: #89b51e;
}

/* PODESAVANJE ZA NOVOSTI */

	#ticker-container {
        position:relative;
        overflow:hidden;
        width: 227px;
        height: 300px;
		background-repeat:no-repeat;
		background-position:center middle;
        padding: 2px;
        border: Defaultpx dotted ;
        }
	
	#ticker {
		position:relative;
		width:227px;
	}
	
	#ticker ul {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: verdana;
            font-size: 10px;
            font-weight: normal;
            color: #82acd6;
            padding-left: 0px;
			line-height: 16px;
	}
	
	#ticker ul li a {
            font-family: verdana;
            font-size: 10px;
            font-weight: bold;
            color: #89b51e;
            text-decoration: none;
            padding-left: 0px;
	}
        
	#ticker ul li a:hover {
            font-family: verdana;
            font-size: 10px;
            color: #82acd6;
            text-decoration: none;
            padding-left: 0px;
	}
