/* CSS Document */

/* Formatierungen des HMENUS */

.vmenu {
	margin-top:20px;
}

#vmenu-3 {
	list-style-type: none;
	margin-left:20px;
	margin-right:10px;
	padding:0 ;
}

/* Formatierung des HMENU LEVEL1 NON-ACTIVEMODUS */

#vmenu-3 li.no {
	margin-top:4px;
	margin-bottom:4px;
	text-align:left;
	vertical-align:middle;
	list-style-image: url(../../img/vmenu_arrow_green.gif);
	padding-bottom:2px;
}

#vmenu-3 li.no a{
	color:#47811C; 
	font-size:11px;
	font-weight:normal;
/*	background:url(../../img/menu_arrow_green2.gif) right center no-repeat;  */
}
#vmenu-3 li.no a:link{
	color:#47811C;
	font-size:11px;
}
#vmenu-3 li.no a:hover{
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
#vmenu-3 li.no a:active{
}
#vmenu-3 li.no a:visited{
}

/* Formatierung des HMENU LEVEL1 ACTIVEMODUS */

#vmenu-3 li.act {
	margin-top:4px;
	margin-bottom:4px;
	text-align:left;
	vertical-align:middle;
	list-style-image: url(../../img/vmenu_arrow_green.gif);
	padding-bottom:2px;
}

#vmenu-3 li.act a{
	color:#47811C; 
	font-size:11px;
	font-weight:normal;
/*	background:url(../../img/menu_arrow_green2.gif) right center no-repeat;  */
}
#vmenu-3 li.act a:link{
	color:#47811C;
	font-size:11px;
}
#vmenu-3 li.act a:hover{
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
#vmenu-3 li.act a:active{
}
#vmenu-3 li.act a:visited{
}
