#menudiv
{
	position: absolute;
	top:258px;
	left:50%;
	z-index:100;
	width:980px;
	margin-left:-491px;
}
* +html #menudiv
{
	margin-left:-491px;
}
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/topmenus/final_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.
=================================================================== */

.topmenu {width:981px; height:32px; font-size:1em; position:relative; z-index:1;}
/* hack to correct IE5.5 faulty box model */
* html .topmenu {width:981px; w\idth:980px;}
/* remove all the bullets, borders and padding from the default list styling */
.topmenu ul {padding:0;margin:0;list-style-type:none;}
.topmenu ul ul {width:163px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown topmenu positon */
.topmenu li {float:left;width:163px;position:relative;}
/* style the links for the top level */
.topmenu a, .topmenu a:visited {display:block;font-size:12px;text-decoration:none; color:#000; width:156px; text-align:center; height:30px; padding-left:10px; line-height:29px; margin:0 auto;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .topmenu a, * html .topmenu a:visited {width:149px; w\idth:153px;}

/* style the second level background */
.topmenu ul ul a.drop, .topmenu ul ul a.drop:visited {background-color:#00B2F0;; border-bottom:1px solid #fff;}
/* style the second level hover */
.topmenu ul ul a.drop:hover{background-color:#00B2F0; border-bottom:1px solid #fff;}
.topmenu ul ul :hover > a.drop {background-color:#00B2F0; border-bottom:1px solid #fff;}
/* style the third level background */
.topmenu ul ul ul a, .topmenu ul ul ul a:visited {background: url(menuback_schule.png) top left no-repeat;}
/* style the third level hover */
.topmenu ul ul ul a:hover {background: url(menuback_schule.png) top left no-repeat;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.topmenu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:156px;}
/* another hack for IE5.5 */
* html .topmenu ul ul {top:29px;t\op:30px;}

/* position the third level flyout topmenu */
.topmenu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout topmenu for a left flyout */
.topmenu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.topmenu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.topmenu ul ul a, .topmenu ul ul a:visited {background: url(menuback_schule.png) top left no-repeat; text-align:left;color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .topmenu ul ul a, * html .topmenu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.topmenu a:hover, .topmenu ul ul a:hover{color:#fff; background:#00B2F0;}
.topmenu :hover > a, .topmenu ul ul :hover > a {color:#fff;background:#00B2F0;}

/* make the second level visible when hover on first level list OR link */
.topmenu ul li:hover ul,
.topmenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.topmenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.topmenu ul :hover ul :hover ul{ visibility:visible;}
.topmenu ul :hover ul :hover ul a{ background-color:#fff;}
li.active
{
	background-color:#B6B6B6;
	background: url(mainback_schule.png) top left no-repeat;
	color:#fff;
}

li.active1
{
	width:166px;
	background-color:#B6B6B6;
	background: url(mainback_schule.png) top left no-repeat;
	color:#fff;
}
* html li.active1
{
	width:165px;
}
li.act
{
	background: url(menuback_on_schule.png) top left ;
	color:#fff;
}
