.tabset_tabs
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 3;
	white-space: nowrap;
	
}
#flashDiv
{
	top:58px;
	left:545px;
	position:absolute;
	z-index:4;
	margin-right:0px;
}
.tabset_tabs li
{
	margin: 0;
	padding: 0;
	display: inline;
}
.tabset_tabs a
{
	color: #339 !important;
	background-color: #def !important;
	height:58px;
	text-decoration: none;
	
	border-left-width: 0;
	border-bottom: none;
}
.tabset_tabs a:hover
{
	color: #00c !important;
	background-color: #eff !important;
}
.tabset_tabs a.active
{
	color: white !important;
	background-color: #1b3b86 !important;
	cursor: default;
}

.tabset_tabs li.firstchild a
{
	border:none;
}

.tabset_content
{
	position: relative;
	z-index: 2;
	background-color:#1b3b86;
	/*background: url(Images/pocetakLinije.jpg) #1b3b86 no-repeat 0% 50%;*/
	display: none;
	color: #ffffff;
	text-align: right;
}
.masterTab
{
	background-color:#1b3b86;
	height: 25px;
	margin-top:15px;
}
.tabset_label
{
	display: none;
}

.tabset_content_active
{
	display: block;
}
#tabs
{
	z-index: 100;
}

@media aural
{
	.tabset_content, .tabset_label
	{
		display: block;
	}
}

