
/*** ESSENTIAL STYLES ***/
.katmenu, .katmenu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.katmenu {
	line-height:	1.0;
}

.katmenu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.katmenu li {
	float:			left;
	position:		relative;
	text-align: left;
	background-image: url("../skins/sluknov2/img/menu_separator.gif");
	background-position:  center right;
	background-repeat: no-repeat;
}
.katmenu a {
	display:		block;
	position:		relative;
}
.katmenu li:hover ul,
.katmenu li.sfHover ul {
	left:			0;
	top:			38px; /* match top ul list item height */
	z-index:		99;
}
.katmenu ul {
	position:		absolute;
	top:			-999em;
}
.katmenu ul li {
	width:			100%;
	background: none;
}

ul.katmenu li:hover li ul,
ul.katmenu li.sfHover li ul {
	top:			-999em;
}
ul.katmenu li li:hover ul,
ul.katmenu li li.sfHover ul {
	left:			215px; /* match ul width */
	top:			0;
}
ul.katmenu li li:hover li ul,
ul.katmenu li li.sfHover li ul {
	top:			-999em;
}
ul.katmenu li li li:hover ul,
ul.katmenu li li li.sfHover ul {
	left:			215px; /* match ul width */
	top:			0;
}

/*** SKIN ***/

.katmenu a {
	color: #045E86;
	padding: .85em 1em;
	text-decoration:none;
	font-size: 13px;
}

.katmenu ul a {
	color: #FFFFFF;
	padding: .55em 1em;
	text-decoration:none;
	font-size: 12px;
	width: 190px;
}

.katmenu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#045E86;
}
.katmenu ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}

.katmenu li:hover, .katmenu li.sfHover,
.katmenu a:focus, .katmenu a:hover, .katmenu a:active {
	color:			#045E86;
	outline:		0;
}

.katmenu ul li:hover, .katmenu ul li.sfHover,
.katmenu ul a:focus, .katmenu ul a:hover, .katmenu ul a:active {
	background-color:		#B2C7DA;
	color:			#045E86;
	outline:		0;
	text-decoration: none;
	background-image: none;
}


/*** arrows **/

.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:			.5em;
	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 */
.katmenu ul .sf-sub-indicator { background-position:  -10px 0; }
.katmenu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.katmenu ul a:focus > .sf-sub-indicator,
.katmenu ul a:hover > .sf-sub-indicator,
.katmenu ul a:active > .sf-sub-indicator,
.katmenu ul li:hover > a > .sf-sub-indicator,
.katmenu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}




#menu ul { background: #3F7A9F; }
#menu ul ul a {  font-weight: normal; }
#menu .katmenu .sf-sub-indicator { display: none;}
#menu .katmenu ul .sf-sub-indicator { display: block;}


