
/*--------------------------------------------
--	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#accordeonck206 {
    padding: 5px;
    margin: 0;
}

/* style for all links */
ul#accordeonck206 li {
  border-bottom: 1px dotted #ab9477;
 margin: 0;
 text-align: left;
 list-style: none;
 background: none !important;
 margin-left: -42px;
}

ul#accordeonck206 .accordeonck_outer {
	display: block;
}


/* style for all links from the second level */
ul#accordeonck206 li ul li {
    margin: 0 0 0 20px;
	border-bottom: none;
	border-top: 1px dotted #ab9477;
}

/* style for all anchors */
ul#accordeonck206 li a {
      margin: 0;
    /* margin: 0; */
    text-align: left;
    display: block;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 4px;
    padding-top: 7px;
    /* margin-top: -30px; */
    margin-left: -15px;
    text-decoration: none;
    background: none;
    /* top: -10px; */
}

/* style for all anchors on mouseover */
ul#accordeonck206 li a:hover, ul#accordeonck206 ul li a:focus {
   color: #af997e;
}

 ul#accordeonck200 li , ul#accordeonck200 ul li  .classical {
   color: #333;border-bottom: 1px dotted #333;
}
ul#accordeonck200 li a:hover, ul#accordeonck200 ul li a:focus .classical {
   color: #333;
}

.isactive {
   color: #af997e;
} 

/* style for all link descriptions */
ul#accordeonck206 li a span.accordeonckdesc {
	display: block;
}