#h1_title h1 {
    border-top: 5px solid #008FC7;
    border-bottom: 1px solid #eee;
    font-size: 2em;
    padding: .7em 0;
    margin-bottom: .3em;
}

#header_image {width:100%; height:100px; color:#fff; background:url("./images/bg_header_eve.jpg") no-repeat center top; overflow:hidden;}

.left_menu_list ul li {
    position: relative;
    border-bottom: rgba(1, 123, 188, 0.23) 1px solid;
}

.left_menu_list ul li.selected {
    background: rgba(1, 123, 188, 0.23);
}

.left_menu_list ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #008FC7;
}
