.QuickBar
{
	background:#9ebfe9 url(../../images/quickbarbg_intranet.gif) repeat-x top;
	padding: 0;
	margin: 0px 0px;
	width: 100%;
	/*overflow: hidden;*/
	border: solid 1px #3b5b7c;
	display: table;
	height: 26px;
	*height: auto; /* Pre prisposobenie vysky v IE v pripade dvojriadkoveho QuickBar Menu */
	/*border-top: 0*/
	
	/* pridane 6.6.2011 pre nove menu MenuControl*/
	/*float: left;*/
}
 .QuickBar a{color: white;}
.QuickBar Table TD
{
	border: 0px;
	padding: 2px 4px;
}

.QuickBar .title
{
	float: left;
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	margin: 5px 16px 1px 16px;
	width: auto;
	white-space: nowrap;
}

.QuickBar  .title IMG
{
	vertical-align: middle;
	margin-right: 10px;
	max-width: 20px;
	_width: expression(width > 20 ? 20 : true); 
	max-height: 20px;
	_height: expression(height > 20 ? 20 : true); 
}
.QuickBar  .title SPAN IMG
{
	vertical-align: middle;
	margin-right: 0px;
	max-width: 16px;
	_width: expression(width > 16 ? 16 : true); 
	max-height: 16px;
	_height: expression(height > 16 ? 16 : true); 
}

.QuickBarTDEmpty
{
	display:none;
}
.QuickBarItem, .QuickBarItemEmpty
{
	margin: 0px;
	padding: 1px 7px 0 7px;
	height: 30px;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
}
.QuickBarItem SPAN
{
}
.QuickBarItem IMG
{
	width: 24px;
	height: 16px;
	margin: 0px 0px;
}
.QuickBarItem a:link, .QuickBarItem a:visited, .QuickBarItem a:active, .QuickBarItem a:hover
{
    text-decoration: none;
}
.QuickBarItemEmpty
{
    display: none;
}
.qbAlert_yellow
{
	font-size:11px;
	color:#faf5a4;
	background: url(../../images/system/exclamation.png) no-repeat left;
	padding-left:20px;
}
/*menuPanel**/
DIV.menuPanel  .SeparatorMenuPanel
{
	padding-left: 6px
}

DIV.menuPanel 
{
	float:right;
	margin-top:5px;
	width:auto;
	white-space:normal;
	padding-left:3px;
	padding-right:0px;
}

A.menuPanel
{
	color:white;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	height: 16px;
	padding: 0 5px;
	border-left: 1px solid white;
  cursor: pointer;
}
DIV.menuPanel IMG
{
	vertical-align:middle;
	width:16px;
	height:16px;
	margin-right:-3px;
	display: none;
}

A.menuPanelSel
{
	color:white;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-size:11px;
	border-right: 1px solid white;
	padding: 0 8px;
	height: 16px !important;
}


A.menuPanel:hover
{
	color:white;
}

#H__ctl3__ctl0
{
	display: none;
}

#H_PlusMenuButt .PortalMapLink
{
	display: none;
}

.menuPanel .menuSep
{
	display: none;
	width:1px;
	border: 0px;
	border-left: 2px solid #fff;
	height: 16px;
}

/*menuPanel 2**/
DIV.menuPanel2
{
	float:right;	
	/*border-left:2px solid white;
	border-right:2px solid white;*/
	width:auto;
	white-space:nowrap;
	padding-left:0px;
	padding-right:0px
}
A.menuPanel2
{
	color:white;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	margin:0px 0px
}
/*menuPanel3**/
DIV.menuPanel3
{
	float:right;
	margin-top:2px;
	width:auto;
	white-space:nowrap;
	padding-left:2px;
	padding-right:0px;
	/*border-left:2px solid white;*/
}
A.menuPanel3
{
	color:white;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	margin:0px 2px
}
