.navihead
{position: relative; 
width: 195px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 0.75em;
color: #000;
font-style: normal;
font-variant: normal;
font-weight: bold;
padding: 2px;
background-color: #f28d35;
border: solid 1px #ec7501;
margin-top: 5px;
}



/* Untermenue */

.untermenu {
	width: 195px;
	white-space: normal;
}


.untermenu_staticMenustyle {
	color: #333;	
    white-space: normal;
}



/* Untermenue 1ter Level */

.untermenu_menuitemstyle1 {
    font-size: 0.75em;
    color: #000;
    width: 195px;
    margin: 1px 0 1px 2px;
    border-bottom: solid 1px #333;
	padding-bottom: 3px;
}

.untermenu_menuitemstyle1 a {
    color: #000;
    white-space: normal;
	display: block;
}

.untermenu_menuitemstyle1 a:hover {
    color: #eee;
    white-space: normal;
    display: block;
}

.untermenu_menuitemstyle1 a:active {
    color: #eee;
    white-space: normal;
    display: block;
}

.untermenu_menuitemstyle1 a:focus {
    color: #eee;
    white-space: normal;
    display: block;
}




/* Untermenue 2ter Level */

.untermenu_menuitemstyle2 {
    font-size: 0.75em;
    color: #000;
    margin: 2px 0 2px 0;
	border-bottom: solid 1px #fe9830;
	width: 195px;
}

.untermenu_menuitemstyle2 a {
    white-space: normal;
    display: block;
}


.untermenu_menuitemstyle2 a:hover {
    color: #eee;
    white-space: normal;
    display: block;
}


.untermenu_menuitemstyle2 a:active {
    color: #eee;
    white-space: normal;
    display: block;
}

.untermenu_menuitemstyle2 a:focus {
    color: #eee;
    white-space: normal;
    display: block;
}



.untermenu_menuitemstyle_selected a {
    color:#fff;
}




/* ????? */




