@charset "ISO-8859-1";
.ratontreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:1;
}


.menutable{

/* umrandung des ganzen menues */
border-top-width: 0px; 
border-top-style: solid; 
border-top-color: #FFFFFF;

border-bottom-width: 0px; 
border-bottom-style: solid;
border-bottom-color: #FFFFFF; 


border-left-width: 0px; 
border-left-style: solid;
border-left-color: #FFFFFF; 

border-right-width: 0px; 
border-right-style: solid;
border-right-color: #FFFFFF; 
 
width:100%;
padding: 0px 0px 0px 0px;
}

/*Top level list items*/
.ratontreemenu ul li{
position: relative;
display: inline;
float: left;


}


.ratontreemenu ul{
background:url(images/default/bgdrp_menu.png) repeat;

}


/*Top level menu link items style*/
.ratontreemenu ul li a{
display: block;
/*width: 105px; /*--------------------------------------------------------------Width of top level menu link items*/
height:23px;
padding: 1px 25px 0px 10px;


border-right-width: 0px; 
border-right-style: solid;
border-right-color: #FFFFFF; 

border-top-width: 0px; 
border-top-style: solid; 
border-top-color: #FFFFFF;

border-bottom-width: 0px; 
border-bottom-style: solid;
border-bottom-color: #FFFFFF; 


border-left-width: 0px; 
border-left-style: solid;
border-left-color: #FFFFFF; 


text-decoration: none;
color: #FFFFFF;/*----------------------------------------------------------------------------------------------------menu main line font color*/
font-family:Arial;
font-size:18px;
/*border-left: 1px solid #FFFFFF;/*--------------------------------------- border*/;
font-weight:normal;

}
	
/*1st sub level menu*/
.ratontreemenu 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:100;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.ratontreemenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.ratontreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;


}

/* Sub level menu links style */
.ratontreemenu ul li ul li a{
display: block;
width: 240px; /*width of sub menu levels*/
color: #FFFFFF;/*--------------------------------------------------------------------------------------submenu font color*/
text-decoration: none;
padding: 1px 5px;
border: 1px solid #FFFFFF;/*------------------------------------------xxxxsubmenu border color*/


}

.ratontreemenu ul li a:hover{
background:url(images/default/bgdrph_menu.png)  repeat;
}

/*Background image for top level menu list links */
.ratontreemenu .mainfoldericon{
/*--------------------background sub menu items   + menu.inc tabelle wechseln  hintergrund men� */
background: url(images/default/arrow-down.png) no-repeat center right;

}

/*Background image for subsequent level menu list links */
.ratontreemenu .subfoldericon{
background: url(images/default/arrow-right.png) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows ratontree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .ratontreemenu ul li { float: left; height: 1%; }
* html .ratontreemenu ul li a { height: 1%; }
/* End */


/* Holly Hack2 for IE 
* html .ratontreemenu ul li { float: left; height: 1%;}
* html .ratontreemenu ul li a { height: 1%;}
* html .ratontreemenu ul li ul li { float: left;}
 End */

form { display: inline; }