/*** HORIZONTAL MENU ***/
.sf-horizontal {
	float: left;
	z-index:100;        
}
.sf-horizontal li a {
	height:24px;
	padding:12px 10px 0px 10px;
	text-decoration:none;
	font-size:14px;
	color:#ffa242;
	_display:inline-block;
}

.foot-nav .sf-horizontal li a {

	font-size:12px;
	color:#ffa242;
}

.sf-horizontal li a:hover{
	text-decoration:none;
}

.sf-horizontal li {
}

.sf-horizontal li ul {
	background-color:#fef93d;
}

.sf-horizontal li:hover, .sf-horizontal li.sfHover{
	outline:		0;	
}
.sf-horizontal li a.first:hover , .sf-horizontal li.sfHover a.first {
	outline: 0;
        text-decoration:underline;
}

/* submenu */

.sf-horizontal li ul{
	width:250px;
	_width:254px;
}

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

.sf-horizontal li ul li a{
	width:226px;
	_width:246px;
	height:15px;
	color:#ff953d;
	padding:10px 10px 10px 10px;
	font-size:12px;
}

.sf-horizontal li ul li.sfHover a{
	background-color:#fffb90;
        color:#ff953d;
}

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

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

/* ostatne submenu */

.sf-horizontal li ul li:hover ul,
.sf-horizontal li ul li.sfHover ul {
	background-color:#fffb90;
	left:	246px;
	top:	0px;
}

/*** 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*/
}
