/*** ESSENTIAL STYLES ***/
.sf-menu-top, .sf-menu-top * {
	margin:			0;
	padding:			0;
	list-style:		none;
	z-index:			10;
}
.sf-menu-top {
	line-height:	1.0;
}
.sf-menu-top ul {
	position:		absolute;
	top:				-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu-top ul li {
	width:			100%;
}
.sf-menu-top li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu-top li {
	float:			left;
	position:		relative;
}
.sf-menu-top a, .sf-menu-top a:hover {
	display:		block;
	position:		relative;
	text-decoration: none;
}
.sf-menu-top li:hover ul,
.sf-menu-top li.sfHover ul {
	left:			0;
	top:			14px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu-top li:hover li ul,
ul.sf-menu-top li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-top li li:hover ul,
ul.sf-menu-top li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu-top li li:hover li ul,
ul.sf-menu-top li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-top li li li:hover ul,
ul.sf-menu-top li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu-top {	float: right; margin-bottom:	0; }

/* LEVEL1 **********************************/

.sf-menu-top li a {
	line-height: 	12px;
	padding: 		1px 3px 3px 3px;
	padding: 5px;
	text-decoration:none;
	text-align: 	left;
	font-weight: bold;
	line-height: 	10px;
	padding: 		1px 8px 2px 8px;
	color: #C8E7F4;
}


/* LEVEL2 **********************************/

.sf-menu-top li ul {
	padding: 8px;
	background-color: #fff;
}

.sf-menu-top li li {	background:	#fff; }
.sf-menu-top li li a  { 
	color:#014988;
	font-weight: normal;
	border-top:1px solid #C8E7F4;
	padding: 4px 0 4px 0;
}

.sf-menu-top li li.first a {	border-top: 0;
	padding-top: 0;
	}

.sf-menu-top li li.last a {
	padding-bottom: 0;
	}
	
	
.sf-menu-top li li a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#fff;
}


.sf-menu-top li:hover, .sf-menu-top li.sfHover,
.sf-menu-top a:focus, .sf-menu-top a:hover, .sf-menu-top a:active {
	background:		#D4272E;
	color: 			#fff;
}

.sf-menu-top li li a:hover, .sf-menu-top li li:hover {
	background:#fff;
	color:#D4272E;
}

li.sfHover a, li.sfHover a:hover, li.sfHover a.visited {
	color: 			#FFF;
}

/*** arrows **/
.sf-menu-top a.sf-with-ul {
	padding-right: 	1.5em;
	min-width:			1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:			block;
	right:			0.5em;
	top:				4px; /* IE6 only */
	width:			6px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/fileadmin/templates/img/nav4_ifsub.png') no-repeat 0 2px;
	/* -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

li.sfHover .sf-sub-indicator {
	background:		url('/fileadmin/templates/img/nav4_ifsub_act.png') no-repeat 0 2px;
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	/* top:			.8em; */
	top: 4px;
	/* 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-menu-top ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu-top ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu-top ul a:focus > .sf-sub-indicator,
.sf-menu-top ul a:hover > .sf-sub-indicator,
.sf-menu-top ul a:active > .sf-sub-indicator,
.sf-menu-top ul li:hover > a > .sf-sub-indicator,
.sf-menu-top 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('img/superfish/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;
}
