Edit in JSFiddle

/* Aşağıdaki kodu bul: */

.sf-menu a, .sf-menu a:visited {

    color: #13a;

}

.sf-menu li {

    background: #BDD2FF;

}

/* Aşağıdaki kod ile değiştir: */

.sf-menu a, .sf-menu a:visited {

    color: #999;

    /*#13a;*/

}

.sf-menu li {

    background: #ccc;

    /*#BDD2FF;*/

}

/* Aşağıdaki kodu bul: */

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

    background: #CFDEFF;

    outline: 0;

}

/* Aşağıdaki kod ile değiştir: */

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

    background: #eee;

    outline: 0;

    color: #111;

}

/* Aşağıdaki kodu bul: */

.sf-shadow ul {

    background: url('../images/shadow.png') no-repeat bottom right;

    padding: 0 8px 9px 0;

    -moz-border-radius-bottomleft: 17px;

    -moz-border-radius-topright: 17px;

    -webkit-border-top-right-radius: 17px;

    -webkit-border-bottom-left-radius: 17px;

}

/* Aşağıdaki kod ile değiştir: */

.sf-shadow ul {

    /*background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;*/

}