
/*--------------------------------------------
--	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#accordeonck134 {
    position: static;
    padding: 5px;
    width: 300px;
    font-family: Verdana; */
    text-transform: capitalize;
    

}

/* style for all links */
ul#accordeonck134 li {
    list-style:none
}

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

/* style for all anchors */
ul#accordeonck134 li a {
    margin: 0;
    text-align: left;
    display: block;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 4px;
    padding-top: 7px;
    font-family: Verdana; */
    text-decoration: none;
	background: none;
    text-transform: uppercase;
        /* font-family: Verdana; */
    padding-right: 12px;
    /* font-family: Verdana; */
    text-align: -webkit-right;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    box-shadow: 0px 0px 5px #333333;
    line-height: 35px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    top: 0px;
    left: 0px;
    margin: 0px;
    margin-top: 10px;
    width: 300px;
    position: relative;
    box-shadow: 0px 0px 10px #333333;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    float: left;
    background-color: #DDCCB0;
    background-color: rgba(221,204,176,0.7);
    overflow: hidden;
    list-style:none;
	color:#333333;
}

 style for all anchors on mouseover 
ul#accordeonck134 li a:hover, ul#accordeonck134 ul li a:focus {
    list-style:none
}

 style for all link descriptions
ul#accordeonck134 li a span.accordeonckdesc {
	list-style:none
}