/* ### START MENU ### */
ul.menu {
	position: absolute;
	left: 24px;
	top: 140px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-color: #FFFFFF
	text-decoration: none;
	z-index: 9990;
}

ul.menu ul  {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 0px;
	left: 140px;
}

ul.menu li:hover, ul.menu li.hoverOn {
	position: relative;
	background-image:url(layoutelemete/images/img_link_pfeil1.png);
	background-repeat: no-repeat; 
	text-indent: 0.5em;
}

ul.menu li:hover > ul {
	display: block;
}

/* ################################################# */
/* ### MENU DESIGN ### */
ul.float {
	margin: 0 0px 0px 0;
	float: left;
}

ul.menu {
	border-top: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-left: 0px solid #FFF;
}

ul.level2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #FFFFFF
	text-decoration: none;
	width: 18.0em;
	background-color: #1C4487;
}

ul.menu li, ul.menu li.hoverOff {
	padding: 0.3em;
	width: 14.8em;
	background: url("content/images/fd_nav_left_buttons.jpg") repeat;
	list-style: none;
	border-bottom: 0px solid #FFF;
}

ul.menu li:hover, ul.menu li.hoverOn {
	color:#FFF;
}

ul.menu li a {
	color:#F0000;
	text-decoration:none;
}

/* ### END MENU ### */

.hr {
	position relative;
	margin-top: 2px;
	width: 140px;
	height: 1px;
	border: 0px;
	background-color: #8488A0;
}


