/* Haupt-Navigation
--------------------------------------------------------------------------------------------------- */
/* Container für Navigation */
#menu {
	font-family:georgia,garamond,serif;
	height:32px;
	margin-bottom:60px;
}

#menu img {
    float:right;
    margin-top:-3px;
}

/* Style für die 1. Ebene sowie Standard für alle Nachfolge Ebenen in Navigationsbaum */
#menu a {
    background:#FFF;
    color:#666;
	display:block;
	font-size:14px;
	font-weight:normal;
    height:24px;
	padding:8px 0 0 0;
	text-decoration:none;
	white-space:nowrap;
}

#menu a:hover, #menu ul li .active {
    background:#FFF url(if/screenbox/bg_x.png) repeat-x 0 0;
    color:#FFF;
}

#menu ul ul li .active {
    color:#99CCFF;
}

#menu ul {
	list-style:none;
	margin:0;
	text-align:center;
	text-transform:uppercase;
} 

#menu ul ul a {
	color: #333;
	height:14px;
}

#menu ul ul a:hover {
	color: #FFF;
}

#menu a.arrow{
	background:#FFF url(if/arrow.gif) 98% center no-repeat;
}

#menu ul li:hover a.arrow {
	/*background:url(if/arrow_white.gif) 98% center no-repeat;
	color:#FFF;*/
}

#menu a.arrow:hover {
	background:url(if/arrow_white.gif) 98% center no-repeat;
	color:#FFF;
}

#menu ul li{
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
    float:left;
	position: relative;
    width:110px;
	z-index:4;
}

#menu ul li ul li a {
    color:#666;
   	font-size:12px;
   	padding:3px;
   	text-align:left;
	text-transform:none;
	width:165px;
}

#menu ul li:first-child {
    border-left:1px solid #CCC;
}

#menu ul ul{
	border:1px solid #CCC;
	border-top:0;
    left:-112px;
	position: absolute; 
	top: 100%;
	width:171px;
}

#menu ul ul ul{
	left: 171px;
	position: absolute; 
	top: -1px; 
} 

div#menu ul ul,div#menu ul li:hover ul ul,div#menu ul ul li:hover ul ul,div#menu ul ul ul li:hover ul ul{
	display: none;
} 

div#menu ul li:hover ul,div#menu ul ul li:hover ul,div#menu ul ul ul li:hover ul,div#menu ul ul ul ul li:hover ul{
	display: block;
} 

#menu ul ul li, #menu ul ul li:first-child {
    background:url(if/screenbox/bg_x.gif) repeat-x 0 0;
    border:0;
    border-top:1px solid #CCC;
    color:#333;
}

#menu ul ul li {
    width:171px;
}

#menu ul ul li:hover {
    background:url(if/screenbox/bg_x.png) repeat-x 0 0;
}

div#menu ul ul li:hover ul li .arrow {
/*    background:#FFF url(if/arrow.gif) 98% center no-repeat;
    color:#333;*/
}

div#menu ul ul li a:hover {
    color:#FFF;
}

#area_footer_3 ul {
    background:#FFF;
    margin:5px 0;
	text-align:center;
}

#area_footer_3 ul li {
    background:#FFF;
    margin-right:1px;
    float:left;
    height:14px;
    list-style:none;
    padding:4px 10px;
}

#area_footer_3 a {
    font-family:georgia,garamond,serif;
}

#area_footer_3 div {
    float:left;
    font-family:georgia,garamond,serif;
    color:#FFF;
    position:absolute;
    margin-left:250px;
    padding-top:6px;
}
