/*-------------------------------------------- -- Simple theme Menu Accordeon CK -- -- This is a simple theme with annotations -- -- you can fill it like you want -- -- to put your own CSS -- --------------------------------------------*/ /* main UL container */ ul#accordeonck108 { padding: 5px; margin: 0; } /* style for all links */ ul#accordeonck108 li { /*border-bottom: 1px solid #ddd;*/ margin: 0; text-align: left; list-style: none; color: #fff; background: none; } /* style for all links from the second level */ ul#accordeonck108 li ul li { /*list-style-type : square; border-top: 1px solid #ddd;*/ margin: 0 0 0 20px; border-bottom: none; } /* style for all anchors */ ul#accordeonck108 li a { margin: 0; color: #fff; text-align: left; display: block; padding-bottom: 7px; padding-left: 15px; padding-right: 4px; padding-top: 7px; text-decoration: none; background: none; } /* style for all anchors on mouseover */ ul#accordeonck108 li a:hover, ul#accordeonck108 ul li a:focus { color: #fff; } /* style for all link descriptions */ ul#accordeonck108 li a span.accordeonckdesc { display: block; }