.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			220px; /* left offset of submenus need to match (see below) */
	background-color: #4a2f38;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit;
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color: #FFFFFF;
	text-decoration: none;

}
.sf-menu a:hover {
	color: #e69922;
	text-decoration: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			50px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			220px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			220px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	height: 50px;
	padding-right: 41px;
	padding-left: 41px;
	display: block;
	width: 898px;
}
.sf-menu a {
	text-decoration:none;
	line-height: 50px;
	height: 50px;
	background-image: url(../images/topmenu_items.png);
	background-repeat: no-repeat;
}
.sf-menu a b {
	display: none;
}


.item_dest {width: 130px;background-position: -41px 0px;}
a.item_dest:hover, li.active > a.item_dest {background-position: -41px -50px;}

.item_vina {width: 50px;background-position: -207px 0px;}
a.item_vina:hover, li.active > a.item_vina {background-position: -207px -50px;}

.item_piva {width: 35px;background-position: -284px 0px;padding-right: 10px;}
a.item_piva:hover, li.active > a.item_piva {background-position: -284px -50px;}

.item_neal {width: 66px;background-position: -357px 0px;}
a.item_neal:hover, li.active > a.item_neal {background-position: -357px -50px;}

.item_dout {width: 79px;background-position: -450px 0px;}
a.item_dout:hover, li.active > a.item_dout {background-position: -450px -50px;}

.item_extra {width: 60px;background-position: -556px 0px;}
a.item_extra:hover, li.active > a.item_extra {background-position: -556px -50px;}

.item_darky {width: 165px;background-position: -643px 0px;}
a.item_darky:hover, li.active > a.item_darky {background-position: -643px -50px;}

.item_akcie {width: 105px;background-position: -835px 0px;}
a.item_akcie:hover, li.active > a.item_akcie {background-position: -835px -50px;}

.sf-menu li {
	padding-right: 26px;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.sf-menu li li:last-child {
	background-image: url(../images/submenu_li_last.png);
} 
.sf-menu li li li:last-child {
	background-image: url(../images/submenu_lili_last.png);
}

.sf-menu li:hover a.item_dest {background-position: -41px -100px;}
.sf-menu li:hover a.item_vina {background-position: -207px -100px;}
/*.sf-menu li:hover a.item_piva {background-position: -284px -100px;}*/
.sf-menu li:hover a.item_neal {background-position: -357px -100px;}
/*.sf-menu li:hover a.item_dout {background-position: -450px -100px;}
*/
.sf-menu li:hover a.item_extra {background-position: -556px -100px;}

.sf-menu li:hover a.item_darky {background-position: -643px -100px;}
/*.sf-menu li:hover a.item_akcie {background-position: -835px -100px;}*/

.sf-menu li li {
	padding-right: 0px;
	background-color: #4a2f38;
	background-image: url(../images/submenu_li.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sf-menu li li:hover {
	background-position: left bottom;
}
.sf-menu li li a {
	line-height: 30px;
	height: 30px;
	background-image: none;
	padding-left: 30px;
}
.sf-menu li li li {
	background:	#301f25;
	background-image: url(../images/submenu_lili.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sf-menu li li li:hover {
	background-position: left bottom;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		1px;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			5px;
	top:			5px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url(../images/arrows-ffffff.gif);
	background-repeat: no-repeat;
	background-position: -10px -100px;
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
	background-position: 0 -200px; /* 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 -200px; /* arrow hovers for modern browsers*/
}

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

/*** shadows for all but IE6 ***/
.sf-shadow ul {
background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
