/*** page-header ****/

#page-header {
    background-image: url(/themes/mumu/img/header-bg.gif);
    height:98px;
    width:100%;
    background-repeat:repeat-x;
    white-space:nowrap;
    position:absolute;
    z-index:2;
}

#page-header a:hover {
	text-decoration:none;
}

#headline {
    padding-top:30px;
    padding-right:0.6em;
    font-size:32px;
    color:#ffffff;
    height:98px;
    overflow:hidden;
    text-align:right;
    text-shadow:black 1px 1px 3px;
}

#horizontal-menu {
    position:absolute;
    top:76px;
    left:260px;
/*    overflow:hidden; */
    height:23px;
    text-shadow:black 1px 1px 1px;
}

#horizontal-menu .menu-level-1 {
	color:#dedede;
	padding: 0em 1em 4px 1em;
	font-weight: normal;
	vertical-align:baseline;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	border-left: 1px solid #dcdcdc;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:100%;
	border-top-left-radius:3px;
	border-top-right-radius:100%;
}
#horizontal-menu .menu-level-1:hover {
	color:#ffffff;
	border-top: 1px solid #acacac;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #acacac;
	background-color:#f19b1f;
	
}
#horizontal-menu .menu-level-1-active {
	color:#ffffff;
	padding: 0em 1em 4px 1em;
	font-weight: bold;
	font-variant:small-caps;
	vertical-align:baseline;
	border-top: 1px solid #acacac;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #acacac;
	background-color:#f19b1f;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:100%;
	border-top-left-radius:3px;
	border-top-right-radius:100%;
}
#language-select {
    position:absolute;
    top:76px;
    right:0px;
/*    height:23px;
    text-shadow:black 1px 1px 1px;*/
}