/* Enter Your Custom CSS Here */

/* Change the color of the sidebar and font*/

#header {
	background: #ccbfaf;
}

#menu ul li a {
    color: #676262;
}

#menu ul li ul li a,  #menu ul li ul li ul li a {
    background: #ccbfaf;
    border-bottom: 1px solid #a0886a;
}