#navigation {
	width:75%;
	float:left;
	display:inline; /** doubled margin bug fix für IE **/
	margin:97px 15px 0px 15px;
}

#navigation ul {
  	width:100%;
	border:1px solid #9C0707;
	border-top:1px solid #A20000;
	/*background-color: transparent;*/
}

#navigation ul ul li {
	list-style:none;
	position:relative;
	font-family:arial, sans-serif;
	vertical-align:bottom; /* für IE5/win */
	margin:0 13px;
	background:url('images/leki_subnavi_spacer.png') bottom left no-repeat;
	padding:1px 0 3px 0;

}
#navigation li.firstNaviLayer{
	float:left;
	display:block;
	list-style:none;
	font-weight: bold;
	font-family: arial, sans-serif;
	vertical-align: bottom; /* für IE5/win */
	background:url('images/leki_navi_trenner.png') top right no-repeat;
	padding-right:7px;
	padding-left: 5px;
}

#navigation ul a {
	display: block;
	padding: 3px 2px;
	vertical-align: bottom; /* für IE5 */
	text-align: left;
	text-decoration: none;
	color: #fff;
	font-size:12px;
	font-weight:normal;
	}		
	
#navigation ul ul
{
	margin-top: 2px;
	width: 132px;
	margin-left: 0px;
	background:url('images/leki_subnavi_bg.png') top left repeat-x #900;
	
}

#navigation ul ul ul {
	margin-left: 2px;
}

#navigation ul ul li.subnavtop{
	width:134px;
	height:14px;
	padding:0;
	margin:-14px 0 0 0;
	background:url('images/leki_subnavi_top.png') -1px 0 no-repeat !important;
}

#navigation ul ul ul li.subnavtop {
	width:134px;
	height:14px;
	padding:0;
	margin:-6px 0 0 0;
	background:url('images/leki_subsubnavi_top.png') -1px 0 no-repeat !important;
}

#navigation div.subnavbottom{
	background:url('images/leki_subnavi_bottom.png') top left no-repeat transparent;
	height:11px;
	width:134px;
	position:absolute;
	margin-top:3px;
	margin-left:-14px;
 }
 
 #navigation a {
 	text-decoration: none;
 }
 
 #navigation a:hover {
 	text-decoration: underline;
 }


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.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:			2.5em; /* 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:			10em; /* 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:			10em; /* match ul width */
	top:			0;
}