html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: Verdana, Arial, sans-serif;
	background: #397CCB url(../images/hgr_menu.jpg) no-repeat left bottom;
}
a {
	color: #fff;
}
#menuBox {
	position: absolute;
	background: transparent url(../images/menu_hgr.gif);
	left: 10px;
	top: 15px;
	width: 190px;
	
}
#menuTop, #menuBottom {
	position: relative;
	width: 190px;
}
#menuTop {
	left: 10px;
	height: 15px;
	background: transparent url(../images/menu_top.gif) no-repeat top left;
}
#menuBottom {
	bottom: -10px;
	height: 10px;
	font-size: 1px;
	background: transparent url(../images/menu_bottom.gif) no-repeat bottom left;
}

	
li.treeMenu_opened ul {
	display: block;
	color: #990000;
	}
li.treeMenu_closed ul {
	display: none;
	color: #009900;
}
	
#menu {
	position: relative;
	z-index: 10;
}
ul.menu, ul.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu li {
	position: relative;
	margin: 0;
	padding: 0;
}
ul.menu a {
	display: block;
	position: relative;
	width: 161px;
	padding:4px 3px 4px 26px;

	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	z-index: 15;
}

* html ul.menu a { 
   /* fuer IE Win \*/

   /* */
}

ul.menu ul a {
	width: 151px;
	padding:3px 3px 3px 36px;
}

* html ul.menu ul a { 
   /* fuer IE Win \*/

   /* */
}

ul.menu a:hover {
	background: #ECE6D5 url(../images/menuHover_hgr.gif) repeat-y;
	color: #215CA0;
	font-size: 12px;
}
ul.menu ul a:hover {
	background: transparent url(../images/menuArrow.gif) no-repeat 26px 6px;
	color: #215CA0;
	font-size: 12px;
}
ul.menu .shaddow {
	position: absolute;
	color: #215CA0;
	top: 4px;
	left: 27px;
	font-weight: bold;
	font-size: 12px;
	z-index: 10;
}
ul.menu ul .shaddow {
	top: 4px;
	left: 37px;
}

ul.menu ul {
	background: #9AC6EE url(../images/menuSec_hgr.gif) repeat-y;
}
.selected {
	background: #ECE6D5 url(../images/menuHover_hgr.gif) repeat-y;
	color: #215CA0;
}
.selectedSub {
	background: transparent url(../images/menuArrow.gif) no-repeat 26px 6px;
	color: #215CA0;
}
