#menu {
	width: 617px;
	height: 24px;
	margin: 0 auto;
}

ul#nav, ul#nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
}
 
ul#nav a{
	display: block;
	/*width: 87px;*/
	height: 24px;
	padding: 0px 15px;
	font-size: 100%;
	font-weight: bold;
	color:#1A315E;
	line-height:24px;
     	text-transform: uppercase;
	background: url(../images/index_r4_c4.jpg);
	position: relative;

}

ul#nav ul a {
display: block;
	height: 24px;
	padding: 0px 0px 0px 15px;
	font-size: 100%;
	font-weight: bold;
	color:#1A315E;
     	text-transform: uppercase;
	background: url(../images/index_r4_c4.jpg);
	vertical-align:middle;
	position: absolute;
     	margin: 0.1em;

}

ul#nav a:hover {
	background: #1A315E url(../images/img05.gif);
	text-decoration: none;
	color: #E8C62A;
	height: 24px;

}

#nav a.active {
	background: #1A315E url(../images/img05.gif);
	color:#E8C62A;
	text-decoration: none;
	height: 24px;

	}

 
ul#nav li.menuparent {
	background-image: url(../images/arrow.gif) no-repeat 90% 40%;	
		height: 24px;

}

 
ul#nav li {
	float: left;
	padding: 0;
	/*background: #1A315E url(../images/index_r4_c8_blau.jpg) repeat-x;*/
	position: relative;
	width: auto;
	height: 24px;
       text-align: center;


}

ul#nav li a.active {
	display: block;
	background: url(../images/img05.gif) repeat-x;
	height: 24px;
	line-height:24px;

}
 
ul#nav li ul {
	position: absolute;
	left: -999em;
	height: 24px;
	width: 15em;
	font-weight: normal;
	margin: 0;
	padding: 0;	
	background: url(../images/index_r4_c4.jpg) repeat-x;
       top: 24px;
}
 
ul#nav li li {
	width: 13em;
       text-align: left;

}
 
ul#nav li ul a,
ul#nav li ul a.menuparent {
	width: 13em;
	padding-left: 1em;
	height: 24px;

}
 
ul#nav li ul ul {
	margin: -2.6em 0 0 12.9em;
}

#nav li ul ul {
	margin: -20px 0 0 87px;
}
 
ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul {
	left: -999em;
}
 
ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li.sfhover ul, ul#nav li li.sfhover ul, ul#nav li li li.sfhover ul {
	left: 0px;
}
 
ul#nav li:hover,
ul#nav li.sfhover {
	float: left;
	display: block;
	color: white;
}

#nav li:hover, #nav li.sfhover {
	color: #FFFFFF;
}
