div#bottom-menu{
    position: absolute;
    top: 20px;
    left: -5px;
}
div#bottom-menu ul{
    display: block;
    float: left;
    clear: right;
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
}
div#bottom-menu ul li{
    background: none !important;
    padding: 0 !important;
}
div#bottom-menu ul li a{
    font-family: Arial;
    font-size: 15px;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
div#bottom-menu ul li a.company{
    background: url("images/flag.png") no-repeat scroll 0 4px transparent;
    display: block;
    padding: 0 0 0 20px;
}
div#bottom-menu ul li a.service{
    background: url("images/hammer.png") no-repeat scroll 4px 4px transparent;
    display: block;
    padding: 0 0 0 20px;
    text-decoration: none;
    cursor: default;
}
div#bottom-menu ul li a.info{
    background: url("images/lamp.png") no-repeat scroll 4px 4px transparent;
    display: block;
    padding: 0 0 0 20px;
    text-decoration: none;
    cursor: default;
}
div#bottom-menu ul li ul{
    float: none !important;
}
div#bottom-menu ul li ul li{
    margin: 5px 0 5px 20px;
    line-height: 14px;
}
div#bottom-menu ul li ul li a{
    font-family: Arial;
    font-size: 11px;
    color: #e5e5e5;
    text-decoration: underline;
    font-weight: normal !important;
}
div#bottom-menu ul li ul li a:hover{
    text-decoration: none;
}