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