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