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

/* style for all links */
#accordeonck93 li {
    margin: 0;
    display:block;
	float:left;
	text-align: left;
    list-style: none;
    color: #666;
	background: none;
	border-right: 1px solid #E25DB2;
	border-right-style:dashed;
}

/* style for all anchors */
#accordeonck93 li a {
    margin: 0;
    color: #555;
    text-align: left;
    display: block;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    text-decoration: none;
	background: none;
}

/* style for all links from the second level */
#accordeonck93 li ul li {
	list-style:none;
	
}

#accordeonck93 li ul li a{
	background-color:#E25DB2;
	color:#FFF;
	margin-left:-24px;
	padding-right:15px;
}

#accordeonck93 li ul li a:hover{
	text-decoration:underline;
}

