/*-------------CSS---------------------*/
ul#menuListV{
width:257px;
background-color:#c17a6b;
}
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:30px; 
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight: normal;
	padding-left:32px;
	line-height:2.3em;
	text-decoration:none;
	background-color:#e9e1ce;
 	background-image:url(images/shopmenu/nav1.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	color:#8c8c8c;
        border-bottom: 1px solid #fff;
        font-weight:bold;
        
	
}
 
a.menuLinkV:hover {
	background-color:#d1a392;
 	background-image:url(images/shopmenu/nav1h.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	/*text-decoration: underline;*/
        color:#fff;
        	border-bottom: 1px solid #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:30px;
	margin:0px;
	padding:0px;
	padding-left:32px;
	line-height:2.3em;
	font-size:14px;
	font-weight: normal;
	text-decoration:none;
	background-color:#d1a392;
 	background-image:url(images/shopmenu/nav1h.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	color:#fff;
	font-weight:bold;
	border-bottom: 1px solid #fff;
}
/* Aktiver Zustand 1. Ebene - wenn Unterpunkte vorhanden */
a.menuLinkAct2V:link,a.menuLinkAct2V:visited,a.menuLinkAct2V:hover,a.menuLinkAct2V:active{
	display:block;
	position:relative;
	height:30px;
	margin:0px;
	padding:0px;
	padding-left:32px;
	line-height:2.3em;
	font-size:14px;
	font-weight: normal;
	text-decoration:none;
	background-color:#d1a392;
 	background-image:url(images/shopmenu/nav1h.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	color:#fff;
	font-weight:bold;
	border-bottom: 1px solid #fff;
}
/*Normal Zustand 2. Ebene */
a.submenuLinkV:link, a.submenuLinkV:visited,a.submenuLinkV:hover,a.submenuLinkV:active{
        font-family: Verdana;
        background-color:#e4d2be;
	display:block;
	position:relative;
	height:22px;
	margin:0px;
	line-height:1.7em;
	padding:0px;
	padding-left:50px;
	font-size:0.8em;
	font-weight: normal;
	text-decoration:none;
 	background-image:url(images/shopmenu/nav2.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	color:#8c8c8c;
	border-bottom: 1px solid #fff;
}
 
a.submenuLinkV:hover {
	color:#fff;
 	background-image:url(images/shopmenu/nav2h.jpg);
 	border-bottom: 1px solid #fff;
}
/* Aktiver Zustand 2. Ebene  */
a.submenuLinkActV:link, a.submenuLinkActV:visited,a.submenuLinkActV:hover,a.submenuLinkActV:active{
 font-family: Verdana;
	display:block;
	position:relative;
	/*background-color:#FFD5B1;*/
	color:#ffffff;
	height:22px;
	margin:0px;
	padding:0px;
	line-height:1.7em;
	padding-left:50px;
	font-size:0.8em;
	font-weight: normal;
	text-decoration:none;
 	background-image:url(images/shopmenu/nav2h.jpg); 
	background-repeat:no-repeat;
	background-position:center left;
	border-bottom: 1px solid #fff;	
}
/*Normal Zustand 3. Ebene */
a.subsubmenuLinkV:link, a.subsubmenuLinkV:visited,a.subsubmenuLinkV:hover,a.subsubmenuLinkV:active{
        font-family: Verdana;
       
	display:block;
	position:relative;
	/*height:16px;*/
	margin:0px;
	padding:1px;
	margin-left:10px;
	padding-left:40px;
	font-size:0.8em;
	font-weight: normal;
	text-decoration:none;
	background-image:url(../../../../uploads/tx_tllbaseext/schalter_subnavi2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#fff;
}
 
a.subsubmenuLinkV:hover {
	text-decoration: underline;
}
/* Aktiver Zustand 3. Ebene  */
a.subsubmenuLinkActV:link, a.subsubmenuLinkActV:visited,a.subsubmenuLinkActV:hover,a.subsubmenuLinkActV:active{
 font-family: Verdana;
	display:block;
	position:relative;
	/*background-color:#FFD5B1;*/
	color:#fff;
	/*height:15px;*/
	margin:0px;
	padding:1px;
	margin-left:10px;
	padding-left:40px;
	font-size:0.8em;
	font-weight: normal;
	text-decoration:none;
	background-image:url(../../../../uploads/tx_tllbaseext/schalter_subnavi2.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
