/* ================================================================ 
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/drop_variations.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 */

 /* Set up the default font and ovrall size to include image */
.menu {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	width:600px;
	height:100px;
	position:relative;
	margin:15px 0 0 150px;
	z-index: 9;

}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
list-style-image: none;
}
/* make menu horizontal */
.menu ul li {
	float:left;
	position:relative;

}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
width:88px; 
height:1.5em;
font-size:14px;
color:#339900; 
border-bottom:5px solid #859595;
padding-left:5px; 
line-height:1.5em;
margin-right:5px;
font-weight: normal;
font-family:Century Gothic, Arial, Helvetica, sans-serif;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:98px;
w\idth:88px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
/* Schriftgröße Untermenü */
.menu table {
margin:-1px; 
border-collapse:collapse;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover, #aktiv{
color:#000; 
border-bottom:5px solid #859595;
font-weight: normal;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:15px;
margin-top:10px;
left:0; 
width:91px;
border:1px solid #66CC00;
border-top:0;
margin-left:0;
margin-right:0;
margin-bottom:0;
}
/*ohne Untermenue */
.menu ul li:hover ul.leer,
.menu ul li a:hover ul.leer {
border:0;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:transparent url(bilder/bg/transparent.png); 
color:#000; 
border:0;
margin:0;
font-size:11px;
height:auto; 
line-height:1em; 
padding:4px; 
padding-left: 1px;
width:86px;
}

/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#66CC00; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:13px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#BBEBE1;
width:86px; /* for IE5.5 faulty box model */
w\idth:90px; /* for IE6 */
}
