ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
	margin: 0 0 -3px 20px;
}
*+ html ul.tabs li {
	margin-top:20px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 29px; /*--Subtract 1px from the height of the unordered list--*/
	/*line-height: 31px; /*--Vertically aligns the text within the tab--*/
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #eaeaea;
	display: block;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding-top:7px;
	/*border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	background: url(../images/donacija_tab.png) no-repeat;
	width:202px;
	height:22px;
	margin-right:4px;
	text-shadow: 0 1px 1px #000000;
}
ul.tabs .active a {
	background: url(../images/active_tab.png) no-repeat !important;
	width:202px;
	height:22px;
}
ul.tabs .last a {
background: url(../images/isdakon.png) no-repeat !important;
	width:215px;
	height:29px;

}
ul.tabs .last.active a {
background: url(../images/isdakon_hover.png) no-repeat !important;
	width:215px;
	height:29px;

}


.tab_content {
	padding-left: 20px;
	padding-right: 20px;
}
