/* Formatierung des HMENU LEVEL1 Layers NON-ACTIVEMODUS */

.hmenu-layer {
}
.hmenu-layer-no {
	margin-bottom:5px;
}
.hmenu-layer-no a{
	color:#47811D;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	height:22px;
	padding-top:4px;
	background:url(../../img/menu_arrow_green.gif) no-repeat left center;
}
.hmenu-layer-no a:link{
	color:#47811D;
	font-size:12px;
	text-decoration:none;
	padding-left:15px;
}
.hmenu-layer-no a:hover{
	color:#47811D;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
}
.hmenu-layer-no a:active{
	text-decoration:none;
	padding-left:15px;
}
.hmenu-layer-no a:visited{
	text-decoration:none;
	padding-left:15px;
}

/* Formatierung des HMENU LEVEL1 Layers ACTIVEMODUS */
.hmenu-layer-act {
	margin-bottom:5px;
}
.hmenu-layer-act a{
	color:#47811D;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	height:22px;
	padding-top:4px;
	background:url(../../img/menu_arrow_green.gif) no-repeat left center;
}
.hmenu-layer-act a:link{
	color:#47811D;
	font-size:12px;
	text-decoration:none;
	padding-left:15px;
}
.hmenu-layer-act a:hover{
	color:#47811D;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
}
.hmenu-layer-act a:active{
	text-decoration:none;
	padding-left:15px;
}
.hmenu-layer-act a:visited{
	text-decoration:none;
	padding-left:15px;
}

/* Formatierung des HMENU LEVEL2 Layers NON-ACTIVEMODUS */

.hmenu-layer-2-no {
	height:22px;
	padding-left:15px;
}

.hmenu-layer-2-no a {
	color:#47811D;
	font-weight:normal;
	font-size:12px;
}
.hmenu-layer-2-no a:link {
	font-size:12px;
}
.hmenu-layer-2-no a:hover{
	color:#47811D;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.hmenu-layer-2-no a:active {
}
.hmenu-layer-2-no a:visited {
}

/* Formatierung des HMENU LEVEL2 Layers ACTIVEMODUS */

.hmenu-layer-2-act {
	height:22px;
	padding-left:15px;
}

.hmenu-layer-2-act a {
	color:#47811D;
	font-weight:normal;
	font-size:12px;
}
.hmenu-layer-2-act a:link {
	font-size:12px;
}
.hmenu-layer-2-act a:hover {
	color:#47811D;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.hmenu-layer-2-act a:active {
	text-decoration:none;
}
.hmenu-layer-2-act a:visited {
	text-decoration:none;
}

/* Formatierung des HMENU LEVEL2 Layers IFSUB-MODUS */

.hmenu-layer-2-sub {
	height:22px;
	padding-left:15px;
}

.hmenu-layer-2-sub a {
	color:#47811D;
	font-weight:normal;
}
.hmenu-layer-2-sub a:link {
}
.hmenu-layer-2-sub a:hover{
	color:#47811D;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.hmenu-layer-2-sub a:active {
	text-decoration:none;
}
.hmenu-layer-2-sub a:visited {
	text-decoration:none;
}