/* ================================================================
This copyright notice must be kept untouched in the stylesheet at
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.

If this menu is used on a commercial website then a donation to support
CSSplay should be considered.
=================================================================== */

#multi-level {position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
#menu, #menu ul {list-style-type:none; padding:0; margin:0;}

/* Set up the top level list items and float left to place inline */
#menu li.top {display:block; float:left; position:relative; padding-right: 0px;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
#menu li.top a.top_link {display:block; float:left; width:83px; height:25px;}
#menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* Style the list OR link hover. Depends on which browser is used */
#menu a:hover {visibility:visible;} /* for IE6 */
#menu li:hover {position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
#menu li a#b1:hover, #menu li:hover a#b1,
#menu li a#b2:hover, #menu li:hover a#b2,
#menu li a#b3:hover, #menu li:hover a#b3,
#menu li a#b4:hover, #menu li:hover a#b4,
#menu li a#b5:hover, #menu li:hover a#b5,
#menu li a#b6:hover, #menu li:hover a#b6,
#menu li a#b7:hover, #menu li:hover a#b7,
#menu li a#b8:hover, #menu li:hover a#b8,
#menu li a#b9:hover, #menu li:hover a#b9,
#menu li a#b10:hover, #menu li:hover a#b10
{background:transparent;}

/* set up the normal images in the links */
#menu li a#b1 {width:83px; background:url(Startseite.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b2 {width:83px; background:url(Info.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b3 {width:105px; background:url(Ausschreibung.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b4 {width:83px; background:url(Strecken.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b5 {width:83px; background:url(Zeitplan.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b6 {width:83px; background:url(Anmeldung.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b7 {width:83px; background:url(Teilnehmer.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b8 {width:83px; background:url(Ergebnisse.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b9 {width:83px; background:url(Bilder.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b10 {width:83px; background:url(Sponsoren.gif) no-repeat; display:block; float:left; height:25px;}

/* pre-load the mouse over images into the lists */
#menu li a#b1:hover, #menu li.b1:hover {width:83px; background:url(Startseite2.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b2:hover, #menu li.b2:hover {width:83px; background:url(Info2.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b3:hover, #menu li.b3:hover {width:105px; background:url(Ausschreibung2.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b4:hover, #menu li.b4:hover {width:83px; background:url(Strecken2.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b5:hover, #menu li.b5:hover {width:83px; background:url(Zeitplan2.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b6:hover, #menu li.b6:hover {width:83px; background:url(Anmeldung2.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b7:hover, #menu li.b7:hover {width:83px; background:url(Teilnehmer2.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b8:hover, #menu li.b8:hover {width:83px; background:url(Ergebnisse2.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b9:hover, #menu li.b9:hover {width:83px; background:url(Bilder2.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b10:hover, #menu li.b10:hover {width:83px; background:url(Sponsoren2.gif) no-repeat; display:block; float:left; height:25px;}

/* pre-load the mouse down images into the lists */
#menu li a#b1:active {width:83px; background:url(Startseite.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b2:active {width:83px; background:url(Info.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b3:active {width:105px; background:url(Ausschreibung.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b4:active {width:83px; background:url(Strecken.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b5:active {width:83px; background:url(Zeitplan.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b6:active {width:83px; background:url(Anmeldung.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b7:active {width:83px; background:url(Teilnehmer.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b8:active {width:83px; background:url(Ergebnisse.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b9:active {width:83px; background:url(Bilder.gif) no-repeat; display:block; float:left; height:25px;}
#menu li a#b10:active {width:83px; background:url(Sponsoren.gif) no-repeat; display:block; float:left; height:25px;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul,
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
#menu :hover ul.sub {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	left: 0px;
	top: 25px;
	background: #8F8F8F;
	padding: 2px;
	border: 1px;
	white-space: nowrap;
	width: 90px;
	height: auto;
}
#menu :hover ul.sub li {display:block; position:center; float:center; width:84px; padding: 2px;}
#menu :hover ul.sub li a {font-weight: bold; font-style: normal; text-decoration: none; font-family:Tahoma, arial, sans-serif; font-size:11px; display:block; background:#C0C0C0; text-indent:0px; color:#8F8F8F; border:0px; padding: 2px;}
#menu :hover ul.sub li a.fly {font-weight: bold; font-style: normal; text-decoration: none; font-family:Tahoma, arial, sans-serif; font-size:11px; background:#ffffff url(arrowright.gif) 130px 7px no-repeat; border:0px solid #ffffff; padding: 2px;}
#menu :hover ul.sub li a:hover {font-weight: bold; font-style: normal; text-decoration: none; font-family:Tahoma, arial, sans-serif; font-size:11px; background:#C0C0C0; border:2px solid #000000; color:#000000; padding: 2px;}
#menu :hover ul.sub li a.fly:hover {font-weight: normal; font-style: normal; text-decoration: none; font-family:Tahoma, arial, sans-serif; font-size:11px; background:#00ff00 url(arrowright.gif) 130px 7px no-repeat; border:1px solid #bed2d6; color:#000000; padding: 2px;}
#menu :hover ul li:hover > a.fly {font-weight: normal; font-style: normal; text-decoration: none; font-family:Tahoma, arial, sans-serif; font-size:11px; background:#00ff00 url(arrowright.gif) 130px 7px no-repeat; border:1px solid #bed2d6; color:#FF0000; padding: 2px;}

/* set up the flyout levels when hovering */
#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:138px; top:0px; background:#808080; padding: 2px; border:0px; white-space:nowrap; width:138px; z-index:200; height:auto; z-index:300;}
