/* 24.05.2009, 28.05.2009 */

body
{
	behavior:		url("glbl/csshover.htc");
}

ul,li
{
	display:			block;
	list-style:			none;
	margin:				0;
	padding:			0px;
}

ul
{
	height:				20px;
	width:				100%;
	background-color:	#40a0e0;
border:			solid silver;
border-width:	1px 0;
}

ul ul
{
	position:			absolute;
	left:				0px;
	top:				20px;
	height:				auto;
	width:				auto;
	background-color:	#80c0f0;
	display:			none;
border-width:	1px;
}

ul ul ul
{
/*---position:relative;---*/
	left:				70px;
	top:				0px;
	width:				auto;
	background-color:	#80c0f0;
	display:			none;
}

#m_Wettkampfe
{
	min-width:			90px;
}
#m_WiP
{
	min-width:			118px;
}

li.m_Right
{
	float:				right;
	width:				29px;
	height:				18px;
	padding:			1px 0px;
	text-align:			center;
}

li:hover
{
	background-color:	#80c0f0;
	z-index:			10;
}

li:hover ul ul
{
	display:			none;
}

li:hover ul, li:hover li:hover ul
{
	display:			block;
}

li
{
	position:			relative;
	float:				left;
	padding:			0px 5px;
	line-height:		20px;
}

li li
{
	float:				none;
}

li a
{
	font-weight:		bold;
	text-decoration:	none;
	color:				#ffffff;
	white-space:		nowrap;
}

a:hover
{
	font-weight:		bold;
	color:				#000000;
	white-space:		nowrap;
}



/*
{
	font-family:	tahoma,verdana,arial,helvetica;
	font-size:		11px;
}
*/
/*
ul,li
{
	display:		block;
	list-style:		none;
	margin:			0;
	padding:		0;
}

ul
{
	height:			24px;
	width:			100%;
	background:		#fffff0;
	border:			solid silver;
	border-width:	1px 0;
}

ul ul
{
	position:		absolute;
	left:			0;
	top:			24px;
	height:			auto;
	width:			90px;
	border-width:	1px;
	display:		none;
}

ul ul ul
{
	top:			0;
	left:			70px;
}

li:hover
{
	background:		#f0f0f0;
	z-index:		10;
}

li:hover ul ul
{
	display:		none;
}

li:hover ul, li:hover li:hover ul
{
	display:		block;
}

li
{
	position:		relative;
	float:			left;	
	padding:		4px 15px;
	line-height:	16px;
}

li li
{
	float:			none;
}

li a
{
	color:			grey;
	text-decoration:none;
	font-weight:	bold;
}

a:hover
{
	color:			black;
}
*/
