
/*--------------------------------------------
--	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#accordeonck94 {
    padding: 0px;
    margin: 0;
}

/* style for all links */
ul#accordeonck94 li {
/*	border-top: 1px solid #ddd; */
	border-top: none;    margin: 0;
    text-align: left;
    list-style: none;
    color: #000;
	background: none;
/*font-family : 'Baskerville';*/
}

/* style for all links from the second level */
ul#accordeonck94 li ul li {
/*    list-style-type : square; */
    margin: 0 0 0 20px;
	border-bottom: none;
/*	border-top: 1px solid #ddd; */
	border-top: none;

}

/* style for all anchors */
ul#accordeonck94 li a {
    margin: 0;
    color: #000;
    text-align: left;
    display: block;
    padding-bottom: 7px;
/*   padding-left: 15px; */
/*    padding-left: 0px; */
/*padding-left: 160px;*/
padding-left:75px;
    padding-right: 4px;
    padding-top: 7px;
    text-decoration: none;
	background: none;
}


/* style for all anchors on mouseover */
ul#accordeonck94 li a:hover, ul#accordeonck94 ul li a:focus {
    color: #555;
}

/* style for all link descriptions */
ul#accordeonck94 li a span.accordeonckdesc {
	display: block;
}


/* first level (root) link anchor */
ul#accordeonck94 li.level1 > a {

}

/* first level (root) link anchor */
ul#accordeonck94 li.level1 > a.isactive {
color: #792E2D;
    /* font-weight:bold; */
}

/* second level link anchor */
ul#accordeonck94 li.level2 > a {

}

/* second level link anchor */
ul#accordeonck94 li.level2 > a.isactive {
 color: #792E2D;
/* font-weight:bold; */
}