/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#vr_topmenu_wrapper {margin:0; position:relative; width:100%;/* height:25px; */z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#vr_topmenu_ul_level1_occurrence1, #vr_topmenu_ul_level1_occurrence1 ul {padding:0; margin:0; list-style-type: none;z-index:200;}

/* Set up the link size, color and borders */
#vr_topmenu_ul_level1_occurrence1 a, #vr_topmenu_ul_level1_occurrence1 a:visited {
	display:block;
	width:16em; 
	font-size:1em;
	font-family:Tahoma;
	font-weight:normal;
	/*color:#fff; */
	/*height:25px; */
	/*line-height:24px; */
	text-decoration:none; 
	/*text-indent:5px; */
	border:1px solid #BABABA; 
	border-width:1px 0 1px 1px;
	padding:.5em .5em .5em .5em;
}
/* First level link size, color and borders*/
#vr_topmenu_ul_level1_occurrence1 a.a1, #vr_topmenu_ul_level1_occurrence1 a.a1:visited {
	display:block;
	width:auto;
	font-size:125%;
	font-weight:bold;
	font-family:Tahoma;
	float:left;
	height:1.5em; 
	text-decoration:none; 
	border-left:1px solid #a1b7ac; 
	border-right:0;
	border-top:0;
	border-bottom:0;
	padding-left:2em;
	padding-right:2em;
	padding-top:1.2em;

}


/* Set up the sub level borders */
#vr_topmenu_ul_level1_occurrence1 li ul li a, #vr_topmenu_ul_level1_occurrence1 li ul li a:visited {border-width:0 1px 1px 1px;}
#vr_topmenu_ul_level1_occurrence1 li a.a_first, #vr_topmenu_ul_level1_occurrence1 li a.a_first:visited {border-width:1px;}
#vr_topmenu_ul_level1_occurrence1 li a.a1_first, #vr_topmenu_ul_level1_occurrence1 li a.a1_first:visited {
	border-right:0; 
	border-left:1px solid #a1b7ac; 
	border-top:0;
	border-bottom:0;
}
#vr_topmenu_ul_level1_occurrence1 li a.a1_last, #vr_topmenu_ul_level1_occurrence1 li a.a1_last:visited {
	border-right:1px solid #a1b7ac; 
	border-left:1px solid #a1b7ac; 
	border-top:0;
	border-bottom:0;
}
/* Active element in first level*/
#vr_topmenu_ul_level1_occurrence1 li a.a1_expanded, #vr_topmenu_ul_level1_occurrence1 li a.a1_expanded:visited {
	background-color:#FFFFFF;
}

/* Set up the list items */
#vr_topmenu_ul_level1_occurrence1 li {float:left; background:#FAFAFA;}
#vr_topmenu_ul_level1_occurrence1 li.li1 {background:none;}

/* For Non-IE browsers and IE7 */
#vr_topmenu_ul_level1_occurrence1 li:hover {position:relative;}
/* ALL LEVEL HOOVER COLOR */
#vr_topmenu_ul_level1_occurrence1 li:hover > a {background:#CCE0D6; /*color:#c00;*/}
/*FIRST LEVEL HOOVER COLOR*/
#vr_topmenu_ul_level1_occurrence1 li.li1:hover > a {background:#FFFFFF; /*color:#c00;*/} 

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#vr_topmenu_ul_level1_occurrence1 li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#vr_topmenu_ul_level1_occurrence1 li:hover > ul {display:block; position:absolute; top:-11px; left:14em; padding:10px 30px 30px 30px; background:transparent url(/images/18.45a6e939122880e7d8e800019/transparent.gif); width:16em;}

/* Position the first sub level beneath the top level liinks */
#vr_topmenu_ul_level1_occurrence1 > li:hover > ul {left:-30px; top:3.05em;}

/* get rid of the table */
#vr_topmenu_ul_level1_occurrence1 table {position:absolute; border-collapse:collapse; top:1.45em; left:0px; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #vr_topmenu_ul_level1_occurrence1 li a:hover {position:relative; background:#CCE0D6; /*color:#c00;*/}
/*FIRST LEVEL HOOVER COLOR */
* html #vr_topmenu_ul_level1_occurrence1 li a.a1:hover {position:relative; background:#CCE0D6; /*color:#c00;*/}

/* For accessibility of the top level menu when tabbing */
#vr_topmenu_ul_level1_occurrence1 li a:active, #vr_topmenu_ul_level1_occurrence1 li a:focus {background:#CCE0D6; /*color:#c00;*/}
/* FIRST LEVEL COLORING WHEN TABBING*/
#vr_topmenu_ul_level1_occurrence1 li a.a1:active, #vr_topmenu_ul_level1_occurrence1 li a.a1:focus {background:#FFFFFF; /*color:#c00;*/}

/* Set up the pointers for the sub level indication */
#vr_topmenu_ul_level1_occurrence1 li.li_gotKids {background:#FAFAFA url(/images/18.7feb0b3f1225a9c7cad8000248/Pilbild.gif) no-repeat right center;}
#vr_topmenu_ul_level1_occurrence1 li.li1_gotKids {background:none;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #vr_topmenu_ul_level1_occurrence1 li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:14em; padding:10px 30px 30px 30px; background:transparent url(/images/18.45a6e939122880e7d8e800019/transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#vr_topmenu_ul_level1_occurrence1 li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#vr_topmenu_ul_level1_occurrence1 li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#vr_topmenu_ul_level1_occurrence1 li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#vr_topmenu_ul_level1_occurrence1 li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#vr_topmenu_ul_level1_occurrence1 li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#vr_topmenu_ul_level1_occurrence1 li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:14em;
}
/* make the fourth level visible when you hover over third level link */
#vr_topmenu_ul_level1_occurrence1 li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#vr_topmenu_ul_level1_occurrence1 li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#vr_topmenu_ul_level1_occurrence1 li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */


