/* VERTICAL FREESTYLE MENU LAYOUT */

.vmenu{
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
}

.vmenu a {
 display: block;
  text-decoration: none;
 color: #000;
}

.vmenu li a{
    /*background: url(../bilder2006/navihintergrund.png) no-repeat;*/
}

.vmenu a:hover, .vmenu a.active{
   /* background: url(../bilder2006/navihintergrund_f2.png)  no-repeat;
    color: #666666;*/
}

/* All <ul> tags in the menu including the first level */
/*.vmenu, .vmenu ul {
 margin: 0;
 padding: 0;
 width: 150px;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.vmenu ul {
  	visibility: hidden;
  	position: absolute;
  	top:27px;
     /* left: 220px;*/
  	z-index:5;
  	display:block;
  	height:auto;
}

/* aufgeklappte 2. ebene der aufklappmenüs */
.vmenu ul li ul {
 /*visibility: hidden;
position: absolute;
top: 0;*/
  	position:relative;
  	top:-24px;
  	/*left:151px;*/
  	float:left;
  	display:block;
}
/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.vmenu li {
    position: relative;
  	border:0px;

}
.vmenu ul li {
  	z-index:6;
  	display:block;
  	min-height:24px;
  	_height:24px;
  	line-height:24px;
  	width:150px;  	
    left:-24px !important 0;
}

/* Zweite Menuebene */

.vmenu ul li a{
    background: none;
    font-weight: normal;
  	display:block;
  	min-height:20px;
  	_height:24px;
  	line-height:24px;
  	z-index:6;
  	width:140px;
  	border:0px;
	padding-top:4px;
  	/*padding-left:10px;*/
  	text-transform:none;
  	font-size:10px !important;
}

.vmenu ul li a:hover, .vmenu ul li a.active{
  	border:0px;
  	font-size:11px;
  	z-index:6;
  	margin:0px;
  	/*width:140px;*/
/*padding:0px;*/
}

.vmenu ul li, .vmenu ul ul li{
    /*height: 24px;*/
    background: url(../bilder/subnavigation_hg.trans.png) repeat;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
  	width:150px;
  	border:0px;
   	line-height:24px;
  	display:block;
    margin:0px !important;
    padding:0px !important;
}


.vmenu ul a:hover, .vmenu ul ul a:hover, .vmenu ul a.active:hover, .vmenu ul a:focus, .vmenu ul li a:hover, .vmenu ul a.active {
    font-weight: normal;
    color: #000;
	margin:0px !important;
	padding:4px 0px 0px 0px !important;
	padding-left:7px !important;
	border:0px;
  _width:147px;
	background: url(../bilder/subnavigation_hg_f2.trans.png) repeat;

}



/* Ende zweite Ebene */

.vmenu ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.vmenu a .subind {
  float: right;
  display: none;
}

.vmenu ul a .subind {
  float: right;
  display: inline;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .vmenu li {
 float: left;
 height: 1%;
}
* html .vmenu a {
 height: 1%;
}
/* End Hack */

/* Ende Menu */

.vmenu li.nolink, .vmenu li.nolink a, .vmenu li.nolink a:hover{
    margin:0;
    padding: 0;
    background: none;
    border: 0px solid black;
}



#navigation ul.navigation li a ul li a {
	border:0px !important;
}