
.menu
{
	font-family: verdana, arial, sans-serif;
	width:460px;
	height:19px;
	position:relative;
	font-size:10px;
	z-index:100;
	
	margin:0;
	padding:0;
	float:left;
	
}

.menu ul li a, .menu ul li a:visited
{
	display:block;
	text-decoration:none;

	width:89px;
	height:17px;
	
	padding-left: 2px;
	padding-right: 0px;
	
	text-align:left;
	color:#000000;
	font-weight: normal;
	
	//border:1px solid #000000;
	//border-style: none;
	
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	
	background:#ffffff;
	line-height:17px;
	font-size:11px;
	overflow:hidden;
	
	
}




.menu ul
{
	padding:0;
	margin:0;
	list-style: none;
}


.menu ul li
{
	float:left; position:relative;
}

.menu ul li ul
{
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a
{
	color:#ffffff;
	background:#E50003;
	text-decoration: none;

}

.menu ul li:hover ul
{
	display:block;
	position:absolute;
	top:19px;
	left:-1px;
	width:105px;
}


.menu ul li:hover ul li a.hide
{
	/* mit untermenu, andere farbe */
	background-color: #E50003;
	color: #000000;
}


.menu ul li:hover ul li:hover a.hide
{
	/*background:#BADDFA;*/
	background-color: #E50003;
	color: #000000;
}

.menu ul li:hover ul li ul
{	
	display: none;
}

.menu ul li:hover ul li a
{
	display:block;
	
	/* hintergrund normales menu element */
	background:#ffffff;
	color:#000000;
	
	width:110px;
	
	
	border-color: #0;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: solid;
	
	
	
	
}


.menu ul li:hover span
{
	display:block;
	/*background:;*/
	width:135px;
	height: 5px;
	
	
	border-color: #3B71DB;
	border-width: 1px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: solid;
}


.menu ul li:hover ul li a:hover
{
	background:#E50003;
	color:#fffff;
}













.menu ul li:hover ul li:hover ul li a
{
	display:block;
	
	width: 135px;
	
	color: #3B71DB;
	background-color: #83D0FE;
}

.menu ul li:hover ul li:hover ul li a:hover
{
	display:block;
	
	width: 135px;
	
	color: #ffffff;
	background-color: #83D0FE;
}








