<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">UL.portalMenu
{
    margin: 2px 2px 0
}

UL.portalMenu LI
{
    float: left
}


UL.portalMenu A
{
	display: inline-block;
    font: bold 12px arial;
	font-style: italic;
	color: white;
    background: #7f8589 /*#3b5b7c*/ url(../../Images/web/usko_UNI.gif) right top no-repeat;
    text-align: center;
    height: 21px;
    line-height: 21px;
	margin: 0 1px;
	padding: 0 24px;
	cursor:pointer
}

UL.portalMenu A:hover
{
	color: #101010;
	text-decoration: none
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background:white url(../../images/system/outlookmenu.png) left repeat-y;
}

.secondPopUp
{
	position: absolute;
	left: 0;
	top: 0;
	/*visibility: hidden;*/
	border: 1px solid black;
	font: normal 10px Arial;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background:white url(../../images/system/outlookmenu.png) left repeat-y;
	width: 220px; /* default width for menu */
}

/* ######### Default class for drop down menus ######### */

.anylinkcss
{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	font: normal 10px Arial;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background:white url(../../images/system/outlookmenu.png) left repeat-y;
	width: 220px; /* default width for menu */
}

.anylinkcss UL , .secondPopUp UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcss UL li, .secondPopUp UL li
{
overflow: hidden;
}


.anylinkcss UL li img , .secondPopUp UL li img
{
	margin-right: 20px;
}

.menupicture img
{
}

.anylinkcss UL LI A, .secondPopUp UL LI A
{
	width: 200px;
	display:block;
	padding: 4px 8px 4px 30px;
	text-decoration: none;
	color: black;
	font-style:normal;
	font-size:11px
}
.anylinkcss  IMG, .secondPopUp IMG
{
	vertical-align:middle
}

.anylinkcss A:hover , .secondPopUp A:hover
{ /*hover background color*/
	background: #f2f2f2;
	color: black;
	text-decoration: none;
	width: 200px;
	overflow: hidden;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols
{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #DEFFCA;
}

.anylinkcsscols .column
{
	width: 130px;
	float: left;
}

.anylinkcsscols .column UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcsscols LI
{
	padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow
{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}

.portalMenu .Sel
{
    background-color: #3b5b7c /*black*/;
}

.menuPicture /* sekcia v roletovom menu pre obrazok*/
{
    position: absolute;
	text-align: center;
	padding: 4px 0px;
    width:24px;
	margin: 0;
	vertical-align:middle;
	padding-left: 3px;
}

.portalmenu .menupicture
{
	display: none;
}

.menuPicture img
{
	width: 16px;
}

.delimiter A
{
	
	background:url(../../images/system/outlookmenu_delimiter.png) 26px top no-repeat;
	
}

.disableMenuIt
{
	color:#b0b0b0 !important;
}</pre></body></html>