﻿.menu 
{
	position:absolute;left:116px;top:228px;width:717px;height:auto;font-size:8pt;font-family:Tahoma, verdana;z-index:100;border-right:0px solid #000;
}

* html .menu
{
	width: auto; w\idth:772px;
}

.menu ul 
{
	padding:0;margin:0;list-style-type:none;text-align:center;
}

.menu ul ul 
{
	width:101px;
}

.menu li
{
	float: left;
	width: 149px;
	position: relative;
}

.menu li
{
	float:left;width:101px;position:relative;
}

.menu a, .menu a:visited  
{
	display:block;font-size:8pt;text-decoration:none; color:black; width:118px; height:16px;border-right:0px solid white;border-bottom:1px solid white; background:none;padding-left:0px;padding-right:0px; line-height:16px;
}

* html .menu a, * html .menu a:visited
{
	width:101px; w\idth:101px;
}

.menu a:hover 
{
	color: #454545;
	background:;	
	font-weight:bold;	

}

.menu ul ul li a:hover

{
	color: #454545;
	background:white;	
	font-weight:normal;	
}



.menu :hover > a
{
	color: #333333;
	font-weight: bold;
	background:;
	background-image:url('../images/hg-navigation-sel.gif');background-repeat:no-repeat;
}

/*
.menu a:hover, .menu ul ul li a:hover {color:black;background-image:url('x.gif')}
.menu :hover > a {color:red;background-image:url('../images/hg-navigation-sel.gif')}
*/

.menu ul ul a.hassub, .menu ul ul a.hassub:visited
{
	background-color: #d3d3d3;
}
.menu ul ul a.hassub:hover
{
	background: #d3d3d3;
}

.menu ul ul :hover > a.hassub
{
	background: #eee no-repeat right 50%;
}

.menu ul ul ul a, .menu ul ul ul a:visited
{
	background: #d3d3d3;
}
.menu ul ul ul a:hover
{
	background: #eee;
}

.menu ul ul
{
	visibility: hidden;
	position: absolute;
	height: 0px;
	top: 17px;
	left: 17px;
	width: 145px;
	border-top: 0px solid #000;
	text-align: left;
}

* html .menu ul ul {top:17px;t\op:17px;}

.mainmenue2 ul ul ul
{
	left: 166px;
	top: 0px;
	width: 160px;
}

* html .menu ul ul ul
{
	left: 181px;
	top: 0px;
	width: 160px;
}

.menu ul ul ul.left
{
	left: -161px;
}

.menu table
{
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

.menu ul ul a, .menu ul ul a:visited
{
	background: #f1f2ec;;
	color: #696969;
	font-weight: normal;
	font-size: 11px;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 145px;
	border-width: 0 0px 1px 1px;
}

.menu ul ul :hover > a
{
	color: #696969;
	font-weight: normal;
	background: #eee;
}

* html .menu ul ul a, * html .menu ul ul a:visited
{
	width: 160px;
}

.menu ul li:hover ul, .menu ul a:hover ul
{
	visibility: visible;
}

.menu ul :hover ul ul
{
	visibility: hidden;
}

.menu ul :hover ul :hover ul
{
	visibility: visible;
}