#smoothcontainer
{
position: absolute;
right: 0px;
top:95;
width:180;
z-index:9;

}

.ddsmoothmenu{
font: normal 10pt Arial;

}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;

}

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



/*Format Hauptmenue oben*/
.ddsmoothmenu ul li a{
display: block;
text-decoration:none; width: 180; height:20; padding-right:0; padding-top:4;margin:0px; border-left:0px solid grey; border-bottom-style:none; border-bottom-width:medium background-imageurl('imagesMehr_Ratgeber.jpg');
background-image:url('images/Hintergrund_Navi_rot.jpg');

}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}

.ddsmoothmenu ul li a:link{
color: #666666;
}
.ddsmoothmenu ul li a:visited{
color: #666666;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image:url('images/Hintergrund_Navi_rot.jpg');
color: #666666;
}

.ddsmoothmenu ul li a:hover{
background-image:url('images/Hintergrund_Navi_rot.jpg');
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Format Submenue */
.ddsmoothmenu ul li ul li a{
background-image:url('images/Navi-Hintergrund.gif');
color: #666666;
font: normal 10pt Arial;
height: 20; /*Höhe of sub menus*/
width:180;
margin-left: 0;
margin-bottom:0;
margin-right:0;
margin-top:0;
padding-left:0; padding-top:4;

}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 9px;
right: 1px;
}

.rightarrowclass{
position: absolute;
top: 8px;
left:4px;

}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}