/* ================================================================ 
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/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {width:952px; height:20px; position:relative; font-size:1.1em; font-weight:bold; margin:auto; background-color:#867a75; padding-left:0px;}

.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:10.1em; height:20px; text-align:left; color:#fff; border-left:1px solid #fff; background:#867a75; line-height:20px; overflow:hidden; padding-left:10px}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}

.menu ul li.active a{ background-color:#bfdd19}

.menu ul li ul {display: none;}


/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#bfdd19; border-bottom:1px solid #fff;}
.menu ul li:hover ul {display:block; position:absolute; top:-148px; left:0; border-right:1px solid #fff; border-top:1px solid #fff;}

.menu ul li:hover .spacer-institut a {color:#fff; background:#bfdd19; border-bottom:1px solid #fff; height:41px;}
.menu ul li:hover .spacer-kontakt a {color:#fff; background:#bfdd19; border-bottom:1px solid #fff; height:125px;}


.menu ul li:hover ul li a.hide {background-color:#867a75;; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background-color:#867a75;; color:#000;}


.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover ul li a {display:block; background:#f2eddd; color:#000; border-bottom:1px solid #fff; font-size:0.9em; font-weight:normal; padding-left:10px; width:11.2em;}
*+html .menu ul li:hover ul li a {width:11.2em;}

.menu ul li:hover ul li a:hover {background:#867a75; color:#fff; border-bottom:1px solid #fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
 
