/*** HORIZONTAL MENU ***/
.sf-horizontal {
	float: left;
	z-index:100;
        padding:0px 0px;
}
.sf-horizontal ul {
	position:		absolute;
	top:			-999em;
	/*width:			10em; /* left offset of submenus need to match (see below) */
}

.sf-horizontal li.first {
   height: 43px;
}

.sf-horizontal li.separator {
    width:2px;
    height: 38px;
    background: url('/public/images/web/lemork/menu_separator.gif') no-repeat top center;
    margin-top: 2px;
}

.sf-horizontal li a {
	height:28px;
	padding:15px 10px 0px 10px;
	text-decoration:none;
	font-size:14px;
	color:#ffffff;        
	_display:inline-block;
}

.sf-horizontal li a:hover{
    color:#154f8c;
    text-decoration:none;
}

.sf-horizontal li:hover, .sf-horizontal li.sfHover{
	outline:		0;	
}
.sf-horizontal li a.first:hover , .sf-horizontal li.sfHover a.first {
    /*background: url('/public/images/web/hros/bg_menu_c_inactive.jpg') repeat-x;*/
    color:#aac4e0;
    outline: 0;
}

/* submenu */

.sf-horizontal li ul{
	width:250px;
        background:#144e8b;
        padding:0px 1px;
}

.sf-horizontal li ul li {
	width:246px;
	margin:2px 2px;        
}

.sf-horizontal li ul li a{
	width:226px;
	_width:246px;
	height:15px;
	color:#fff;
	padding:10px 10px 10px 10px;
	font-size:12px;
}
.sf-horizontal li ul li:hover,
.sf-horizontal li ul li.sfHover{
    background:#aac4e0;
}
.sf-horizontal li ul li.sfHover > a{
    color:#154f8c;    
}

.sf-horizontal li ul li a:hover {
	background-image:none;
        color:#154f8c;
}

.sf-horizontal li:hover ul,
.sf-horizontal li.sfHover ul {
	left:	0px; /* match ul width */
	top:	43px;
}

/* ostatne submenu */

.sf-horizontal li ul li ul {
    background:#296BAF;
}

.sf-horizontal li ul li ul li a {
    color: #fff;
}

.sf-horizontal li ul li ul li:hover,
.sf-horizontal li ul li ul li.sfHover{
    background: #E9F0F6;
}

.sf-horizontal li ul li:hover ul,
.sf-horizontal li ul li.sfHover ul {
	left:	250px;
	top:	-1px;
}

/*** arrows **/
.sf-horizontal a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-horizontal ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-horizontal ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-horizontal ul a:focus > .sf-sub-indicator,
.sf-horizontal ul a:hover > .sf-sub-indicator,
.sf-horizontal ul a:active > .sf-sub-indicator,
.sf-horizontal ul li:hover > a > .sf-sub-indicator,
.sf-horizontal ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
