.basictab ul{
	margin: 4px;
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	display: inline;
	margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #f6ffd5;
	color: #2d2b2b;
}

.basictab li a:visited{
	color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
	background-color: #DBFF6C;
	color: black;
}

.basictab li a:active{
	color: black;
}

.tabcontainer{
	clear: left;
	width:97%;
	height:158px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	padding-top:0px;
}

.tabcontent{
	display:none;
	width:100%;
	height:158px;
}

.tabcontent ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 150px;
}

.tabcontent ul li.ena {
	display: block;
	float: left;
	height: 158px;
	width:47%;
	color:#ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.tabcontent ul li.dva {
	display: block;
	float: left;
	height: 158px;
	width: 47%;
	color:#ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../slike/separator.gif) top left no-repeat;
}
.tabcontent ul li.tri {
	display: block;
	float: left;
	height: 158px;
	width: 30%;
	color:#ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../slike/separator.gif) top left no-repeat;
}
.tabcontent ul li {
	display: block;
	float: left;
	height: 158px;
	width: 100%;
	color:#ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

