@charset "utf-8";
/* CSS Document */

.suckertreemenu {
width:532px;
height:auto;
float:left;
z-index:1000;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:1000;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
height:24px;
/*background-image:url(../optecx_Bilder/navigationbg.png);*/
z-index:1000;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 129px; /*Width of top level menu link items*/
text-decoration: none;
height:36px;
/*background-image:url(../optecx_Bilder/navigationbg.png);*/
text-align:center;
background-color:#020507;
z-index:1000;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
z-index:1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
z-index:1000;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 100$; /* no need to change, as true value set by script */
top: 0;
z-index:1000;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 129px; /*width of sub menu levels*/
height:20px;
padding-top:4px;
border-top:1px solid #2a3236;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
background-color:#020507;
z-index:1000;
}

.suckertreemenu ul li a:hover{
height:20px;
padding-top:4px;
border-top:1px solid #2a3236;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold; 
color:#4fbfff;
background-color:#020507;
z-index:1000;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
z-index:1000;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; z-index:1000;
}

* html .suckertreemenu ul li a { height: 1%; z-index:1000;
}

/* End */
