.cssmenu{
    width:200px;
    height:500px;
    float:left;}
.menu{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin:0px 0px 0px -15px;}
.menu ul{
    list-style:none;
    margin:0;
    padding:0;
    margin:0px;}
.menu li{
    list-style: none;
    padding-left:40px;
    margin:8px;
    background: #cb2125;
    background: -moz-linear-gradient(top,  #cb2125 0%, #f50606 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2125), color-stop(100%,#f50606));
    background: -webkit-linear-gradient(top,  #cb2125 0%,#f50606 100%);
    background: -o-linear-gradient(top,  #cb2125 0%,#f50606 100%);
    background: -ms-linear-gradient(top,  #cb2125 0%,#f50606 100%);
    background: linear-gradient(to bottom,  #cb2125 0%,#f50606 100%);
    width:160px;
    transition:width 1s, height 2s;
    -webkit-transition:width 1s, height 2s, -webkit-transform 2s; /* Safari */}
.menu li:hover{   
    width: 170px;}
.menu li a{
    display: block;
    text-decoration:none;
    line-height:30px;
    color:#fff;}
.currentPage{
    color:#000;
    font-weight:bold;
    text-decoration:none;;}