﻿.elevator {
    position: fixed;
    _position: absolute;
    top: 100px;
    left: 50%;
    text-align: center;
    margin-left: -670px;
}
.elevator-backtop{
    bottom: 200px;
    top: auto;
    margin-left: -580px;
}
.elevator-backtop a{
    display: block;
    padding: 6px 10px;
}
.elevator ul li {
    margin-bottom: 2px;
    border-bottom: #0062d7 dashed 1px;
}
    
.elevator ul li a {
    display: block;
    line-height: 40px;
    width: 60px;
    color: #0062d7;
}

.elevator ul li a:visited 
{
    color: #0062d7;
}
    
.elevator ul li a:hover 
{
    color: #0062d7;
}
    
.elevator .selected {
    color: #000000;
    font-weight: bold;
}
    
.elevator .custome-selected {
    background: blue;
}