body{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,e0e0e0+100 */
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(left,  #fefefe 0%, #e0e0e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fefefe 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fefefe 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 */
}

#menu {
    padding-top: 20px;
}
#menu a{
    font-size: 0.95em;
    background-color: transparent;
}

a.list-group-item {
    color: #000;
    padding: 5px 10px;
    border: 0;
    border-bottom: 1px solid #e7e7e7; 
}
a.list-group-item:first-child {
    border-radius: 0;
}
a.list-group-item.active,
a.list-group-item.active:focus {
    color: #fff;
    border: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbf0f9+0,06a0e0+100 */
    background: #dbf0f9; /* Old browsers */
    background: -moz-linear-gradient(left,  #dbf0f9 0%, #06a0e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #dbf0f9 0%,#06a0e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #dbf0f9 0%,#06a0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf0f9', endColorstr='#06a0e0',GradientType=1 ); /* IE6-9 */
}
a.list-group-item:hover{
    color: #43c7ff;
}

a.list-group-item.sub {
    font-size: 0.9em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bdbdbd+0,d7d7d7+9,efefef+11,bdbdbd+100 */
    background: #bdbdbd; /* Old browsers */
    background: -moz-linear-gradient(left,  #bdbdbd 0%, #d7d7d7 6%, #efefef 8%, #bdbdbd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #bdbdbd 0%,#d7d7d7 6%,#efefef 8%,#bdbdbd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #bdbdbd 0%,#d7d7d7 6%,#efefef 8%,#bdbdbd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#bdbdbd',GradientType=1 ); /* IE6-9 */
}
a.list-group-item.sub.active,
a.list-group-item.sub.active:focus {
    color: #fff;
    border: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#65828f+0,77a6bd+7,89c9e8+9,0478bc+100 */
background: #65828f; /* Old browsers */
background: -moz-linear-gradient(left,  #65828f 0%, #77a6bd 6%, #89c9e8 8%, #0478bc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #65828f 0%,#77a6bd 6%,#89c9e8 8%,#0478bc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #65828f 0%,#77a6bd 6%,#89c9e8 8%,#0478bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65828f', endColorstr='#0478bc',GradientType=1 ); /* IE6-9 */
}