@charset "utf-8";

.sideMenu>ul>li>a{background-color:#f29eae;color:#fff;}
.sideMenu>ul>li:nth-child(2n)>a{background-color:#cd7987;}

.sideMenu>ul ul>li>a:before{background-color:#cd7987;}
.sideMenu>ul ul>li>a:hover{color:#cd7987;}
.sideMenu h1{background-image: url(../../img/sidemenu01.png);background-repeat:no-repeat; background-position: left bottom;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f9a9f+0,90c7cb+44,90c7cb+60,4f9a9f+100
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd7987+0,f29eae+43,f29eae+60,cd7987+100 */
background: rgb(205,121,135); /* Old browsers */
background: -moz-linear-gradient(top, rgba(205,121,135,1) 0%, rgba(242,158,174,1) 43%, rgba(242,158,174,1) 60%, rgba(205,121,135,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(205,121,135,1) 0%,rgba(242,158,174,1) 43%,rgba(242,158,174,1) 60%,rgba(205,121,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(205,121,135,1) 0%,rgba(242,158,174,1) 43%,rgba(242,158,174,1) 60%,rgba(205,121,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd7987', endColorstr='#cd7987',GradientType=0 ); /* IE6-9 */