/*-------------CSS---------------------*/
ul#menuListV{
width:188px;
}
ul#menuListV, ul#menuListV ul{
list-style-type:none;
margin:0;
padding:0;
}
/*Normal Zustand 1 Ebene */
a.menuLinkV:link, a.menuLinkV:visited, a.menuLinkV:hover, a.menuLinkV:active{
	display:block;
	position:relative;
	height:23px;
	margin:0px;
	padding-top:4px;
	font-size:13px;
	font-weight: normal;
	padding-left:10px;
	text-decoration:none;
	background-image:url('../images/menu_off.png');
	background-repeat:no-repeat;
	color:#fff;
	
}
 
a.menuLinkV:hover {
	background-image:url('../images/menu_on.png');
	background-repeat:no-repeat;
	background-position:center left;
	color: #fff;
}
/* Aktiver Zustand 1. Ebene - wenn keine Unterpunkte vorhanden */
a.menuLinkActV:link, a.menuLinkActV:visited, a.menuLinkActV:hover, a.menuLinkActV:active{
	display:block;
	position:relative;
	height:23px;
	margin:0px;
	padding-top:4px;
	font-size:13px;
	font-weight: normal;
	padding-left:15px;
	text-decoration:none;
	background-image:url('../images/menu_off.png');
	background-repeat:no-repeat;
	color:#2482f6;
}
/* Aktiver Zustand 1. Ebene - wenn Unterpunkte vorhanden */
a.menuLinkAct2V:link,a.menuLinkAct2V:visited,a.menuLinkAct2V:hover,a.menuLinkAct2V:active{
	display:block;
	position:relative;
	height:23px;
	margin:0px;
	padding-top:4px;
	font-size:13px;
	font-weight: normal;
	padding-left:15px;
	text-decoration:none;
	background-image:url('../images/menu_off.png');
	background-repeat:no-repeat;
	color:#2482f6;
}
