/* @override 
	http://www.vivat-viadukt.de/vivat_dyn/fileadmin/css_storage/vv_dropdown.css
	http://www.vivat-viadukt.de/vivat_dyn/fileadmin/css_storage/vv_dropdown.css
	http://www.vivat-viadukt.de/vivat_dyn/fileadmin/css_storage/vv_dropdownb.css
*/

.hmenu .menu {
	font-size: 13px;
	font-weight: bold;
	position: relative;
	z-index: 100;
	width: 100%;
	background-color: #00c;
}

/* Entfernt alle bullets, borders and padding from the default list styling
.hmenu .menu ul ul {
	width: 120px
}
 */

.hmenu .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.hmenu .menu li.first {
	position: relative;
	width: 146px;
	float: left;
	background-color: #00c;
	border-right: 2px solid #7cbf39;
}

.hmenu .menu li {
	position: relative;
	width: 126px;
	float: left;
	background-color: #00c;
	border-right: 2px solid #7cbf39;
}

.hmenu .menu li .last {
	position: relative;
	width: 126px;
	float: left;
	background-color: #00c;
	border-right: 2px solid #7cbf39;
}

/* a hack so that IE5.5 faulty box model is corrected
* html .hmenu .menu a, * html .hmenu .menu a:visited, {
	width: 110px;
	w\idth: 110px
}

 */


/* a hack so that IE5.5 faulty box model is corrected */

* html .hmenu .menu li.first {
	position: relative;
	width: 120px;
	w\idth: 120px;
	float: left;
}

* html .hmenu .menu li.last {
	position: relative;
	width: 100px;
	w\idth: 100px;
	float: left
}

* html .hmenu .menu li {
	position: relative;
	width: 100px;
	w\idth: 100px;
	float: left
}

/* a hack so that IE5.5 faulty box model is corrected 
* html .hmenu .menu a:visited, 
*/

* html .hmenu .menu a, {
	width: 120px;
	w\idth: 120px
}

/* @group top level */

/* style the links for the top level */

.hmenu .menu a, .hmenu .menu a:visited {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	display: block;
	height: 24px;
	padding-left: 10px;
}

.hmenu .menu a.dropact {
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	display: block;
	height: 24px;
	background: #7cbf39;
}




/* style the top level hover */

.hmenu .menu a:hover, .hmenu .menu ul ul a:hover {
	color: #fff;
	background: #7cbf39;
}

.hmenu .menu :hover > a, .hmenu .menu ul ul :hover > a {
	color: #fff;
	background: #7cbf39;
}



/* make the second level visible when hover on first level list OR link */

.hmenu .menu ul li:hover ul, .hmenu .menu ul a:hover ul {
	visibility: visible;
}


/* make the second level in IE6 visible when you hover over first level list OR link */

* html .hmenu .menu ul li a:hover ul, .hmenu .menu ul a:hover ul,  {
	visibility: visible;
}


/* @end */

/* @group second level */

/* style the second level links 
 */

.hmenu .menu ul ul a, .hmenu .menu ul ul a:visited {
	background: #669b36;
	color: white;
	height: auto;
	display: block;
	border-bottom: 2px solid #7cbf39;
	width: 160px;
	padding: 6px 10px;
	line-height: 1em;
	z-index: 4;
}

/* yet another hack for IE5.5 */

* html .hmenu .menu ul ul a, *html .hmenu .menu ul ul a:visited {
	width: 149px;
	w\idth: 149px
}

/* style the second level background 


.hmenu .menu ul ul a.drop, .hmenu .menu ul ul a.drop:visited {
	background: #e3eefb;
}
*/

.hmenu .menu ul ul a.drop {
		background:  #669b36 url(../gfx/k_white.gif) no-repeat right;

	

}


/* style the second level hover 

	color: #7cbf39;
	background: #dce6f0*/

.hmenu .menu ul ul a:hover {
	background: #7cbf39;
}

.hmenu .menu ul ul :hover > a {
	background: #7cbf39;
	color: white;
}

/* make the third level in IE6 visible when you hover over second level list OR link */

.hmenu .menu ul li a:hover ul li a:hover ul {
	visibility: visible;
}



/* @end */

/* @group third level */

/* style the third level background */

.hmenu .menu ul ul ul a, .hmenu .menu ul ul ul a:visited {
	background: #71a147;
	color: white;

}

/* style the third level hover */

.hmenu .menu ul ul ul a:hover {
		background: #7cbf39;

	
}


/* position the third level flyout menu */

.hmenu .menu ul ul ul {
	top: 0;
	left: 180px;
	width: 170px
}

* html .hmenu .menu ul ul ul {
	top: 0;
	left: 170px;
	width: 170px
}

/* position the third level flyout menu for a left flyout */

.hmenu .menu ul ul ul.left {
	left: -150px;
}




/* hide the sub levels and give them a positon absolute so that they take up no room */

.hmenu .menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 24px;
	left: 0;
	width: 124px;
}

/* another hack for IE5.5 */

* html .hmenu .menu ul ul {
	top: 24px;
	t\op: 24px;
	width: 114px;
	w\idth: 114px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */

.hmenu .menu table {
	position: absolute;
	top: 0;
	left: 0;
;
}

/* keep the third level hidden when you hover on first level list OR link */

.hmenu .menu ul li:hover ul ul {
	visibility: hidden;
}

/* keep the third level hidden in IE6 when you hover on first level list OR link */

.hmenu .menu ul li a:hover ul ul {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */

.hmenu .menu ul li:hover ul li:hover ul {
	visibility: visible;
}


/* make the third level in IE6 visible when you hover over second level list OR link */

.hmenu .menu ul li a:hover ul li a:hover ul {
	visibility: visible;
}



/* @end */