	div.rootMenu1, div.rootMenu1Highlight {
                 background-image:url('hmenue/kurseMenuItem.png');
		background-repeat:no-repeat;
		width: 76px;
		height: 30px;
                 	cursor: pointer;
	}

	div.rootMenu1Highlight {    border-color: white;
    	background-image:url('hmenue/kurseMenuItempressed.png');
		cursor: pointer; }

	div.rootMenu2, div.rootMenu2Highlight {
		background-image:url('hmenue/eventsMenuItem.png');
		background-repeat:no-repeat;
                 width: 76px;
		height: 30px;  	cursor: pointer;
	}

	div.rootMenu2Highlight {
		background-image:url('hmenue/eventsMenuItempressed.png');
	       	cursor: pointer; 	}


             div.rootMenu3, div.rootMenu3Highlight {
		background-image:url('hmenue/infoMenuItem.png');
		background-repeat:no-repeat;
		width: 76px;
		height: 30px;   	cursor: pointer;
	}

	div.rootMenu3Highlight {
		background-image:url('hmenue/infoMenuItempressed.png');
                      	cursor: pointer; 	}
           div.rootMenu4, div.rootMenu4Highlight {
		background-image:url('hmenue/aktivMenuItem.png');
		background-repeat:no-repeat;
		width: 76px;
		height: 30px;   	cursor: pointer;
	}

	div.rootMenu4Highlight {
		background-image:url('hmenue/aktivMenuItempressed.png');
			cursor: pointer; }



span.rootMenuItem {
	width: 120px;
	padding: 3px 3px 3px 5px;
	margin-right: 30px;
	font: normal normal bold 14px verdana,sans-serif;
}

div.subMenu {
	width: 100px;
}

div.subMenuBase {
	width: 150px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font: normal normal normal 11px verdana,sans-serif;
	padding-left: 5px;
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	background-color: #0000ff;
	color: white;
         border-top: 1px solid #FF8000;
	border-left: 1px solid #FF8000;
	border-right: 1px solid #FF8000;  border-bottom: 1px solid #FF8000;
}

div.subMenuItem {
	background-image: url('hmenue/menuItem.gif');
}

div.subMenuItemHighlight {
	background-image: url('hmenue/menuItem.gif');
	background-color: #ffffff;
	color: #0000ff;
	font-weight: normal;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #ffffff;
	color: blue;
	font-weight: normal;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}

div.menuBottom {
	height: 5px;
	background-image: url('/gMenu/menuBottom.gif');
	background-repeat: no-repeat;
}
