/*********** Liste **********/ul.sitemapmenu, ul.sitemapmenu ul {    list-style-type: none;	margin: 0;	padding:0px;}ul.sitemapmenu li {    padding:0;	margin: 0 3px 0 3px;	height:23px;	width:189px;    background-image: none;    float:left;}ul.sitemapmenu li.first {    display:none;	}ul.sitemapmenu ul {    margin: 3px 3px 0px 0px;    padding: 0;    background-color: #FFFFFF;    min-width:154px;	width:187px;	height:150px;	border: 1px solid #DEE4C9;}}/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus *//* über der Liste  befindet (.hover siehe JavaScript oben) */ul.sitemapmenu ul.hover, ul.sitemapmenu li.hover ul, ul.sitemapmenu li:hover ul  {    display:block;}ul.sitemapmenu ul li {    float:none;    background-color: transparent;	height:23px;} /*********** Level0 **********/ul.sitemapmenu a { 	display: block;    padding-top: 0px;	padding-left:10px;	font-family:'Times New Roman',Times,serif;    font-weight:normal;	font-size:11px;	text-transform:uppercase;	letter-spacing:2px;	height:100%;	text-align:left;	color:#8F7458;}ul.sitemapmenu a.chanavL0 {  	background: url(../gfx/nrg_channel_bg.jpg) no-repeat;	background-position: -189px 0px; }ul.sitemapmenu a.chanavL0active {	color:#4D372B;	background: url(../gfx/nrg_channel_bg.jpg) no-repeat;	background-position: 0px 0px; }ul.sitemapmenu a.chanavL0hover, ul.sitemapmenu a.chanavL0:hover  {	color:#4D372B;	background: url(../gfx/nrg_channel_bg.jpg) no-repeat;	background-position: -378px 0px; }/*********** Level1 **********/ul.sitemapmenu ul a {    display: block;	padding: 0px 5px 4px 10px;    text-align:left;	font-family:'Arial', Arial, Verdana;    font-weight:normal;	font-size:11px;	color:#A38C74;	text-transform:none;	letter-spacing:0px;}ul.sitemapmenu ul a.chanavL1 {    font-weight:normal;}ul.sitemapmenu ul a.chanavL1active {    font-weight:bold;}ul.sitemapmenu ul a.chanavL1hover, ul.sitemapmenu ul a.chanavL1:hover  {    font-weight:normal;	color:#4D372B;}