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

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:			20em; /* 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:			20em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	border:	none;;
	padding: 		.55em .85em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:			#444;*/
}
.sf-menu li {
	background:		transparent;
	/*line-height:	33px;*/
}
.sf-menu li li {
	background:		none repeat 0 0 #fff;
}
.sf-menu li li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#transparent;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	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;
}
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-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 ***/
ul.sf-shadow {
	border-left: 1px solid #000;
	/* background:	url('/fileadmin/img/shadow_new.png') no-repeat bottom right; */
	background:transparent; 
	padding:0;
	margin-right:-6px;
}
.sf-shadow ul {
	background:transparent;
	padding:0;
	-webkit-box-shadow: 0px 2px 5px #444444;
	-moz-box-shadow: 0px 2px 5px #444444;
	box-shadow: 0px 2px 5px #444444; 
}

.sf-menu ul {
	background:transparent;
	padding:0;
	-webkit-box-shadow: 0px 2px 5px #444444;
	-moz-box-shadow: 0px 2px 5px #444444;
	box-shadow: 0px 2px 5px #444444; 
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Navi */
#nav {
	/*margin-top:-5px;
	margin-bottom:65px;*/
	width:970px;
	height:40px;
	margin:-63px 0 0 -20px;
	background:	url('/fileadmin/gfx/bg_nav.png') repeat-x 0 0 transparent;
}
#nav_main {
	width:auto;
	float:left;
	/*border-top:5px solid #ff0000;*/
	height:40px;
	font-size:13px;
	padding-right:6px;
	margin-left: 315px;
}
#nav_main ul li {
	display:inline;
	float:left;
}

#nav_main ul li ul {
	font-size:12px;
}
#nav_main ul li ul li.menu-level2,
#nav_main ul li ul li.menu-level2-with-subpage {
	height: 30px;
    line-height: 30px;
	background:#f1f1f1;
}
#nav_main ul li ul li.menu-level2-current-active,
#nav_main ul li ul li.menu-level2-active {
	background:#447099;
	height: 30px;
    line-height: 30px;
}



#nav_main ul li a {
	/*padding:12px 24px 15px 24px;*/
	padding: 0 12px;
	display:block;
	text-decoration:none;
}

#nav_main ul ul li a {
	/*padding:12px 24px 15px 24px;*/
	padding: 0 12px;
	display:block;
	text-decoration:none;
}

#nav_main .menu-level1 li, #nav_main .menu-level1-with-subpage {
	background: url("../gfx/nav_divider.png") no-repeat scroll right center transparent;
	border-left: 1px solid #4C4C4C;
    border-right: 1px solid #000000;
	height: 40px;
    line-height: 39px;
}

#nav_main .menu-level2, #nav_main .menu-level2-with-subpage, #nav_main .menu-level2-current-active, #nav_main .menu-level2-active {
	border:none !important;
}

#nav_main ul.menu-level1 li.menu-level1-current-active, #nav_main ul.menu-level1 li:hover {
	background:	url('/fileadmin/gfx/bg_nav_active.png') repeat-x 0 0 transparent;
}

#nav_main ul.menu-level1 ul li.menu-level2-current-active, #nav_main ul.menu-level1 ul li:hover {
	background:#447099;
	border:none;
}

#nav_main .menu-level1 a, #nav_main .menu-level1-with-subpage a {
	color:#fff;
	text-shadow: 0 -1px 0 #444; 
}

#nav_main .menu-level2 a, #nav_main .menu-level2-with-subpage a {
	color:#444;
	text-shadow: none;
}
#nav_main .menu-level2-current-active a, #nav_main .menu-level2 a:hover, #nav_main .menu-level2-with-subpage a:hover {
	color:#fff;
	text-shadow: none;
}


