/* Einstellungen für das Hauptmenue; Positioniert wird über style.css */


.suckertreemenu ul{
margin: 0;
margin-bottom: 2px;
padding: 0;
list-style-type: none;
z-index:100;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #FF0000; /*overall menu background color*/
/*background: url(images/blind.gif) no-repeat;*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
font-family:Verdana;
font-weight: bold;
font-size:14px;

padding-top:1px;
padding-bottom:1px;
padding-left:10px;
padding-right:30px;

margin-right:3px;
text-decoration: none;
color: #797979;
text-align: center;
background-color: #ffffff;
}

.suckertreemenu ul li a:hover{
background-color: #ffffff;
color: #ff0000;
}

/*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;
padding-top: 5px;
/*border: 1px solid #ff0000;*/

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background: none;
/*background-color: #ffffff;*/

}

.suckertreemenu ul li ul li a:hover{
color: #ff0000;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
font-weight: normal;
font-family:Arial;
font-size:12px;
display: block;
width: 120px; /*width of sub menu levels*/
height: 17px;
color: #797979;
text-decoration: none;
/*padding: 3px 5px;*/
text-align: left;
}

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

/*Background image for top level menu list links */
/*.suckertreemenu .mainfoldericon{background: #F3F3F3 url (img/arrow_down.gif) no-repeat center right;}*/

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{background: #dddddd url(images/arrow_right.gif) no-repeat center right;}
.suckertreemenu .subfoldericon a:hover{background: #ffffff url(images/arrow_right.gif) no-repeat center right;}
* 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;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 13px;}
* html .suckertreemenu ul li a { height: 13px;}
* html .suckertreemenu ul li ul li { float: left;}
* html .suckertreemenu ul li ul li a{ *padding-top: 0px; *padding-bottom: 0px; _padding-top: 2px; _padding-bottom: 2px;}
/* End */
