.MenuSve {
	padding-left: 20px;
	padding-right: 12px;
	padding-bottom: 3px;
	background-image: url(images/All.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 18px;
}
.MenuKategorije {
	padding-left: 20px;
	padding-right: 12px;
	padding-bottom: 3px;
	background-image: url(images/Categories.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 18px;
}
.MenuTrazi {
	padding-left: 20px;
	padding-right: 12px;
	padding-bottom: 3px;
	background-image: url(images/Search.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 18px;
}
.MenuRSS {
	padding-left: 20px;
	padding-right: 12px;
	padding-bottom: 3px;
	background-image: url(images/rss.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 18px;
}

.ArticleList {
	margin-bottom: 15px;
	padding: 5px;
}
.articleImgThumb {
	position: relative; 
	float: left; 
}
.articleImgThumb img {
	margin: 5px 15px 10px 0px;
	_margin: 13px 15px 10px 0px;
}
.articleTitle h1 {
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: bold;
	color: #008102;
	margin: 5px 0px;
}  
a.Vise:link, a.Vise:active, a.Vise:visited  {
	display: block;
	width: 96%;
	_width: 100%;
	background-color: #f6f6ff;
	padding: 4px 20px 4px 10px;
	background-image: url(images/ViseArrows.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
}
a.Vise:hover {
	display: block;
	width: 96%;
	_width: 100%;
	background-color: #fff3bd;
	padding: 4px 20px 4px 10px;
	background-image: url(images/ViseArrows.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
}
