﻿ .IEpatch
 {
 	overflow:hidden;
 }

.IEpatch iframe
{
	display:none;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;

}

/*
	???
*/
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
}

/*
	menu
*/
.qmmc {
	position            : relative;
	background-image    : url('../img/Inex/Pozadi_Menu.jpg');	
	height              : 38px;	
	vertical-align      : middle;
	margin              : auto;
	background-color    : transparent;
	
}

/*
	div se submenu
*/
.qmmc div 
{
	visibility:hidden;
	position:absolute;
	white-space: nowrap;
	border-style:solid;
	border-width:1px;
	border-color:#003E73;
	margin-top:-1px;
}

.qmmc a 
{
	float: left;
	display: block;
	color:white;
	font-size: 100%;
	font-weight: bold;
	text-decoration:none;
	padding:6px 5px 6px 5px;

}

.qmmc a:hover 
{
	background-color: #003E73;
	text-decoration: underline;
}

.qmmc a.regular
{
	width:76px;
	height:26px;
	text-align:center;
	border-right:solid White 1px;
}

.qmmc a.last 
{
	width:76px;
	height:26px;
	text-align:center;
}

.qmmc a.submenu
{
	float:none;
	background-color:#E9F5FA;
	padding:2px 38px 2px 5px;
	text-align: left;
	color: #003E73;
}

.qmmc a.submenu:hover {
	background-color: #003E73;
	text-decoration: underline;
	color: White;
}

.qmmc .qmactive	{ 	

}

