@charset "utf-8";

.sideMenu>ul>li>a{background-color:#faff72;color:#000;}
.sideMenu>ul>li:nth-child(2n)>a{background-color:#fff143;}
.sideMenu>ul>li>a>i{text-shadow: 1px 1px 2px #b6b6b6;}
.sideMenu>ul ul>li>a:before{background-color:#fff143;}
.sideMenu>ul ul>li>a:hover{color:#af6d00;}
.sideMenu h1{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff143+0,faff72+44,faff72+59,fff143+100 */
background: #fff143; /* Old browsers */
background: -moz-linear-gradient(top, #fff143 0%, #faff72 44%, #faff72 59%, #fff143 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fff143 0%,#faff72 44%,#faff72 59%,#fff143 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fff143 0%,#faff72 44%,#faff72 59%,#fff143 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff143', endColorstr='#5baa94',GradientType=0 ); /* IE6-9 */
}